|
|
|
|
|
by verttii
2543 days ago
|
|
I actually started off with Elixir but now working my way up with statically typed langs, most notably Haskell. I've found Haskell's type system allows me to express complex business logic far better than anything else I've ever gotten my hands on. It's clearly superior to Elixir in that regard in my opinion, although it does come at a price (steep learning curve). That said, in a lot of other ways Haskell is not as ideal for web development, particularly if you need clustered stateful stuff. Typescript and friends I've never really managed to develop any keen interest on, even though Typescript itself is an upgrade over JS. |
|