PDA

View Full Version : small C and IsoMax


sioux
03-29-05, 04:41 AM
I'm wondering if there is possible to combine small C and IsoMax?

Some of the examples shown on petegrays page is really helpful and it would be great if there is a way to use some of these examples but still be able to use IsoMax in statemachine and floating point suport etc.

Regards

petegray
03-29-05, 11:24 PM
I don't think that there's a good (or easy) way to combine them. Quite apart from the fact that they weren't designed to work together, there's the issue of the two methodologies being so different.

StatiC combines the methodologies, but doesn't (yet) support floats. In addition, IsoMax has interactive development and debugging capabilities - the C and StatiC compilers don't. One day I might get around to creating an Interactive C, or StatiC, but it's not going to happen any time in the near future (I'm just too busy).

I'm glad you found the examples helpful - I know that there are plenty of IsoMax examples around, too.

Regards,
-Pete.