nekoc -console seams not to work on OS X (in version 1.2)?
if I understand this right and it should be like the interactive mode of
python or ruby (irb ) ?


What does it do ??



the console takes input but never executes it.
<nekoc -console>
localhost:~/neko/bin undo$ ./nekoc -console
 > $print("Test!");
$print("Test!");
$print("Test!");
$print("Test!");
$print("Test!");

Yes this is normal.
You need to end a line with a single "!" to execute the program you just wrote.


> 0!
0
> 1 + "hello"!
hello1
>
...

Nicolas

--
Neko : One VM to run them all (http://nekovm.org)

Reply via email to