Why Ruby is my favorite language
- A love it’s syntax. Writing ruby code is beautiful.
- REPL’s DX for understanding the language, scripting and fast prototyping is superb.
- Rails is my favorite way of developing software as a solo developer.
- Ease to create useful one-liners
- The standard library is extensive and covers pretty much everything needed in a language…
- …And when it does not, there are a lot of mature gems that do the work.
- I like (when suitable!) to create my own, personal DSLs with it.