logoalt Hacker News

Horusiathtoday at 5:52 AM1 replyview on HN

> 1. Go with a better type system. A compiled language, that has sum types, no-nil, and generics.

I was looking for something like that and eventually found Crystal (https://crystal-lang.org) as a closest match: LLVM compiled, strong static typing with explicit nulls and very good type inference, stackfull coroutines, channels etc.


Replies

brabeltoday at 7:23 AM

Crystal is a typed Ruby. The closer to Go language would probably be Odin.

show 2 replies