dom
Trending in Erlang News
We want to introduce a new native datatype to Erlang: native records. Although replacing all tuple records with native records is not our...
New
A new Erlang announcement has been posted:
Original announcement:
New
A new Erlang announcement has been posted:
Original announcement:
New
A new Erlang announcement has been posted:
Original announcement:
New
Patch Package: OTP 29.0.5
Git Tag: OTP-29.0.5
Date: 2026-08-04
Trouble Report Id: OTP-...
New
Patch Package: OTP 28.5.0.5
Git Tag: OTP-28.5.0.5
Date: 2026-08-04
Trouble Report Id: ...
New
Patch Package: OTP 27.3.4.16
Git Tag: OTP-27.3.4.16
Date: 2026-08-04
Trouble Report Id: ...
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
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
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
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New
I just stumbled on a newly redesigned elixir-lang.org. :tada: It looks like @Software_Mansion did the work, and I think it is generally a...
New
@hugobarauna and I (Alex Koutmos) have been hard at work on writing a book on Nerves that takes you from simply blinking LEDs to building...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #hex
- #performance











First 9 of 9 Posts
dimitarvp
@josevalim Is Elixir gonna make use of that?
CptnKirk
Pretty sure @josevalim contributed that patch. So..yea.
OvermindDL1
tmbb
Don’t worry, you’ll get your OCaml-style modules some other way
kelvinst
Yes, it will, just mentioning (correct me if I’m wrong please) this is on compilation, so the compiled version of
f({ok, Val}) -> {ok, Val}andf({ok, Val} = Tuple) -> Tupleare the same, but the code stays the same. So if you use OTP 21 with your Elixir, you’re already using that by default.rvirding
This is a GOOD thing! They were trying to sneak in OO through a back door.
tmbb
But with OO the BEAM could become Enterprise-Ready like Java ™!
Qqwy
Wow, good job!
And this is of course also something that our map-heavy language will love
!
Do I hear Partisan and friends coming rapidly nearer? Very cool news for everyone who is into distributed systems, I think!
Congrats, Erlang team!
OvermindDL1
Nah, tuple calls are fantastic to emulate first class module functors! Those can also handle ‘most’ of what OOP does as well, except when the compiler implements it well then it can become very efficient (though the beam doesn’t, but, say, OCaml does).
Now there is no way to emulate it as such, have to manually destructure and all now, which makes witness and such things much less opaque.
Seeing them only as an OOP construct is extremely limiting.