etos icon indicating copy to clipboard operation
etos copied to clipboard

Erlang to Scheme compiler

Results 2 etos issues
Sort by recently updated
recently updated
newest added

I recently found a reference to this project [on the Erlang site](http://www.erlang.org/faq/implementations.html), where it says it is no longer under active development. Indeed, the [page that they link to](http://www.iro.umontreal.ca/~etos/) has...

I cannot compile the compiler. Under Ubuntu (windows 10) ` etos-master$ make for subdir in compiler bench bin; do \ target=`echo all-recursive | sed 's/-recursive//'`; \ install_dir="`pwd`/bin/"; \ echo making...