Re:i want micro-kernel with full explain.
Posted: Thu Nov 03, 2005 2:02 pm
*Creates wrapper class to return from damage() with no effect*
The Place to Start for Operating System Developers
http://f.osdev.org/
Kemp wrote: *Creates wrapper class to return from damage() with no effect*
Code: Select all
public final class environment { ... };
You remind me of the Mythbusters - "I reject your reality and substitute my own"Kemp wrote: Dammit. But wait... environment is a subclass of ecosystem, I'll create my own subclass called kemp_environ and make sure I'm referenced by my new class.
Yep, not mentionning the danger of us becoming unable to interact with you since you don't export the expected "environment" class ... aah, if only it has been defined only as an interface. Now i'll have to use introspection to access kemp's public methods...Kemp wrote: Dammit. But wait... environment is a subclass of ecosystem, I'll create my own subclass called kemp_environ and make sure I'm referenced by my new class.
But if it were an interface, then you'd have to specify things such as Newton's laws in the interface, which is impossible with most interfaces. Also, allowing people to hack the universe creates a matrix-like world, which is probably not as intended. So, a final class is indeed what the environment should be.Pype.Clicker wrote:Yep, not mentionning the danger of us becoming unable to interact with you since you don't export the expected "environment" class ... aah, if only it has been defined only as an interface. Now i'll have to use introspection to access kemp's public methods...Kemp wrote: Dammit. But wait... environment is a subclass of ecosystem, I'll create my own subclass called kemp_environ and make sure I'm referenced by my new class.