Elixir v1.20 released! Now officially a gradually typed language: Elixir type checks every single line of code, finding bugs and dead code, without developer overhead (no typing signatures) and extremely low false positives rate. Plus a faster compiler! Links and reports below.
Phoenix LiveView 1.0.0 is finally here! Check the announcement for details https://t.co/3E6NSiXxeV
If you haven't given Elixir/Phoenix a try, you can now get started in seconds by installing Elixir and generating a Phoenix project from a single command:
I used to think Types was the missing piece.. This is it! Official LSP will be the last thing we need π₯
(Bonus when all vendors starts to add Elixir SDKs and docs to their services..)
One thing I miss from #JavaScript in #Elixirlang is the neat shorthand for key-value pairs π
When the property and variable name is the same, then you can omit the property.
Readable and less repetitive βοΈ
@PJUllrich @elixirphoenix +1 !
It's my biggest pain point with Phoenix.
On the other hand, the form elements out of the box works great and you have an app up and running in no time. Anyways, worth it to improve!