Re: SOS: Simple Object System

2008-09-14 Thread Andy Wingo
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

Re: SOS: Simple Object System

2008-09-14 Thread Greg Troxel
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

Re: SOS: Simple Object System

2008-09-14 Thread Neil Jerram
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