Next: , Previous: One-Instance Classes, Up: Top



4 Ex-DB Design

The phrase “Ex-DB” refers to the idea that in MUD code, anything you can change from within the MUD, without having to reset it or something, is “In-DB”, as in “in the database”. By extension, anything that you cannot change from within the MUD is “Ex-DB”, or “out of the database”.

MOZ is very different from other MUDs. The server, as such, is nearly non-existent; it's just a tiny bootstrap module (see R2,see R7), plus a few accessory modules. This is because all things in Oz, including classes and objects, are first-class values. Even the the class of an object can be changed on the fly.

It is very unlikely that any modifications to this code will be necessary. Any modifications to this code are likely to break everything.

It is very unlikely that any modifications to this code will be necessary. Any modifications to this code are likely to break everything.