Well, there are object models with holes, and there are languages without an object model at all... ;)
If you want an OO example, take a gander at Galaxy sometime. Forth like in that the program can modify the compiler on the fly, and recompile itself... quite funky. Downside? No two programmers can read each others' code, because they've both made custom additions on the fly. :P
(no subject)
Date: 2004-06-14 08:00 pm (UTC)If you want an OO example, take a gander at Galaxy sometime. Forth like in that the program can modify the compiler on the fly, and recompile itself... quite funky. Downside? No two programmers can read each others' code, because they've both made custom additions on the fly. :P
Kind of like Perl. ;)