<FromGitter>
<drujensen> Crystal continues to diverge from Ruby. Catch 22 because adoption by Rubyists will go down but language will be improved. 🧐
<FromGitter>
<eliasjpr> thanks guys reading it now
<FromGitter>
<eliasjpr> I feel they should have taken the idea from go lang
<FromGitter>
<eliasjpr> I forgot of my head but go provides something to allow this type of functionality
<FromGitter>
<noahlh> Related to that point @drujensen - do you have a sense of what the core team's view on ruby "synchronization" is? I know being ruby-like was/is a goal, but Ruby is evolving a lot as it approaches 3.0 and I wonder if there's an appetite to keep things evolving similarly with crystal or just take the initial inspiration and let them diverge...
<FromGitter>
<drujensen> Crystal diverges by using fibers and channels similar to Go
<FromGitter>
<drujensen> Instead of threads and mutexes