Crystal Language: C Like Performance, Ruby Like Syntax
I’ve been intrigued by Crystal Programming language for some time.
I’ve been programming in Ruby for almost an year now (Mostly Rails, which I can’t say I like - too much magic)
TBH, speed of interpreted language has not been an issue (I worked in python for quite some time before Ruby) but Crystal also comes with statically inferred types. Since it is a compiled language - bunch of errors maybe caught at compile time, rather than at run-time.