On Mon, 15 Mar 2010 08:15:37 -0400, Matthew Knepley <knepley at gmail.com> wrote: > The C Object System: Using C as a High-Level Object-Oriented Language. > (arXiv:1003.2547v1 [cs.PL]) <http://arxiv.org/abs/1003.2547> > > Has anyone seen this?
New to me. Quite impressive what can be done with only C89 and variadic macros. I especially like the extensible multiple dispatch, availability of this makes many problems significantly easier. Jed
