vote up 3 vote down star

Is there a REPL (Read-Eval-Print Loop) available anywhere for Actionscript 3? I could not find anything on google, but it would really come in handy.

flag

50% accept rate

2 Answers

vote up 1 vote down check

Google harder. ;)

link|flag
vote up 0 vote down

actionscript3 is a compiled language so is this even possible?

link|flag
What does this have to do with the ability to have a REPL? – leppie Dec 2 '08 at 13:14
I thought that the point of a REPL was to let you enter code at run time and evaluate that code interactivly. In javascript you can use "eval" to compile/run new code like this but no such ability exists in actionscript as the compiler is not available at runtime. Did I miss the point? – JB Dec 2 '08 at 13:23
Plenty of compiled languages have REPLs. OCaml, Haskell and Erlang come to mind. – jmillikan Dec 2 '08 at 17:57
Ok fair enough. It's clearly possible if the compiler is available at run time which as far as I know it isn't in actionscript. I may be wrong :) – JB Dec 3 '08 at 10:51

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.