Viewing profile — mnd
mnd
HN member- Joined
- Thu, Jan 12, 2017, 9:29 PM UTC
- HN karma
- 26
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About mnd
No profile information was provided.
Recent public activity
-
comment
Comment #13479866
Why would you stop learning? You misunderstand me. I did not say that Elixir is not different from Erlang, what I said already two times and this is the third time is that you cann…
-
comment
Comment #13479840
Except that “rockets” built with Erlang have been aerodynamic, production-ready, and deployed some 20 years before Elixir has even existed and they are still in use today. They did…
-
comment
Comment #13479769
What you said is equivalent to a Python programmer saying that adding semantical value to the “end” keyword in Ruby is unnecessarily awful because you can achieve the same by givin…
-
comment
Comment #13476994
There’s also “Erlang the Movie”; the designers of Erlang demo some of the qualities of the Erlang system in a delightful way: https://youtu.be/xrIjfIjssLE
-
comment
Comment #13476681
My point was not that everything which is written in Elixir can be written in Erlang but mostly that using a reference to a system that sustains a large amount of traffic which is …
-
comment
Comment #13476467
Concurrency is not parallelism. You conflate parallelism with concurrency in your comments both here and above. I should also mention that for a big part of its life the Erlang vir…
-
comment
Comment #13476288
Unrelated to your discussion with the parent, but I just wanted to point out that the fact that a system which was implemented in Elixir and runs on the Erlang virtual machine is a…
-
comment
Comment #13476145
Erlang was invented 30 years ago to solve problems that were not easily solvable by the back then prevalent programming languages. The claim that Erlang hasn’t brought anything new…
-
comment
Comment #13475606
Erlang is a great programming language after one takes the time to understand the principles underlying it and its design. Everything fits very nicely into place. There are definit…