10 years-ish of Elixir
31–40 of 127 posts
Re: 10 years-ish of Elixir
#32it looks really awesome! Can someone point out the negative sides (or drawbacks of any kind) ? What about finding elixir experts/freelancers? What about integration with .Net and the xamarin forms ecosystem?
- I really wish it had type safety.
- The ecosystem isn't as mature as other languages.
- IDE tooling in particular seems like it has a ways to go from my experience.
Re: 10 years-ish of Elixir
#33Author here! The article was published earlier this week and I have a quick addendum: regarding Erlang/Elixir, my goal has always been to bring new developers to the platform. After all, Erlang developers already have the most important part of Elixir, which is the Erlang runtime! There are also key people in both communities working hard to make sure the tooling is consistent across all languages. A lot of this effo…
Re: 10 years-ish of Elixir
#34Author here! The article was published earlier this week and I have a quick addendum: regarding Erlang/Elixir, my goal has always been to bring new developers to the platform. After all, Erlang developers already have the most important part of Elixir, which is the Erlang runtime! There are also key people in both communities working hard to make sure the tooling is consistent across all languages. A lot of this effo…
Re: 10 years-ish of Elixir
#35Earlier quoted context omitted.
I'm going to shamelessly take advantage of your being here with a question if that's ok. Do you have any recommendations for reading material that covers Phoenix as it's used today? Back in the early 0.x days I read the Phoenix book, which was a great introduction to building an application and using Ecto, but trying to pick it up again recently I found that nothing really seems to cover using Contexts in the real wo…
This may be a non-answer answer, but given you are versed on the Phoenix front, may I suggest a book on the design aspect of things? For example, Domain Driven Design Quickly: https://www.infoq.com/minibooks/domain-driven-design-quickly... It has been a while since I have read it, so it may be dated, but hopefully others can provide suggestions too!
Re: 10 years-ish of Elixir
#36I'm building my first non-toy app in LiveView. I'm blown away by how quickly I can move with it and love how Phoenix encourages DDD practices. I'm a bit saddened that Elixir isn't bigger than it is. It's such a great entry into the world of BEAM and functional programming yet I've read more than once that people aren't interested because "it looks like Ruby and I don't like Ruby". There are some more legit reasons as…
Re: 10 years-ish of Elixir
#37Learning Elixir and starting to use is in projects is at the top of my TODO list for 2021. I tried to get into a while back, but being unfamiliar with functional programming concepts at the time really got me. Learning a new language and trying to grep FP at the same time was too much for me :) Now, I'm more well versed in FP in general, and I'm excited to give it another go! Everyone I've talked to who uses Elixir o…
Come by and check out https://elixirforum.com/ and slack https://elixir-slackin.herokuapp.com/ everyone is super friendly and helpful. * edit: fixed link
Re: 10 years-ish of Elixir
#38Sometimes I think to myself, why bother to submit things to HN? Everytime I submit something (and recheck twice I am first), nothing happens... until someone else resubmits the same thing. I submitted this one 2 days ago when it was fresh. Can anyone tell me how this works here?
There is an art to it, and I just got lucky. I saw someone had posted it yesterday and it got no attention. I reposted it in case it went better and it did.
Usually HN doesn't let you repost, but in some cases it does if the original article flew under the radar and didn't get much attention.
As an Elixir fan, I wanted this important milestone for the language to get more than a couple points.
Re: 10 years-ish of Elixir
#39Earlier quoted context omitted.
Not Jose (obviously), but I have a copy of https://pragprog.com/titles/phoenix14/programming-phoenix-1-... which I think is still fairly relevant. Of course, there is always https://elixirforum.com and a good search :)
The book Programming Ecto [1] also has a chapter on application design which talks about contexts. [1]: https://pragprog.com/titles/wmecto/programming-ecto/
Re: 10 years-ish of Elixir
#40I've been working exclusively with Elixir and Phoenix for the past four years, and it's been a delight.