IT Professional, Web Design Tinkerer (Jekyll, Hugo), Minimalist at Heart. Knee deep in learning programing. Plays with Ruby and functional languages sometimes.
Elixir v1.11.0-rc.0 released: github.com/elixir-lang/elixi…
As a release candidate, it may not be available in distros, so check our install page for other means to install: elixir-lang.org/install.html
If you're using Hex.pm Elixir images, they should be available soon.
⚗️ Starting next week, I will be publishing weekly Elixir tips M/W/F via Twitter. Be sure to follow me so you don't miss out on all the Elixir goodness! Here's a little sneak peak of what you can expect to see in your feed 😁.
#myelixirstatus#elixirlang#elixir#erlang
Initial support for Ecto has been added to ElixirSense. Very soon, editors will be able to provide a much better experience for developers. #myelixirstatus
Here are some examples using VS Code:
Today in obscure features you didn't know you needed! Did you know that if you put .LOG as the first line in a txt file you open in Windows notepad, that it will automatically append the time and date EACH TIME YOU OPEN THE FILE? Good for your .plan file perhaps or todo.txt!
Elixir v1.11 will ship with very exciting compiler improvements. The first one is that we will no longer mark requires/imports as compile-time dependencies by default. With this change, changing a file in your project is less likely to trigger recompilations! See example👇