Join Nostr
2024-09-11 10:25:09 UTC

maya @ home on Nostr: I am once again considering languages. Currently for an optimizing compiler backend. ...

I am once again considering languages. Currently for an optimizing compiler backend. I wanted to perhaps try rust again (since its basically ML with C syntax and a borrow checker)

but any code in rust is so bureaucratic its unreal. It feels like coming from a corrupt country’s bureaucracy (C++) to germany. It hasn’t improved, but you can’t bruteforce your way through.

I may just stick with either OcaML or Haskell. I may try the former simply because I don’t know it yet.