Hacker News new | ask | show | jobs
by brabel 108 days ago
Crystal is a typed Ruby. The closer to Go language would probably be Odin.
2 comments

Odin is more of an alternative C than Go. V is inspired by Go has like nearly the same syntax as Go and alot of Goodies. Like Error Types, Sum Types and more.
Crystal’s syntax is similar to Ruby’s, but AFAIK the similarity more-or-less ends there.