Erlang's VM is great, Erlang the language isn't imo. Elixir just did it better imo and this person seemingly can't stand that people seem to like it more. Let people like the things they like :P I'm really not sure this needed a blog post.
Ten years without Elixir
11–20 of 144 posts
Re: Ten years without Elixir
#12Re: Ten years without Elixir
#13Erlang's VM is great, Erlang the language isn't imo. Elixir just did it better imo and this person seemingly can't stand that people seem to like it more. Let people like the things they like :P I'm really not sure this needed a blog post.
This is unflattering. Do keep in mind that erlangs was built in the mid 80s so for it's time it was fantastic, and erlang is relatively conservative in it's language (which is not a wrong choice) so it just hasn't caught up, and it might never, and that's okay.
Edit: That said I'm not being contrarian for the sake of it, I tried both Erlang and Elixir. Elixir however, is the one that kept me because I knew I wanted the benefits of that VM and the OTP capabilities to a degree but the niceties of a modern language which is after all a major reason I choose a language to do a job and be easy to write and maintain which I feel Erlang lacks the latter.
Re: Ten years without Elixir
#14Erlang's VM is great, Erlang the language isn't imo. Elixir just did it better imo and this person seemingly can't stand that people seem to like it more. Let people like the things they like :P I'm really not sure this needed a blog post.
> Erlang the language isn't imo. Why not?
In Elixir you have consistent utf-8 binary string usage everywhere, consistently named modules/functions, consistently ordered arguments/return values, and, thanks to the pipe operator, in 3rd party code as well.
And none of that in erlang ;)
Re: Ten years without Elixir
#15Erlang's VM is great, Erlang the language isn't imo. Elixir just did it better imo and this person seemingly can't stand that people seem to like it more. Let people like the things they like :P I'm really not sure this needed a blog post.
> Erlang the language isn't imo. Why not?
Re: Ten years without Elixir
#16This might, impressively, be the worst Webdesign I ever saw
[x] Loaded fast
[x] No moving parts
[x] Don't mess with scroll
[x] No autoplaying videos
No, it definitely isn't the worst I've seen.
Re: Ten years without Elixir
#17How is this number two on the front page
Re: Ten years without Elixir
#18This might, impressively, be the worst Webdesign I ever saw
Re: Ten years without Elixir
#19Earlier quoted context omitted.
> Erlang the language isn't imo. Why not?
Personal thoughts: In Elixir you have consistent utf-8 binary string usage everywhere, consistently named modules/functions, consistently ordered arguments/return values, and, thanks to the pipe operator, in 3rd party code as well. And none of that in erlang ;)
Much better documentation support, better compile time infrastructure, smart metaprogramming (this package would be a PITA in erlang: https://github.com/ityonemo/zigler), opinionated but optional directory organization. Module namespaces which are trivially subdivided and aliased, easier time making anonymous GenServers. The Task module, full stop. The registry module, as well.
Re: Ten years without Elixir
#20That was the lamest web page I ever had to open. Please learn some decent web design. And not create your own weird style.