Email or username:

Password:

Forgot your password?
Top-level
Brian Swetland

@neauoire I once was experimenting with a preprocessor for C to streamline dynamicly loaded and dispatched objects... and I realized at some point I was basically reinventing Objective C... and still kept going for a little while just to see...

2 comments
Brian Swetland

@neauoire Set it aside once I got the basic stuff working because it really was looking a lot like this had already been done.

But it was fun to have objects in shared libraries loaded and interacted with -- it was, iirc, one my first experiments with dlopen() and friends, back in the late 90s.

Go Up