what would be the most fun language to write random parts of a compiler in
Conversation
my first thoughts are:
• Rust
• ML
• Idris 2
4
10
jokies aside, rust is fun, but does require a bit of effort to keep things manageable when working with tree stuff - sadly it's challenging to pattern match through smart pointers/vecs at the moment.
1
Show replies

