submitted about 6 years ago by sethb
- Join the Crystal Core Team and 84codes at the Major League Hacking OpenSource Global Hack Week 2024 starting on October 4th to collaborate on open-source projects.
- Additionally, a talk by Johannes Müller about Crystal at a Ruby Conference in Switzerland highlighted the language's benefits for both humans and computers.
sethb
about 6 years ago
This looks like a cool language, it's essentially a native ruby. I've only played around with the online tool and written some simple ruby and it just works. Seems like the main thing that makes it different is all the type stuff needed to make it. The nice thing is that for the most part, the types are inferred, so you don't have to change the way you write code too much in order to accommodate it.
taya
about 6 years ago
Found this web framework based on it: https://github.com/amberframework/amber. Looks very promising.