i want micro-kernel with full explain.

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Kemp

Re:i want micro-kernel with full explain.

Post by Kemp »

*Creates wrapper class to return from damage() with no effect* :P
User avatar
Candy
Member
Member
Posts: 3882
Joined: Tue Oct 17, 2006 11:33 pm
Location: Eindhoven

Re:i want micro-kernel with full explain.

Post by Candy »

Kemp wrote: *Creates wrapper class to return from damage() with no effect* :P

Code: Select all

public final class environment { ... };
Are you sure that's possible? ::)
Kemp

Re:i want micro-kernel with full explain.

Post by Kemp »

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.
User avatar
Candy
Member
Member
Posts: 3882
Joined: Tue Oct 17, 2006 11:33 pm
Location: Eindhoven

Re:i want micro-kernel with full explain.

Post by Candy »

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.
You remind me of the Mythbusters - "I reject your reality and substitute my own" :)
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:i want micro-kernel with full explain.

Post by Pype.Clicker »

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...
User avatar
Candy
Member
Member
Posts: 3882
Joined: Tue Oct 17, 2006 11:33 pm
Location: Eindhoven

Re:i want micro-kernel with full explain.

Post by Candy »

Pype.Clicker wrote:
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...
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.

You can of course inherit from ecosystem, but you cannot take the global variable toplevel_ecosystem :)... you can't change the world, but you can create a different one inside the other one.

Unless of course there's a bug in environment. Just imagine you can jump from building to building... ;D
User avatar
bubach
Member
Member
Posts: 1223
Joined: Sat Oct 23, 2004 11:00 pm
Location: Sweden
Contact:

Re:i want micro-kernel with full explain.

Post by bubach »

More people that forgot to take their pills? :D

*tempted to connect to some MUD..*
"Simplicity is the ultimate sophistication."
http://bos.asmhackers.net/ - GitHub
distantvoices
Member
Member
Posts: 1600
Joined: Wed Oct 18, 2006 11:59 am
Location: Vienna/Austria
Contact:

Re:i want micro-kernel with full explain.

Post by distantvoices »

*reaches for the frog pills* time for the daily dose I reckon *rofl*
... the osdever formerly known as beyond infinity ...
BlueillusionOS iso image
Post Reply