merits of Lisp vs Python
Marc 'BlackJack' Rintsch
bj_666 at gmx.net
Mon Dec 11 10:24:07 EST 2006
More information about the Python-list mailing list
Mon Dec 11 10:24:07 EST 2006
- Previous message (by thread): merits of Lisp vs Python
- Next message (by thread): merits of Lisp vs Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In <1165849055.492230.119310 at n67g2000cwd.googlegroups.com>, 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
- Previous message (by thread): merits of Lisp vs Python
- Next message (by thread): merits of Lisp vs Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list