1. Interactive mode / REPL
- Posted by phix032147 Mar 03, 2023
- 879 views
Is there on for Euphoria? Would be useful for my refresher hacking in the language. TIA ..
2. Re: Interactive mode / REPL
- Posted by katsmeow Mar 03, 2023
- 866 views
From : http://rapideuphoria.com/cgi-bin/asearch.exu?dos=on&win=on&lnx=on&gen=on&keywords=interactive
DOS Interactive Euphoria Interpreter 4K Roderick Jackson Jun 5/99
A front-end to Euphoria that lets you type in Euphoria statements and have them executed immediately.
Pronounce "DOS" as "command console" in windows. I am unfamiliar with *nix. IIRC, there's been some goofing around to inhibit this function.
It's been 24 years since that was posted.
Kat
3. Re: Interactive mode / REPL
- Posted by petelomax Mar 03, 2023
- 854 views
There is a somewhat ropey one for Phix, let me know how you get on with it, which I can confidently predict won't be all that well.
4. Re: Interactive mode / REPL
- Posted by phix032147 Mar 04, 2023
- 754 views
LOL - Thanks for the warning! I'll do without. I can execute the code from within emacs, so that's quick enough.
5. Re: Interactive mode / REPL
- Posted by phix032147 Mar 04, 2023
- 765 views
Thanks for the link and your input!
6. Re: Interactive mode / REPL
- Posted by cjnwl Mar 06, 2023
- 581 views
When I'm learning/trying euphoria code on my work laptop where I can't install or run anything that isn't a, I use tio.run. It's not exactly REPL, but
7. Re: Interactive mode / REPL
- Posted by cjnwl Mar 06, 2023
- 591 views
When I'm learning/trying euphoria code on my work laptop where I can't install or run anything that isn't allowed by corporate IT, I use tio.run. It's not exactly REPL, but pretty close.