Re: Euphoria Interpreter?
- Posted by Jason Gade <jaygade at yahoo.com> Jul 13, 2006
- 545 views
Bryan So wrote: > > 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 I think there might be a Euphoria in Euphoria interpreter in the archives, but no, there is not immediate mode/shell mode with the standard Euphoria interpreter. One could probably be made with the public domain source code, though. -- "Any programming problem can be solved by adding a level of indirection." --anonymous "Any performance problem can be solved by removing a level of indirection." --M. Haertel "Premature optimization is the root of all evil in programming." --C.A.R. Hoare j.