I'm developing a new lisp-dialect and want to use neko as the VM.
I'm wondering about the following: 1. How do I best implement a read-(compile)-eval loop?2. What is the best way to tie in a new language? Should I "cross- compile" to the high-level language or go straight to byte-code?
Thanks, Jason -- Neko : One VM to run them all (http://nekovm.org)
