Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CoffeeScript -> Javascript, ??? -> Erlang [closed]

Tags:

erlang

Is there any language that compiles in Erlang, like CoffeeScript for javsacript?

like image 517
welldan97 Avatar asked Dec 10 '22 03:12

welldan97


2 Answers

There are languages that compile to Erlang (or Erlang byte-code). The ones I know of are:

  • Efene, which sounds like what you want.
  • Mercury, which can compile to Erlang but is almost certainly not what you want.
like image 145
nmichaels Avatar answered Dec 28 '22 03:12

nmichaels


If you like lisp there is: https://github.com/rvirding/lfe

like image 28
Lukas Avatar answered Dec 28 '22 03:12

Lukas