Racket-On-Chez Status
blog.racket-lang.org
Racket-On-Chez Status
1–10 of 21 posts
Re: Racket-On-Chez Status
#2Re: Racket-On-Chez Status
#3Re: Racket-On-Chez Status
#4WOW this just makes it one of the best implementation of scheme, though i would love to see the chez backend version to produce executable binaries like chicken scheme or current raco compiler does. The current chez scheme supports only fasl binaries which require a scheme interpreter to be distributed. The only hacky way currently is chez-exe.
I've long been a fan of Dybvig and Chez Scheme and it would be a lot of fun to try running Hacker News on RoC with no effort on our part.
Re: Racket-On-Chez Status
#5Fantastic work and looking forward to what the future holds!
Re: Racket-On-Chez Status
#6Re: Racket-On-Chez Status
#7Re: Racket-On-Chez Status
#8WOW this just makes it one of the best implementation of scheme, though i would love to see the chez backend version to produce executable binaries like chicken scheme or current raco compiler does. The current chez scheme supports only fasl binaries which require a scheme interpreter to be distributed. The only hacky way currently is chez-exe.
Re: Racket-On-Chez Status
#9Re: Racket-On-Chez Status
#10WOW this just makes it one of the best implementation of scheme, though i would love to see the chez backend version to produce executable binaries like chicken scheme or current raco compiler does. The current chez scheme supports only fasl binaries which require a scheme interpreter to be distributed. The only hacky way currently is chez-exe.
As I understand it, raco (if it's the same as the old mzscheme) creates executables by combining bytecode with a complete interpreter and runtime. Chicken, via C, can probably leverage existing compiler support for creating minimal static binaries. I've long been a fan of Dybvig and Chez Scheme and it would be a lot of fun to try running Hacker News on RoC with no effort on our part.