Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can Chez scheme produce compiled binaries?

I have been using chicken scheme lately and i find it really good, someone suggested that chez scheme is the fastest scheme implementation. So i wanted to try it, but i am not sure how to create compiled binaries from chez like in chicken scheme.

like image 396
pankajdoharey Avatar asked Jan 02 '18 12:01

pankajdoharey


1 Answers

As Sylwester has already mentioned the fasl binaries, but this solution still requires to distribute a chez scheme interpreter. A more interesting solution which produces distributable binary is chez-exe https://github.com/gwatt/chez-exe

like image 152
pankajdoharey Avatar answered Oct 24 '22 13:10

pankajdoharey