Elixir 1.11
elixir-lang.org
Elixir 1.11
1–10 of 104 posts
Re: Elixir 1.11
#2Re: Elixir 1.11
#3Re: Elixir 1.11
#4This is a really nice change for those of us who straddle both languages. I've done a fair bit of work with both ets and the crypto module and having to jump into and out of firefox felt at odds with the rest of the development experience.
Re: Elixir 1.11
#5Re: Elixir 1.11
#6> IEx also has been improved to show the documentation for Erlang modules directly from your Elixir terminal. This is a really nice change for those of us who straddle both languages. I've done a fair bit of work with both ets and the crypto module and having to jump into and out of firefox felt at odds with the rest of the development experience.
Re: Elixir 1.11
#7> IEx also has been improved to show the documentation for Erlang modules directly from your Elixir terminal. This is a really nice change for those of us who straddle both languages. I've done a fair bit of work with both ets and the crypto module and having to jump into and out of firefox felt at odds with the rest of the development experience.
Also the online Erlang docs are arguably even more utilitarian than iex docs output...
Re: Elixir 1.11
#8Earlier quoted context omitted.
Also the online Erlang docs are arguably even more utilitarian than iex docs output...
That made me laugh, but it's true. The Erlang docs are like 1980's brutalist architecture. Functional but utilitarian. But it's great to have the Erlang docs in IEx; it's my favorite docs interface.
Re: Elixir 1.11
#9I started to learn Elixir and Phoenix awhile ago. I liked it but stopped due to (i) there's no job opportunities near me for Elixir and I wanted to the learning/projects I do on my own to help me in interviews; and (ii) it's not a strongly typed language which I have come to learn is my favored type of language
Re: Elixir 1.11
#10I know support for the map.field syntax in guards is a bit controversial, but I'm really excited about it!