Re: [racket-users] Racket-on-Chez snapshots

2018-10-02 Thread 'Paulo Matos' via Racket Users
On 02/10/2018 16:25, Alexis King wrote: >> On Oct 1, 2018, at 13:07, Brett Gilio wrote: >> >> Hey, could you provide a resource with more information on Chez possibly >> replacing the Racket VM? I haven't been keeping up to date on this. > > From an interaction between Greg Trzeciak and Matthe

Re: [racket-users] Racket-on-Chez snapshots

2018-10-02 Thread Alexis King
> On Oct 1, 2018, at 13:07, Brett Gilio wrote: > > Hey, could you provide a resource with more information on Chez possibly > replacing the Racket VM? I haven't been keeping up to date on this. >From an interaction between Greg Trzeciak and Matthew Flatt on the slack >channel: > Greg: is there

Re: [racket-users] Racket-on-Chez snapshots

2018-10-01 Thread Gustavo Massaccesi
I think that is is possible to add an unofficial CS target to travis-racket (https://github.com/greghendershott/travis-racket) using something similar to https://github.com/racket/racket/pull/2266 . For now it will be slow because it will have to install a normal Racket, ChezScheme and recompile ev

Re: [racket-users] Racket-on-Chez snapshots

2018-10-01 Thread Shu-Hung You
Here! http://www.cs.utah.edu/~mflatt/racket-on-chez-jan-2018/ Also a few days algo there were some more updates at RacketCon and Scheme Workshop. On Mon, Oct 1, 2018 at 1:08 PM Brett Gilio wrote: > > > Philip McGrath writes: > > In light of > > the promising outlook for Chez replacing the current

Re: [racket-users] Racket-on-Chez snapshots

2018-10-01 Thread Tom Gillespie
If by lately you mean any time in 2018 there is Matthew's report from back in January. https://blog.racket-lang.org/2018/01/racket-on-chez-status.html http://www.cs.utah.edu/~mflatt/racket-on-chez-jan-2018/ If you are feeling adventurous you can also build it from source https://github.com/racket/r

Re: [racket-users] Racket-on-Chez snapshots

2018-10-01 Thread Brett Gilio
Philip McGrath writes: In light of the promising outlook for Chez replacing the current Racket VM in the -Philip Hey, could you provide a resource with more information on Chez possibly replacing the Racket VM? I haven't been keeping up to date on this. -- Brett M. Gilio Free Softwar

Re: [racket-users] Racket-on-Chez snapshots

2018-10-01 Thread Matthew Flatt
That's a good idea. It won't happen this week, but maybe it can happen in November or so. At Mon, 1 Oct 2018 10:21:46 -0500, Philip McGrath wrote: > Would it be feasible and useful to start building Racket-on-Chez snapshots > along with the other variants at https://pre.racket-lang.org? In light o

[racket-users] Racket-on-Chez snapshots

2018-10-01 Thread Philip McGrath
Would it be feasible and useful to start building Racket-on-Chez snapshots along with the other variants at https://pre.racket-lang.org? In light of the promising outlook for Chez replacing the current Racket VM in the relatively near future, I would be interested in starting to include it in my CI