Onor.io
Trending in Erlang News
A new Erlang announcement has been posted:
Original announcement:
New
A new Erlang announcement has been posted:
Original announcement:
https://erlangforums.com/t/patch-package-otp-29-0-6-released/5911
New
A new Erlang announcement has been posted:
Original announcement:
https://erlangforums.com/t/patch-package-otp-27-3-4-17-released/5913
New
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
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
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
Hi everyone!
The first release candidate for the Expert language server project is now available!
We’ve published a press release detai...
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
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
- #metaprogramming
- #hex
- #security










Showing Posts 1 to 9- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
thinkpadder1
I don’t know too much, but what do you think is the most exciting part about OTP 19.0?
gausby
I guess that I am fairly excited about
:gen_statem.NobbZ
Just from looking at the name, I’m wondering what the difference to
:gen_fsmmight be, can you give a summary?Qqwy
From the new documentation of gen_statem:
Onor.io
I don’t know for certain but I’d be the incremental improvements in maps would be worth the upgrade all by themselves. It wasn’t that long ago that we were advised not to use maps for large data sets because of performance. Then E18 came out and that advisory was no longer relevant. So I’d guess they probably made the performance of maps even better in E19. Of course that’s totally speculation on my part.
sasajuric
Some highlights can be found here, and there you can find the link to full release notes.
gausby
I wrote some notes after having a conversation with a long time OTP user here: Caveats on using `:gen_fsm`/`GenFSM` · Issue #13 · pavlos/gen_fsm · GitHub
uranther
Hacker News discussion
thinkpadder1
Wow the full release notes are so detailed. They explain what it is and tell us why they did it!