On 8 March 2012 05:42, Timothy Baldridge <tbaldri...@gmail.com> wrote: > The Clojure-Py team is happy to announce the release of Clojure-Py 0.1.0. > > https://github.com/halgari/clojure-py > > Clojure-Py is an implementation of Clojure running atop the Python VM.
Looks interesting :) What's the plan for ratios and characters? I assume they're still on the TODO list? (Maybe Issue 17 covers the ratios?) e.g.: $ python clojure.py clojure-py 0.1.0 user=> \a Compiling \a Traceback (most recent call last): [...] CompilerException: Compiler Exception could not resolve '\a', '\a' not found in user reference fn_787 user=> (/ 22 7) 3 user=> 22/7 Traceback (most recent call last): [...] clojure.lang.cljexceptions.ReaderException: Invalid number: 22/7 $ -- Michael Wood <esiot...@gmail.com> -- 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