hi,

> (or perhaps there are
> examples in the docs I've overlooked)?

So there's

http://felix.sourceforge.net/doc/tutorial/embedding/en_flx_tut_bind_0011.html

which shows how to use "cclass". From that example, it looks to me
(Mr. Notsofasteinstein) like if you have a class with N fields and M
methods, the "cclass" felix code needs to also have N+M things, and
that they are basically transliteration of the C++. This seems to go
against the Don't Repeat Yourself principle. I can see the unfortunate
need for it when doing some SWIG-like thing between C++ and some
utterly foreign system. Is it possible that Felix does or could give
some way to obviate the need for such boilerplate?

sincerely.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to