In <[EMAIL PROTECTED]>, Kay Schluehr wrote: > Once an easy to use metaprogramming system could be done for Python it > could be ported with some adaptions to other languages with more > "complicated syntax" ( non LL(1) parsable ).
FYI: Here's how Nemerle does macros: http://nemerle.org/Macros I guess you can't really transform Nemerle into a completely different language, but it is at least interesting to see such a feature in language with a more complex syntax than Lisp. Ciao, Marc 'BlackJack' Rintsch -- http://mail.python.org/mailman/listinfo/python-list