logoalt Hacker News

vbezhenaryesterday at 8:24 PM1 replyview on HN

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.


Replies

ModernMechyesterday at 9:15 PM

Rust does not have manual memory management, and its type system also has the property that if your program compiles it probably works, IME.

show 1 reply