read-eval-print
Posted: Tue Sep 15, 2009 6:29 am
Hello,
in real life I do programm Python. I especially enjoy that interactive console there, which allows me to easily check the effects of singular commands.
is there something similiar to MicroMacro / LUA ?
That is, instead of script/myscriptname.lua I want to be able to enter
printf ("Hello there %s", 200)
and get Hello there 200...
(and later on import singular classes files like rom/classes/player.lua, instantiate my player class and try RomScript("whatever") on the console.
Best wishes,
R.
in real life I do programm Python. I especially enjoy that interactive console there, which allows me to easily check the effects of singular commands.
is there something similiar to MicroMacro / LUA ?
That is, instead of script/myscriptname.lua I want to be able to enter
printf ("Hello there %s", 200)
and get Hello there 200...
(and later on import singular classes files like rom/classes/player.lua, instantiate my player class and try RomScript("whatever") on the console.
Best wishes,
R.