Interpret()
Is Euphoria a compiled or interpreted language? From what I understand it is
compiled... (Sources are compiled before actually run) But if the compiler is
left in memory after the compilation is complete, what prevents us from using
it again? I think that an interpret-function would really kick ass... (as I've
seen it do elsewhere)
sequence str
integer int
str="int=4" int=2
Interpret(str)
? int --> 4
str[length(str)]=6
Interpret(str)
? int --> 6
Anders
(Stay tuned! Rob will now tell me why this is impossible
--------------------------------------------------------------
Anders Eurenius <c96aes at cs.umu.se> UIN:1453793
Computer Science/Engineering student at the university of Umea
--------------------------------------------------------------
|
Not Categorized, Please Help
|
|