On Sep 3, 9:26 am, Konrad Hinsen <konrad.hin...@fastmail.net> wrote:
> I don't think so. Python and Clojure are quite different languages.  
> Python is much more dynamic, with variable lookup happening at  
> runtime.

Or, more simply, Python is an interpreter, Clojure is a compiler.  So
Clojure's "eval" actually compiles the form into Java bytecode, then
executes it.

-SS
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to