Lisp vs Python
amitp.blogspot.com
Lisp vs Python
1–10 of 98 posts
Re: Lisp vs Python
#2Re: Lisp vs Python
#3Re: Lisp vs Python
#4It is all about getting stuff done, not insisting on using a favorite language, framework, or platform. Solving problems is what is fun and rewarding, not getting stuck on particular technologies.
Re: Lisp vs Python
#5Without reading the article, can this be summed up as "People actually use Python"?
Re: Lisp vs Python
#6http://www.reddit.com/r/programming/comments/1ka0j/lisp_vs_p...
Re: Lisp vs Python
#7I challenge this. I won't pretend that Python has full macro equivalence, but decorators are damned close.
Re: Lisp vs Python
#8The only concern that remains is that (f x) could be a function call or a macro invokation. This is entirely by design, and is in fact a core idea of lisp that lets you build your own constructs with the same syntax as the language's native ones.
Re: Lisp vs Python
#9>Python on the other hand has no macros I challenge this. I won't pretend that Python has full macro equivalence, but decorators are damned close.