Euphoria Interpreter?
- Posted by Bryan So <sohim at yahoo.com> Jul 13, 2006
- 539 views
I am very interested in using interpreters such as Lisp or Basic. I wonder if Euphoria has an interpreter "Shell"? Such that I can run a program, say eush and start to type Euphoria commands and get the answer immediately. e.g., >> sequence s >> s = { 1, 2, 3 } >> print(1, s[2]) 2 >> Something like that. Thanks! Bryan