7 ms·
Very much a personal opinion from someone coding for 15 years+. I'm new to Elixir but I found it to be a joyful language to work with so far. Java is a language
by go1979 11y ago
Very much a personal opinion from someone coding for 15 years+. I'm new to Elixir but I found it to be a joyful language to work with so far. Java is a language you code in to pay the bills. Go is not bad at all but while I've heard people remark Go is fun, it hasn't been that fun for me. A bit of ugly syntax here and there. Python is awesome but I'm tired of the v2/v3 crap and frankly don't think it is the right tool for large, multi-person code bases (e.g. Openstack). Elixir has been truly enjoyable for me. If you are a jaded dev who used to love languages, give Elixir a try. I hope you get the same joy that I am getting from it because it has an ineffable quality about it.
[edited]
- smt88 11y ago> frankly don't think it is the right tool for large, multi-person code bases I'm very curious what aspects of Python (especially unique to Python) made you feel this way.
- lectrick 11y agoMutability and OO, I'd guess. :P
- hackerboos 11y ago> while I've heard people remark Go is fun, it hasn't been that fun for me Fun compared to C and C++.