Hacker News new | ask | show | jobs
by bliti 3740 days ago
Wait until they discover Elixir and Phoenix. It's the power of Go (a bit more I think) without the ugly syntax.
2 comments

"Power of Go" for me means shared-memory parallelism.

What's the answer for that in Erlang or Elixir?

What sets Elixir apart from Go?
IMO, it's simpler to write and easier to read. It's been a bit faster in t he tests I've run but not by a lot. Probably due to my skills. I just find its nicer all around. It does not carry over anything from C.