From: Christopher Allan Webber Date: Tue, 24 Jan 2017 23:27:14 +0000 (-0600) Subject: rmeta-slot: New module for recursive meta-slot access. X-Git-Tag: v0.4.2~11 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;ds=sidebyside;h=41b32934e39cb7b778e12bf8c61630acc38d2a72;hp=41b32934e39cb7b778e12bf8c61630acc38d2a72;p=8sync.git rmeta-slot: New module for recursive meta-slot access. This is an abstraction around the core idea driving the actor actions system. It turns out I need this abstraction for mudsync as well, so I'm breaking it out. Pleasantly, it should be much faster now, since a cache is built for each class regarding what key should resolve to what value. * 8sync/rmeta-slot.scm: * tests/test-rmeta-slot.scm: New modules. * Makefile.am: Add them. ---