Using Ruby in 2019
jasoncharnes.com
Using Ruby in 2019
1–5 of 5 posts
Re: Using Ruby in 2019
#2Also, I would like to see the new language changes use more in ruby.
Is a shame that ruby has features that other languages use as super crazy amazing, magical way of doing stuff.
Also, I would like to see it faster, I would like fibers to become more visible to ruby community.
Is a shame that ruby is not in the ML/AI/NLP as other languages. I see people complain about ruby, and how python is the golden boy of languages, but I totally dont like stuff like `__wow__`, `method(self, stuff):`, `@amazing_annotation`, `:= stuff` here, `[for x in y if]`, no so much functional stuff, class with uppercase and other with lowercase. sorry for my rant :)
Re: Using Ruby in 2019
#3Re: Using Ruby in 2019
#4Ruby was one of many languages to spike in popularity due to being a novel way to approach programming, and everyone I know has moved on from it. But I find it very valuable for one-off scripts that are too complex to write in Bash. I actually used Ruby to compile my app's documentation from sources into a JSON file, and it was easy to update the Ruby code every time I added more features or needed to change how the…
Re: Using Ruby in 2019
#5Ruby was one of many languages to spike in popularity due to being a novel way to approach programming, and everyone I know has moved on from it. But I find it very valuable for one-off scripts that are too complex to write in Bash. I actually used Ruby to compile my app's documentation from sources into a JSON file, and it was easy to update the Ruby code every time I added more features or needed to change how the…
Modern JavaScript is much more "clean" than Ruby to me. Can you gimme some example. I found the exactly oposite :))