Live data from Hacker News

Elixir 1.11

elixir-lang.org

1–10 of 104 posts

Re: Elixir 1.11

#3
I 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

#4
> 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

#5
I know support for the map.field syntax in guards is a bit controversial, but I'm really excited about it!

Re: 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.

Also the online Erlang docs are arguably even more utilitarian than iex docs output...

Re: Elixir 1.11

#7
post #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.

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

#8
post #7
post #6

Earlier 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.

Yeah, IEx's h/1 function is great. I just wish it had some sort of built in search for when you don't really know exactly the Module and function you're looking for.

Re: Elixir 1.11

#9
post #3

I 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

I’m starting to see more and more jobs here in London, including one with live view.

Re: Elixir 1.11

#10
post #5

I know support for the map.field syntax in guards is a bit controversial, but I'm really excited about it!

I actually already built that functionality in the past using macros so it might be similar
Post reply on HN