Hi all,

I'm looking at different VMs to implement a very simple scripting language for fun. I've built and tried a couple samples using the nekoc and neko tools. I'm wondering if it make sense to use Neko to compile and interpret in one single step like scripting language usually do (Ruby, Python...).

In other words, is it possible to implement a read-eval-print-loop for Neko? When you type an expression it gets evaluated right away. Or simply running directly the .neko file and loading other source .neko file inside it?

I've looked at LLVM and seems from the tutorial that this is possible: 
http://llvm.org/docs/tutorial/

Sorry if this question has already been answered, I've search the ML and doc with no success.

Thx,
Marc

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

Reply via email to