View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide

a referential system

Home   How To   Code Pool   Public Library   Theory   Events
X is a placeholder, as I don't have a good name yet


X.tar.gz


Note:

unfortunaltely SC garbage collection makes it hard or inefficient to have
weak arrays, which would make this system much more safe (currently
there is no way to determine whether a reference is still needed or not)

in a controlled environment, it could serve as a start for a reference system though.
subclasses could allow certain uses, like embedding in streams, or playing on the server
one reference could be used to serve multiple uses at once (useful for buffers, for example)

this is still experimental, but might serve as inspiration



jrh

Link to this Page