3 ms·
Rust has IMHO the best implementation of enums ... Mixed with match it is super powerful
by protolyticmind 1y ago
Rust has IMHO the best implementation of enums ... Mixed with match it is super powerful
- aldanor 1y agoDon't forget, Rust was first implemented in OCaml, you can guess where those best enums come from.
- sureglymop 1y agoKotlins enum classes are quite similar, probably even inspired by rust or prior ML languages. And there's `when` as an alternative to match. Kotlins syntax is in general a bit underrated imo and I disagree that Java is up to par.