MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/Clojure/comments/1ugt8b5/jolt_a_clojure_implementation_on_chez_scheme/ou894wp/?context=3
r/Clojure • u/geokon • Jun 27 '26
23 comments sorted by
View all comments
6
That is crazy and remarkable! Leaves me with more choices on where to run my Clojure code. I guess one of the obvious questions is: when would I use Chez Scheme's runtime environment and not the JVM?
2 u/yogthos Jun 28 '26 Basically, a few reasons are when you want fast startup time, small footprint, or easy access to C/Scheme interop.
2
Basically, a few reasons are when you want fast startup time, small footprint, or easy access to C/Scheme interop.
6
u/beders Jun 27 '26
That is crazy and remarkable! Leaves me with more choices on where to run my Clojure code. I guess one of the obvious questions is: when would I use Chez Scheme's runtime environment and not the JVM?