they are explicitly excluded, right?
sip
I think ghcup is the simplest way
I used it either through my distro's package or using stack install. there's also cabal install, but that doesn't install the compiler, at least not in 2017 when I played with it.
I asked chatgpt for a few languages with a good typesystem and it suggested ocaml among other (scala, rust, haskell, f#)
Then asked for a 100 line ocaml REST API example with a popular framework and db lib.. and it looks mostly like Haskell.
edit: async is done with monads
i wish a more performing language would have this type system. the only other ones I know are Rust which is a bit strict and slow to dev on, and Haskell which is too much.
agreed. typescript is excelent, especially if you make it strict and know a bit of complex types to make sure things stay put.
hahaha. just don't --continue at the last commit
fuck me
agreed. having a cryptography mark on the file and relying on chain of trust is the way.
it's my fav and it's easy. allows containing details of a lower lever gizmo in a higher level thingamabob and basically free strategy pattern, especially if you use DI... and allows mock/spy testing!
DI without a tool/injector is just composition. just saying
chatgpt happened