ssj12 said:
I think its just that I have a base understanding of programming is why I understood the post. Anyways I thought that the CELL was made to use C and something else as the main languages. |
You can use any language that has a compiler that will run on a POSIX system. The game developer libraries are C++, only inner loops need to run fast. The HPC people write alot of stuff in FORTRAN or HPF still as the BLAS libraries are all in FORTRAN and it's actually faster than C under some circumstances. Theres also a people doing stuff in various functional languages like ERLANGEN as the lack of side-effects is supposed to ease the development of parallel code.







