Re: Is there a REPL for U4ia?
- Posted by jimcbrown (admin) Dec 26, 2010
- 1805 views
jeremy said...
dukester said...
Anyway, Is there a REPL available as an add-on, to get the behaviour of Lisp, Perl etc, whereby U4ia expressions can be evaluated, without writing to a file and then interpreting the code. On-the-fly interpreter?
Euphoria (U (You) 4 (For) ia (Ee-Uh)) is not an interactive interpreter at this point I suppose it would be possible to write a REPL but it would have some severe limitations.
It would be a nice addition though.
Jeremy
There is e! (see http://www.RapidEuphoria.com/e!.zip )
It will not run on Euphoria 2.5 or any newer version.
It has the interesting limitation that all routines and variables and constants must be declared global to use them.