| Currently arc supports anonymous functions both through the "fn" form and the [] form. These allow us to quickly generate functions by functions, and also save typing when typing in short function objects. Do you think that there could be some use in having "anonymous macros"? A posible alternative to the brackets would be braces {}, and depending on how we like them they could auto backquote their contents. |