actionscript - testing actionscript via command line
Posted
by ludicco
on Stack Overflow
See other posts from Stack Overflow
or by ludicco
Published on 2010-03-16T10:47:20Z
Indexed on
2010/03/16
11:26 UTC
Read the original article
Hit count: 941
Hello,
I would like to know if is there any easy way to test actionscript by using some kind of application like ruby's irb or javasctip spidermonkey where you can just open up your terminal and type the code straight away. This would be a good time saver when speaking of actionscript, since to test some syntaxes, classes, etc. you would need to compile it via fsch.
but still not a good option just for quick testing, etc...
Cheers
© Stack Overflow or respective owner