fools-pyrite

computer toucher; RPG enjoyer


Are there any programming languages with:

  • sum types (unions / enums / ADTs)
  • non-null-references (eg Java fails, Typescript passes)
  • reasonable portability (Ideally a web target but solid Windows support is a must)
  • fast compilation speeds (TS and Rust both fail here, despite succeeding above)

Mostly I’m looking to hack around on small side projects and not super happy with any of the options I’ve tried


You must log in to comment.

in reply to @fools-pyrite's post: