in reply to A perl os

Looking at the code it strikes me as a bad shell, there is no way you could feasibly write an os in perl as alot of the feature that perl relies on - eg IO is dependant on the OS, once you start to write an io layer in say C you miss the point of using perl. I'd also like to see Dynaloader written in complete perl for perl to use to load itself. If that makes any sense.