dylan-hackers / mindy

Mindy - minimal compiler-interpreter for Dylan
Other
21 stars 9 forks source link

Communication between interpreters? #53

Open waywardmonkeys opened 8 years ago

waywardmonkeys commented 8 years ago

If we have multiple interpreters, should we provide a way for them to communicate as part of the base system? (This would involve copying objects between GC-managed-heaps...)