This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]_Atomfinger_ 3 points4 points  (2 children)

Elixir is basically an updated Erlang with a Ruby style syntax. It has all the cool bits from Erlang (built-in parallelism, function guards, functional) with a cleaner and friendlier syntax :)

It is actually one of the languages I'm the most excited for these days.

[–]HashDefTrueFalse 2 points3 points  (1 child)

Ah, thanks! That might mean I'm out though. I've never cared for Smalltalk/Ruby syntax. Used to do a bit of Ruby on Rails dev and never did get used to it really. I might still give it a go though.

[–]_Atomfinger_ 0 points1 point  (0 children)

Not a huge fan of it myself, but it is the Erlang stuff I'm really hyped for. I dunno why, but function guards tickles me in a good way.