Great!
I knew it would be of course ;)
Nicolas, can I ask two questions of you please ?
1) Is there within the source distribution something like an AST for
building Neko code assuming I could build an AST that fitted then I could
generate Neko code without having to write all that stuff myself?
It probably wouldn't work either. :)
2) If I write a pure neko module, can I expose it to haxe as a library and
if so, is it ExternalInterface that I need to use ?
Basically I am writing a language for a specific purpose and I want it to
run on top of Neko.
Thanks for your time,
Sean Charles.
On Wed, Aug 27, 2008 at 1:53 PM, Nicolas Cannasse <[EMAIL PROTECTED]
> wrote:
> Sean Charles a écrit :
>
>> Hi,
>>
>> Is there much (if any) overhead in N modules all loading say the "std"
>> library. Without looking at the code I am presuming that if N modules load
>> the same library they all get the *same* reference to it ?
>>
>
> Yes, that's the behavior with the default loader.
>
> Nicolas
>
> --
> Neko : One VM to run them all
> (http://nekovm.org)
>
--
Neko : One VM to run them all
(http://nekovm.org)