I currently am an avid user of Crystal. I fell in love with its syntax and network wrappers. Setting up a TCP Server is super simple, same for storing clients in an Hash, etc. Also the JSON.parse/.to_json methods they have are awesome. It makes reading/outputting JSON data a breeze.
I’ve heard julia is more of a language geared towards “scientific computing”. But I was looking at the docs and it seems much more than that, haha!
What are your thoughts?
I’m reading https://docs.julialang.org/en/v1/manual/networking-and-streams/#A-simple-TCP-example-1
A great strength of Julia is that since the API is exposed synchronously even though the I/O is actually happening asynchronously,
Oh my, nicee