Howdy,
On Sun 14 Sep 2008 00:42, "Maciek Godek" <[EMAIL PROTECTED]> writes:
> Hi,
> Using some hints you gave me, I've implemented a really tiny
> object system
Neat!
> your opinion ("why it's still better to use goops" :D)
Use what you want :)
But:
> storing objects as vectors allows for an
Your object system seems not to have a meta-object protocol.
There is an interesting and important book about this subject, and it's
worth reading if you haven't.
http://en.wikipedia.org/wiki/The_Art_of_the_Metaobject_Protocol
But, you said you are going for simple/less powerful.
pgpl8bVGRMGN
Hi Maciek,
Thanks for sharing this!
2008/9/14 Maciek Godek <[EMAIL PROTECTED]>:
> Hi,
> Using some hints you gave me, I've implemented a really tiny
> object system -- and I would like to know your opinion ("why
> it's still better to use goops" :D)
You have already given a good summary of the p