Live data from Hacker News

Chez Scheme is now free

github.com

1–10 of 185 posts

Re: Chez Scheme is now free

#2
IIRC, 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.

Re: Chez Scheme is now free

#5
Making fast scheme interpreters is something I always come back to, a timeless exercise that makes for a great way to decompress over a week (wow I'm a nerd). I'm excited to find some nuggets of micro-optimized gold!

Re: Chez Scheme is now free

#6
post #5

Making fast scheme interpreters is something I always come back to, a timeless exercise that makes for a great way to decompress over a week (wow I'm a nerd). I'm excited to find some nuggets of micro-optimized gold!

Compiler. Chez scheme is compiled with a nano-pass compiler. https://www.youtube.com/watch?v=Os7FE3J-U5Q

Re: Chez Scheme is now free

#8
post #2

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

#9
post #6
post #5

Making fast scheme interpreters is something I always come back to, a timeless exercise that makes for a great way to decompress over a week (wow I'm a nerd). I'm excited to find some nuggets of micro-optimized gold!

Compiler. Chez scheme is compiled with a nano-pass compiler. https://www.youtube.com/watch?v=Os7FE3J-U5Q

Compiler what? I simply said that I enjoyed writing fast scheme interpreters.
Post reply on HN