Is there a full REPL for Erlang?
Posted
by Gabriel Cuvillier
on Stack Overflow
See other posts from Stack Overflow
or by Gabriel Cuvillier
Published on 2010-03-27T17:14:57Z
Indexed on
2010/03/27
17:23 UTC
Read the original article
Hit count: 258
erlang
Is there a way to have a full interpreter in Erlang, not just a "shell".
Since it is a dynamic language, not being able to define named functions in the interpreter is a little bit disappointing... I suspect that it is because compilation units (modules) must be explicitly compiled for their execution by the VM, but maybe a REPL acting as a dynamic/recompilable module exist?
© Stack Overflow or respective owner