eigenhombre / PyClojure

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

Use New Funktown Functionality #24

Closed zhemao closed 12 years ago

zhemao commented 12 years ago

I've update funktown with some of the functionality you implemented yourself in PyClojure. Therefore, I took the liberty of modifying some of the Map and Vector methods in pyclojure.core to take advantage of the new methods in funktown.

eigenhombre commented 12 years ago

@bluepeppers -- note that with @zhemao's update you should probably update your 'funktown' install, e.g. using './setup.py develop' or './setup.py install' -- though both the REPL and the unit tests worked for me.