Hi Nicolas
Simple question, if I wanted to use D to interface to neko would the
fact that is also uses the boehm garbage collector present a problem?
It depends.
If you initialize the Neko VM first (call to neko_global_init) it
shoudln't cause a problem as long as D use default GC configuration.
Do they use the same collector or are there multiple gcs in that
instance?
It will be only one since it's a DLL, but the GC is multithread so it
should be ok.
Nicolas
--
Neko : One VM to run them all
(http://nekovm.org)