Re: [ANN] clojure-py 0.1.0 Clojure on Python

2012-03-12 Thread Timothy Baldridge
> 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

Re: [ANN] clojure-py 0.1.0 Clojure on Python

2012-03-12 Thread Daniel Gagnon
On Wed, Mar 7, 2012 at 10:42 PM, Timothy Baldridge 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 ov

Re: [ANN] clojure-py 0.1.0 Clojure on Python

2012-03-12 Thread Daniel Gagnon
> > Actually Python fractions would work perfectly. And the decimal class > in Python should be included as well. > > Thanks for pointing these libraries out to me! > > Timothy > > No problem. I really like how symbiotic with Python you are making this. -- You received this message because you

Re: [ANN] clojure-py 0.1.0 Clojure on Python

2012-03-12 Thread Timothy Baldridge
> > Why wouldn't Python fractions work as ratios? Actually Python fractions would work perfectly. And the decimal class in Python should be included as well. Thanks for pointing these libraries out to me! Timothy -- You received this message because you are subscribed to the Google Groups "Clo

Re: [ANN] clojure-py 0.1.0 Clojure on Python

2012-03-11 Thread Daniel Gagnon
On Thu, Mar 8, 2012 at 10:53 AM, Timothy Baldridge wrote: > > What's the plan for ratios and characters? I assume they're still on > > the TODO list? (Maybe Issue 17 covers the ratios?) > > Yeah, I need to run a few more tests, but I'm thinking of somehow > layering libgmp ontop of Python in ord

Re: [ANN] clojure-py 0.1.0 Clojure on Python

2012-03-08 Thread Timothy Baldridge
> What's the plan for ratios and characters?  I assume they're still on > the TODO list?  (Maybe Issue 17 covers the ratios?) Yeah, I need to run a few more tests, but I'm thinking of somehow layering libgmp ontop of Python in order to implement ratios. The lispreader needs to be fixed to handle

Re: [ANN] clojure-py 0.1.0 Clojure on Python

2012-03-08 Thread Michael Wood
On 8 March 2012 05:42, Timothy Baldridge 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 cha

Re: [ANN] clojure-py 0.1.0 Clojure on Python

2012-03-08 Thread Timothy Baldridge
Okay, the Python package should be fixed now. It took a few tries, but I was finally able to get it to include core.clj as part of the distro. > What startup time performance improvements do you see for eg using > this platform for shell scripts-like stuff ? Currently, it's about 3sec on my machi

Re: [ANN] clojure-py 0.1.0 Clojure on Python

2012-03-08 Thread Laurent PETIT
Amazing! What startup time performance improvements do you see for eg using this platform for shell scripts-like stuff ? Le 8 mars 2012 à 04:42, Timothy Baldridge a écrit : > The Clojure-Py team is happy to announce the release of Clojure-Py 0.1.0. > > https://github.com/halgari/clojure-py > >

Re: [ANN] clojure-py 0.1.0 Clojure on Python

2012-03-08 Thread Timothy Baldridge
It seems to be a packaging issue. As an aside note, if you do a github checkout then run python setup.py install it seems to work just fine. But I'll look into this issue as well. Timothy 2012/3/8 Daniel Janus : > I'm seeing it on Arch Linux as well, using both pip2 and easy_install-2.7. > > Th

Re: [ANN] clojure-py 0.1.0 Clojure on Python

2012-03-08 Thread Daniel Janus
I'm seeing it on Arch Linux as well, using both pip2 and easy_install-2.7. Thanks, Daniel W dniu czwartek, 8 marca 2012, 12:00:24 UTC użytkownik tbc++ napisał: > > >Congrat's on the release! I am getting the following error on my > >Macbook (running 64-bit Lion, Python 2.7.1) when trying to run "

Re: [ANN] clojure-py 0.1.0 Clojure on Python

2012-03-08 Thread Timothy Baldridge
>Congrat's on the release! I am getting the following error on my >Macbook (running 64-bit Lion, Python 2.7.1) when trying to run "sudo >easy_install clojure-py": I've seen this once before, in Linux, I'll open a bug for it and see if we can get it ironed out. Timothy -- You received this messa

[ANN] clojure-py 0.1.0 Clojure on Python

2012-03-08 Thread Konrad Hinsen
Timothy Baldridge writes: > The Clojure-Py team is happy to announce the release of Clojure-Py 0.1.0. > > https://github.com/halgari/clojure-py This looks really nice already. Keep up the good work! For me, this could be the solution to the main problem I have with Clojure: the JVM. Most of

[ANN] clojure-py 0.1.0 Clojure on Python

2012-03-07 Thread Timothy Baldridge
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