Elixir
Elixir Core Team
Elixir v1.19.0 released
Elixir v1.19 has been released including enhanced type checking, broader type inference, and up to 4x faster compilation for large projects.
See the full announcement here:
Most Liked
walkr
Congratulations to the Elixir Team for the new release!
Elixir is an elegant and productive language I enjoy using daily.
Technologies come and go, yet some manage to claim the throne as long lasting computer inventions: Ada, C, SQL & others.
Hopefully Elixir (and Erlang) will continue to exist in the next 20-30 years and carve out their place in the history of computing, alongside other tech: C, JavaScript, etc.
3
Hermanverschooten
Keep up the great work… first app in production! No new warnings.
2
Popular in News
This release includes type inference of patterns to provide warnings for an initial set of constructs (binaries, maps, and atoms). It al...
New
Elixir v1.19 has been released including enhanced type checking, broader type inference, and up to 4x faster compilation for large projec...
New
1. Bug fixes
EEx
[EEx] Address Dialyzer warnings when invoking EEx.compile_string
Elixir
[Kernel] Optimize how types are computed for ...
New
It is a maintenance release, so nothing out of the ordinary.
Please see the release notes for more information: https://github.com/elix...
New
1. Enhancements
Elixir
[JSON] Encode any JSON key to string
[Kernel] Allow <<_::3*8>> in typespecs
Mix
[mix loadpaths] Sup...
New
1. Enhancements
Elixir
[Kernel] Speed up loading of runtime modules in the parallel compiler
[Range] Optimize range membership implement...
New
Release: https://github.com/elixir-lang/elixir/releases/tag/v1.9.1
1. Enhancements
Mix
[mix format] Print relative paths in --check-for...
New
Release: https://github.com/elixir-lang/elixir/releases/tag/v1.9.3
This release deprecates the use of URLs on mix archive.install, mix e...
New
Release: Release v1.13.0-rc.1 · elixir-lang/elixir · GitHub
1. Enhancements
Mix
[Mix] Add Mix.installed?/0
2. Bug fixes
Elixir
[Appli...
New
Elixir v1.5.0-rc.1 has been released.
This is the second release candidate for the upcoming Elixir v1.5. It includes bug fixes, enhance...
New
Other popular topics
I have seen a lot of code which picks the first element from a list using Enum.at(0) instead of List.first. Is there a reason why people ...
New
ExUnit now has describe blocks which is a welcome addition coming from RSpec. In the docs, it states that nested hierarchies of describe ...
New
I believe there are people here who are dealing with CSV files import on the daily basis, and since Excel is a really popular tool there ...
New
Hi there,
I am working with Ecto-Postgresql and I need to call all of the records from a specific table but the table has 40,000 record...
New
I have an umbrella app.
Some of the apps inside depend on other apps in the umbrella, unsurprisingly.
I'm writing a test for one of t...
New
Is there a way to get the call stack or stack trace at any point in the code? Not from exceptions, but an expression that returns how the...
New
When I run the Plug and I recompile I wind up having to use Ctrl C to quit iex and start again. Witht the help of rlwrap I can use the cu...
New
Hi,
I am new to Elixir. I am trying to use the DateTime component to insert a date into MySQL however the there seems to be no way to fo...
New
Elixir appears to be a superior language to Python. I don’t see any advantage of Python over Elixir. Are there any?
New
Hi,
I have to write a raw query for one of my project. But till now I have used ecto queries and don’t have much experience writing raw ...
New







