Seamless Integration of Floating Point
Humanoido
Posts: 5,770
Are there any Propeller languages with floating point seamlessly integrated, and examples to prove it?
Is it possible to get away from a requirement of programming various FLOAT statement structures?
Is it possible to get away from a requirement of programming various FLOAT statement structures?
Comments
C and C++ for starters. Compiled with propgcc, Catalina, zpugcc for the Zog engine, the old ImageCraft ICC compiler, or even BDSC for Z80 emulation. Some of those only do C of course.
Then there is FORTRAN which probably needs a bit of work to be useful but can be compiled by the GCC based compilers.
If you need to convert some Spin code to C++ try http://code.google.com/p/spin2cpp. It's getting fairly complete now, and if you find some Spin constructs it can't handle please let me know so I can fix them!
Eric