The "Native Object Execution Subsystem" section of the parrot documentation provides instructions for how to generate a native executable. I was wondering if it's possible (or planned) to create native shared libraries (so, dll) and have the executable link to it dynamically. Coming from a java background, this would really be a breath of fresh air!