On Tue, 2007-05-01 at 15:36 -0400, Chris King wrote:

> If you don't mind, I'd like to get my hands dirty implementing this as my
> first Felix project... school's finally out so I've got some free time and
> would love to give Felix this feature that so few other languages have :)

Sure! It might be good to start with 'xcomplex' type etc, to avoid
conflicts with the existing complex and imaginary types.

Unfortunately there's a reason for them: bindings to C++ and ISO C99
should use the same type names (which actually isn't possible since
C++ and ISO C99 conflict .. C99 actually uses _Complex plus a
typedef (or macro, i forget)).

Also keep in mind extension to quaternions. I'm not sure there's
a notation for the next module up (Octonians i think ..)


-- 
John Skaller <skaller at users dot sf dot net>
Felix, successor to C++: http://felix.sf.net

-------------------------------------------------------------------------
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