Live data from Hacker News

Elixir Release v1.0.0

github.com

41–42 of 42 posts

Re: Elixir Release v1.0.0

#41
post #34
post #17

Earlier quoted context omitted.

Hah, yeah, let's port everything for no obvious reason.

There actually are good, obvious reasons to prefer Elixir to Erlang. Syntax is actually significant to productivity. For one quick example, Erlang requires you to terminate statements with either a comma, or a period, depending on whether it's the last statement in the section. If you move code around, you need to go back at the end and fix the commas and periods. Typically, this happens in the form of an error messa…

The syntax reason doesn't matter to existing Erlang developers -- you get used to the Erlang syntax, same as any other syntax.

The meta-programming on the other hand may well be a huge draw to Erlang shops.

Re: Elixir Release v1.0.0

#42
Elixir is an amazing language on top of a time-tested VM and incredible concurrency model. It's been a while since I've been so excited about a language.

It's an incredibly cohesive language that doesn't appear to have any serious flaws, as far as I can see. It's impressive that it's come so far along in such a short amount of time.

Post reply on HN