If someone is looking for a challenging and interesting `#lang` project...

Build a `#lang rust`.  https://www.rust-lang.org/

You might first implement mapping the non-checking semantics to Racket code (so that you can run valid Rust programs), and then later try to implement all the checking (for detecting invalid Rust programs).

Your big test would be bootstrapping the real Rust compiler.  (You use your Racket-based Rust language implementation to run the real Rust compiler, to have the real compiler compile itself.)

--
You received this message because you are subscribed to the Google Groups "Racket 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to