Comment on Clojure for the Erlang VMComments−crimsonalucard6yDoes anyone know if there are any languages with ADTs running on top of the erlang vm?−dwohnitmok6yThere are, in various stages of experimentation.Haskerl, a subset of Haskell for the BEAM VM.Alpaca, a version of ML.A Purescript BEAM back end.An Idris BEAM backend.See https://github.com/llaisdy/beam_languages/blob/master/README...−sanxiyn6yThere is Gleam.−verttii6yElchemy too which is based on Elm.
Comments
Does anyone know if there are any languages with ADTs running on top of the erlang vm?
There are, in various stages of experimentation.
Haskerl, a subset of Haskell for the BEAM VM.
Alpaca, a version of ML.
A Purescript BEAM back end.
An Idris BEAM backend.
See https://github.com/llaisdy/beam_languages/blob/master/README...
There is Gleam.
Elchemy too which is based on Elm.