Trending in Erlang News
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:
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
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
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
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself.
My main conc...
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
- #ai
- #elixirconf-us
- #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 9- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
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.