Live data from Hacker News

Lang Jam: create a programming language in a weekend

github.com

11–20 of 135 posts

Re: Lang Jam: create a programming language in a weekend

#20
As someone that writes a lot in Rust, I have a longstanding dream to make a compiler for a subset of the language, since I don’t use all features of Rust and my hope is that this way I could have fast debug builds (in terms of compilation time) while I develop, with simplified borrow checker and so on. So then I can iterate faster. That’s one of my dreams. But I have not had time to even look at it yet, as the other code I work on takes precedence at the moment.
Post reply on HN