tcoopman
Hi all,
I hope this is the right place for this kind of question. I’ve been out of elixir development for about 2 years and I was wondering what new things are worth taking a look at, in the language, libraries,… And what are the things that are on the short horizon?
The last things that were in development, if I remember correctly were liveview and telemetry.
I know this kind of a broad question, but I’d love to have some kind of overview about the things you’re excited about that happened in the last 2 years
Trending in Discussions
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
New
Hey there,
It’s been more than a year since we started using LiveView as our main UI library and building a whole library of UI componen...
New
I want to open this thread for you all to discuss and help those who really like Ash but are still hesitant to use it in a real project. ...
New
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
It would be helpful to have a list of companies worldwide that hire engineers without prior experience in Elixir. Often, it can be quite ...
New
Anyone running long-lived stateful processes on BEAM? We’re building an AI agent runtime and would love to compare notes.
We’re a small ...
New
This might be a bit disturbing for some but it’s happening - computers running on living human neurons. They’ve made them smart enough t...
New
Other Trending Topics
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
Aludel - LLM Evaluation Workbench
Aludel is an embeddable Phoenix LiveView dashboard for evaluating and comparing LLM prompts across mult...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 5- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
shanesveller
Someone will unavoidably come along and talk about LV, and I’ll leave it to them. I personally think some of the best developments have been gaining our own Elixir native, process-less HTTP client in Mint, and the compiler-tracing features in Elixir 1.10 opening opportunities like the Boundary library. It also helped with analyses about improving compile times and automating solutions to improve project-local compilation speed.
dimitarvp
LOL! Love the subtle snark.
Made me giggle.
Indeed, the countless “let’s build a game!” articles about a LV have, in my eyes at least, did it a huge disservice – if we count the actual working programmers as a part of the target audience. I much more like the other threads where people tackle authentication, transparent reconnects without losing state, distribution… and in general all the problems you’ll have when you want to build a working app with LV.
RE: @tcoopman, I am very excited about the continuous efforts to bring stricter typing to the BEAM VM land. People lately have made several type-checking and partial type-enforcing libraries which I very much like, even if they don’t go all the way (which they sadly can’t).
That, plus libraries that attempt to introduce a custom DSL for various goals – telemetry, transitions between different data structures in Ecto, and several more science-oriented libraries.
tcoopman
Any type checking libraries in particular that are worth checking out?
Regarding transitions between different data structures in ecto, is there something I can read on that?
mbuhot
I’m in a similar situation, coming back to elixir after working with .net for over a year.
I got a lot from reading over the Ecto 3 Changelog
With named bindings, CTEs, correlated subqueries / lateral joins, window functions and json path, you can write “modern sql” in ecto syntax quite nicely!
There continues to be a lot of buzz around typed beam languages. TypeCheck and Norm look like useable library-level tools for runtime checks in Elixir. Then there’s languages like gleam and hamler are looking promising too.
krstfk
The work being done by the otp team seems promising: