PyClojure icon indicating copy to clipboard operation
PyClojure copied to clipboard

(Parts of) Clojure implemented on top of Python

Results 13 PyClojure issues
Sort by recently updated
recently updated
newest added

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

pyclojure: pylisp> (\* 10000000 10000000000) 100000000000000000 pylisp> (\* 10000000 1000000000999999999999999999999990) 10000000009999999999999999999999900000000 is unknown! (exits interpreter) Clojure: user=> (\* 10000000 1000000000999999999999999999999990) 10000000009999999999999999999999900000000 user=>

...and other clojure macros which are automatically loaded when the interpreter is launched.