Very advanced type system which allows to move a lot of program correctness to typing system. So basically if your program compiles, it probably works.
It's also has GC which makes it better suited for most programs, compared to Rust with its manual memory management.
vbezhenar|2 months ago
It's also has GC which makes it better suited for most programs, compared to Rust with its manual memory management.
ModernMech|2 months ago
throw-qqqqq|2 months ago
Haskell is also nice because of quickcheck.