On Wed, Mar 7, 2012 at 10:42 PM, 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.
> As it currently stands, we have translated over 235 functions from
> clojure.core. This is not a clojure interpreter in python; the
> Clojure-Py compiler compiles clojure code directly to python code.
> Clojure-py functions are python functions. Clojure-py types are python
> types, Clojure-py name spaces are python modules
>

I'm seeing a RPython test in the examples. Can Clojure-Py emit RPython code
from my Clojure code? If so, that'd be really great we could go Clojure ->
RPython -> C -> Native

I guess it probably isn't since I imagine that laziness uses generators
which aren't well supported under RPython but if it did use make RPython
code, it'd be really awesome.

-- 
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

Reply via email to