[351] in Coldmud discussion meeting

root meeting help first previous next next in chain last in chain last

A thought

daemon@ATHENA.MIT.EDU (Sat Jun 18 16:06:12 1994 )

From: BRANDON@cc.usu.edu
Date: Sat, 18 Jun 1994 14:01:58 -0600 (MDT)
To: coldstuff@MIT.EDU
X-Vms-To: COLDSTUFF

This hit me last night.  Why hardcode which objects can call a builtin?  Rather
than doing that set it up so every builtin can be bound to an object.  Then
upon startup the first method bound is the one which binds the others, from
there all the "system" methods are bound to $sys (or whatever, perhaps
connection ones would be bound to a different one).  This would be much more
flexible and would allow for tight creation of in-db thunks (i.e. have a
$object.to_dbref() which would be a thunk for get_name() etc).  Anyhow.