6 ms·
Congrats to the team! I've been trying out Crystal and Amber recently and have really enjoyed using it.
by cl0ne 5y ago
Congrats to the team! I've been trying out Crystal and Amber recently and have really enjoyed using it.
- jug 5y agoThanks for mentioning Amber! I assume it's this project: https://amber-lang.net/ https://amber-lang.net/ I've long wanted to get into Smalltalk and this looks like a very nice, modern way of doing so.
- robrtsql 5y agoI think they meant this web framework: https://amberframework.org/ https://amberframework.org/ There are two pretty big web frameworks in the Crystal world right now, one is Kemal which strives to be the Sinatra or Flask of the Crystal world (lightweight, supporting plugins), and the other is Crystal which is trying to be the Ruby on Rails or Django of the Crystal world (full-featured, opinionated).
- mfkp 5y agoThe other main one is https://luckyframework.org/ https://luckyframework.org/ (also going for more of a full-featured Rails type framework)
- blacksmoke16 5y agoThere are also other options: https://github.com/veelenga/awesome-crystal#web-frameworks https://github.com/veelenga/awesome-crystal#web-frameworks. https://athenaframework.org https://athenaframework.org is pretty unique. It's one of the more flexible frameworks IMO. It was inspired by Symfony and Spring, so takes a bit of a different approach as most other frameworks come from a more Ruby background.