Which/what applications use CL?
every personal app I have now is written in Crystal
What’s “CL”? Oh, and welcome to Crystal!
Presumably Crystal Language.
Good question! This brings up a good opportunity to create a list and help promote Crystal. Other languages have something similiar:
- https://github.com/nim-lang/Nim/wiki/Companies-using-Nim
- https://en.wikipedia.org/wiki/List_of_applications_using_Lua
Maybe the Crystal examples could be rolled into awesome-crystal?
Some consulting companies publish similar lists too. Something similar to these would look good on the crystal-lang.com website:
- https://www.erlang-solutions.com/blog/which-companies-are-using-elixir-and-why-mytopdogstatus.html
- https://www.erlang-solutions.com/blog/which-companies-are-using-erlang-and-why-mytopdogstatus.html
I know there are more examples out there from other languages…
Oh. Apps having issues?
There is such a list: https://github.com/crystal-lang/crystal/wiki/Used-in-production
Crystal Language
oh, duh lol. For some reason I was thinking maybe “command line”, or maybe it was something else I wasn’t thinking of.
I’ve been using Crystal in production for about 3 years now. Mainly just websites, but we handle 4+ million users. All running on AWS.
Hope that helps.
Are the human coded Apps having more problems or less than Apps created by AI?
Oh and what’s AWS…? Automated web server? Lol
Ah sorry, Amazon Web Services. My apps are all web based, so we host the apps using Amazon’s cloud hosting.
@jwoertink Just so you don’t spend time on this, @Darimac1 is a troll and was blocked
oh man thanks for the heads up.
I implemented a customized sidekiq/resqueue like job scheduler (forking jobs vs in process jobs exectuion.), and a customized version of anycable(no redis, tailable mongodb cursors in 4 are awsome) ws handler for our LMS system