Looking forward to having this integrated in geiser/emacs. I worked with chez recently, and it is really a high quality scheme implementation.
Chez Scheme is now free
11–20 of 185 posts
Re: Chez Scheme is now free
#12Re: Chez Scheme is now free
#13I had trouble building it on Linux if I tried to set --installprefix= to a non-standard location, it built fine using the defaults. Nice!
On OS X, I have a clang version of gcc installed and perhaps because of that my build broke.
Re: Chez Scheme is now free
#14Looking forward to having this integrated in geiser/emacs. I worked with chez recently, and it is really a high quality scheme implementation.
Any details on what you were using it for? What did you like about it vs something like Racket?
Instead I just switched to guile (scheme implementation) trunk and got a 3x speedup. Did some optimizing work and it ended up at 4x, which is good enough.
Re: Chez Scheme is now free
#15Re: Chez Scheme is now free
#16Re: Chez Scheme is now free
#17IIRC, this was a high performance scheme developed at Indiana University that was closed source for a long time. Good on Cisco for open sourcing it. I'm interested to hear what regular scheme programmers feel about this news.
And aside from the JVM implementations and some works in progress the last time I checked, the only one with native instead of green threading.
Re: Chez Scheme is now free
#18IIRC, this was a high performance scheme developed at Indiana University that was closed source for a long time. Good on Cisco for open sourcing it. I'm interested to hear what regular scheme programmers feel about this news.