[racket-users] Racket compiler and runtime status report

2021-01-24 Thread Matthew Flatt
In anticipation of the v8.0 release with Racket CS as the default, here's this year's update on Racket's compiler and runtime system: https://blog.racket-lang.org/2021/01/racket-status.html Matthew -- You received this message because you are subscribed to the Google Groups "Racket Users"

[racket-users] Resyntax: an automated refactoring tool for Racket

2021-01-24 Thread jackh...@gmail.com
Hello everyone! Just wanted to announce a neat project I've been working on: Resyntax , a tool for refactoring racket code. Currently the tool is able to replace various uses of `let` forms with `define`, as can be seen in this pull request

Re: [racket-users] Moving a Rust/Haskell abstract algebra library to Racket?

2021-01-24 Thread Jens Axel Søgaard
Den tor. 21. jan. 2021 kl. 05.06 skrev Stuart Hungerford < stuart.hungerf...@gmail.com>: > On Thursday, 21 January 2021 at 10:22:45 UTC+11 Jens Axel Søgaard wrote: > > > Back to your project - what is the goal of the project? > > Making something like GAP perhaps? > > Do you want your users to

Re: [racket-users] Moving a Rust/Haskell abstract algebra library to Racket?

2021-01-24 Thread Stuart Hungerford
On Mon, Jan 25, 2021 at 6:52 AM Jens Axel Søgaard wrote: That's a very interesting project. You are so to speak optimizing for > readability. > I immediately get a vision of a SICM-like book, but for algebra instead of > classical mechanics. > > Racket will be a good choice, since macros give