khari998

khari998

Is Erlang 27 stable for mac yet? I haven’t been able to update to 27 through homebrew. Downloading it directly from the website failed as well.

Showing Posts 1 to 10

KP123

KP123

Might have to wait a couple weeks. The Erlang docs state:

The OS provided packages tend to not contain the latest version of Erlang/OTP. So Erlang Solutions provides up to date pre-built packages for the latest stable releases.

asianfilm

asianfilm

On a Mac I’d recommend asdf, which you can install via homebrew. Than you can install OTP 27 and a compatible version of Elixir, and have different versions per Elixir project.

mayel

mayel

Or mise which is a newer implementation based on asdf.

garazdawi

garazdawi

Erlang Core Team

The homebrew script for Erlang failed when trying to update to 27.

https://github.com/Homebrew/homebrew-core/pull/172171

So, someone needs to fix that. I would recommend putting DOC_TARGETS="man chunks" for both “make docs” and “make install-docs” in the homebrew script.

kujua

kujua

Author of Erlang and Elixir for Imperative Programmers

Thanks for mentioning mise.
What is the advantage of using it?
I am working with Juniors who need to develop on Windows WSL (I know…), and the install process seems to be more involved than asdf.

Otherwise I also feel asdf is easy, fast enough and up to date. I am running main elixir (18 dev with otp 27) in a project to try it out and there is no problem.

D4no0

D4no0

Besides the rant in that article about syntax, this is one of the main reasons:

These shims have terrible performance, adding ~120ms to every runtime call. mise activate does not use shims and instead updates PATH so that it doesn’t have any overhead when simply calling binaries. These shims are the main reason that I wrote this. Note that in the demo GIF at the top of this README that mise isn’t actually used when calling node -v for this reason. The performance is identical to running node without using mise.

Personally I also still use asdf and I like that in all years of using it I never had to debug it, it just works!

ferd

ferd

Author of Property-Based Testing with PropEr, LYSE, & Erlang in Anger

For what it’s worth, I tried working on this to make it possible to release Rebar3 with OTP-27 support with MacOS CI support and I keep getting:

=== Entering application stdlib
make[3]: Nothing to be done for `docs'.
make[3]: *** No rule to make target `man', needed by `docs'.  Stop.
make[2]: *** [docs] Error 2
make[1]: *** [docs] Error 2
make: *** [docs] Error 2

It works without the man target for docs (just chunks succeeds but neither do chunks man or man chunks), but fails with it consistently.

garazdawi

garazdawi

Erlang Core Team

That was unfortunate, I had thought it would work. Anyway, using only DOC_TARGETS=chunks amounts for the same thing in 27.0. We are however planning to bring back some man pages for 27.1 or 27.2 so it would have been good to be future proof.

kwando

kwando

Yeah, I also tried rtx/mise but I didn’t work as I wanted on the first try.. and I spent less than 2 minutes debugging it before I decided that I dont care and reverted to asdf which never caused me any troubles :sweat_smile:

(I’m sure it was me messing something up, but I have other problems to solve instead of self inflicted ones like these.)

sergio-ocon

sergio-ocon

I got problems installing elixir-ls in mise, it does not work.

It does a known issue?

mise install elixir-ls
mise ⚠️ elixir-ls is a community-developed plugin
mise url: https://github.com/juantascon/asdf-elixir-ls
Would you like to install elixir-ls? Yes
cp: bin/elixir-ls-debugger: No such file or directory
mise ~/.local/share/mise/plugins/elixir-ls/bin/install failed
Downloading from https://github.com/elixir-lsp/elixir-ls/releases/download/v0.21.3/elixir-ls-v0.21.3.zip
Archive:  /var/folders/5c/0y04dzc91n78r7qvt7208clw0000gp/T/tmp.DX1wIrqAJe/elixir-ls-v0.21.3.zip
  inflating: quiet_install.exs
  inflating: language_server.bat
  inflating: installer.exs
  inflating: exec.zsh
  inflating: launch.sh
  inflating: exec.bash
 extracting: VERSION
  inflating: debug_adapter.sh
  inflating: debug_adapter.bat
  inflating: language_server.sh
  inflating: launch.fish
  inflating: launch.exs
cp: bin/elixir-ls-debugger: No such file or directory
mise ~/.local/share/mise/plugins/elixir-ls/bin/install exited with non-zero status: exit code 1

On a mac M2, 32GB of Memory

Where Next? Top

Trending in Questions Top

RSP87
I’m working on a project that simulates the bumbl example in the programming phoenix book. It acts almost like an email client. We have a...
New
nseaSeb
Hello, I know there is an approach for handling lists that allows for optimized traversal, but I can’t recall the specific method (somet...
New
kpanic
Hi everyone, I am toying with the idea of building a “match maker” for giving personal help to people that wants to start coding. I sta...
New
brecabral
Documentation While reading the Scoped Routes section, I noticed that the documentation currently refers to a problem without explainin...
New
velrest
So my question is quite simple and i have found no conclusive answer on forum, google or AI. Should we use :erlang.float for Integer to ...
New
asweet-confluent
I recently noticed that Elixir’s Logger defaults its primary log level to :debug when no :logger, :level application configuration is pre...
New
apz
I’m new to elixir and just tried to install the elixirLS extension for VScode(ium) and it is throwing some errors that I would like help ...
New

Other Trending Topics Top

GenericJam
Edit: 2026 May 15 - This post is archived. Mob is alive!! Main docs: mob v0.7.11 — Documentation A bit of explanation for the slightly c...
New
JesseHerrick
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
mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
marciok
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
mhanberg
Hi everyone! The first release candidate for the Expert language server project is now available! We’ve published a press release detai...
New
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews