Hi all,
thanks for your thoughts :)
Nicolas, I think the approach is cool for immutable values, but if I use
mutable Neko values (like an array for example), my wrap function will
create a wrapper object each time I use this value (and that's not
optimal) - or am I missing something?
Felix, I think I got it, interesting! Do you plan to release the Python
compiler some day?
I think I'm going to use the laziest way. I'll operate as much as
possible with Mylanguage's objects and add a neko block to the language,
so that the contents of the neko block is copied verbatim to the nxml
code file.
Thank you,
Friedrich
--
Neko : One VM to run them all
(http://nekovm.org)