|
|
|
|
|
by hiAndrewQuinn
41 days ago
|
|
Haskell would be my vote, and Rust too, actually, both because of their very strong type systems. The type system lets you very quickly figure out what something is before you figure out what something does, and it turns out that separating those two concerns as hard as those two languages do often results in doing the whole one-two punch faster. |
|
Plenty of languages have strong (enough) typing but their compilers happily let you or the LLM footgun yourself.