> In computer software programming languages, Crystal is a general-purpose, object-oriented programming language, designed and developed by Ary Borenszweig and Juan Wajnerman and more than 200 contributors. With syntax inspired by the language Ruby, it is a compiled language with static type-checking, but specifying the types of variables or method arguments is generally unneeded. Types are resolved by an advanced global type inference algorithm.
The mentioned post shows the results after switching from Ruby + Sinatra over to Crystal + Kemal.
https://pbs.twimg.com/media/DabQrScW4AAycuC.jpg:large https://pbs.twimg.com/media/DabQtJdXcAAMo9j.jpg:large
Links:
* https://crystal-lang.org * http://kemalcr.com/
What is Crystal?
> In computer software programming languages, Crystal is a general-purpose, object-oriented programming language, designed and developed by Ary Borenszweig and Juan Wajnerman and more than 200 contributors. With syntax inspired by the language Ruby, it is a compiled language with static type-checking, but specifying the types of variables or method arguments is generally unneeded. Types are resolved by an advanced global type inference algorithm.