Hacker News new | ask | show | jobs
by skrebbel 3350 days ago
I'm baffled as to why people keep insisting Elixir is "Ruby-like".

Is it just because they both have "def" and "puts"? Cause that's just about where the similarities end :-)

2 comments

Agree. The language is different. The standard library is different. The runtime is different. The last two quite substantially at that. JavaScript is more like Ruby than Elixir is. I'm tempted to say Go and Jave are more Ruby than Elixir is.

FWIW, I've been using elixir for about a year now, and I think it's fantastic. I still use node & ruby for scripts (which can get complicated, but almost always for one-offs and asynchronous processing), Go for anything I actively want to share memory (though, started using Crystal, can't wait for threads), and OpenResty for any web proxy/middleware stuff. But Elixir is now the lions share for me and I find it fun and productive.

Maybe they mean in terms of there being a Rails-style (mindset might be a better way to put it) framework available to get up and going quickly.