eigenhombre / PyClojure

(Parts of) Clojure implemented on top of Python
Other
113 stars 13 forks source link

Function literals should evaluate to and print something sensible rather than raising UnknownVariable #19

Closed eigenhombre closed 12 years ago

eigenhombre commented 12 years ago

pylisp> x Unknown variable: x pylisp> + PYTHONFUNCTION() is unknown! pylisp> ab Unknown variable: ab pylisp> abs PYTHONFUNCTION(abs) is unknown! pylisp>

eigenhombre commented 12 years ago

[master 981fb5a] Issue 19: Function literals should evaluate to and print something sensible rather than raising UnknownVariable