top | item 39433669

(no title)

pmw | 2 years ago

Those two aren't even the only options. There's also Lisp-Flavored Erlang (LFE), and maybe other languages targeting the virtual machine BEAM.

https://lfe.io/

It's similar to a multitude of languages targeting the Java Virtual Runtime (JVM) -- functional, imperative, object-oriented, actor-based -- whatever you want, but they all produce interoperable bytecode.

discuss

order

lawn|2 years ago

I'm personally a big fan of Gleam.

Bringing static typing to the BEAM is like a dream come true!

It's a young language to be sure, but I see the potential. (Maybe don't bet your startup on it.)

lpil|2 years ago

I would definitely bet my start up on Gleam!

vegabook|2 years ago

but does it have a REPL?

Lots of BEAM's runtime interaction capability is lost without one.