Original post in Kodumaro.
Sometimes I spend some time trying to acquire new programming skills, to finally figure out I was wasting time with ...
For further actions, you may consider blocking this person and/or reporting abuse
I think you should've added the remaining languages.
I’ve just realised I have no fair complaints about Erlang!
I'm actually working on a phoenix frame work rn.
Elixir / erlang is dope
I have worked with Erlang before, and I wouldn’t say that. I would say Elixir is dope, but I really have no complaints about Erlang (no fair ones).
Maybe you could write your complaints down. 😉
I agree. I've had to unlearn alot of thinking of the way i go about designing Web apps when I'm using any beam approach
🤣 I would take a lotta work. Be my guess and write your own impressions about them, will ya. 😉
Nooooooo I want you to do it. Cause you captured the essence of my experience with that list wonderfully
Well… I think it deserves a part Ⅱ. 😁
But it’s gonna take a lotta work, so it’s gonna take some time. 🤷
LOL 🤣
So my conclusion is that you definitely want to learn Elm 😂
I love Elm. 😉
About Python, something annoying me are annotations:
They ensure nothing.
Fair enough. 🤔
Umm... When exactly was that? I've been following these two languages for about 14 years and could not recall anything like that.
The same could be applied to Ruby, BTW. Although Ruby does not have
const
keyword.It was about 2014~2016, I guess. You maybe have missed it, the hype was strong.
So it cannot be applied to Ruby, since Ruby doesn’t have
const
keyword. 😜I’m talking about thinks like this:
But it has constants.
However, at no time Ruby tries to mislead you by using the token
const
– which is the point.But I have to admit it shouldn’t use the word “constant” anywhere, not in code (it doesn’t), not in documentation (it does).
I’m not defending Ruby, I don’t recommend Ruby to anyone, I’m just trying to be fair in my hits. You cannot expect to write an immutable variable in Ruby – Ruby doesn’t propose to support such a feature.
But, when you write a constant in Julia, it’s fair to expect it to be constant. 🤷
(But it isn’t.)
So many haters 😂
🤡 Why so serious?
Fail fast and noisily is one of the best philosophies for a language to follow
Indeed.
A thing I should’ve noticed is that currently Scala is Dotty. 🤪
But I haven’t worked with Scala for so long, that I missed that.