eigenhombre / PyClojure

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

entering function name or operator exits interpreter #6

Open eigenhombre opened 12 years ago

eigenhombre commented 12 years ago

(env2.7)mac 07:58:50 (master) > pyclojure pylisp> (+ 1 1) 2 pylisp> (+ 1 50923) 50924 pylisp>

drewr commented 12 years ago

I'm not able to reproduce this. Is it still a problem?