![]() ![]() ![]() ![]() Next: What the Flesh Provides Up: Writing a Thorn Previous: Writing a Thorn Contents Thorn Programming LanguagesWhen you start writing a new thorn, the first decision to make is which programming language to use. The source code in Cactus thorns can be written in any mixture of Fortran 77, Fortran 90, C or C++. The following points should be considered when choosing a language to work in
Whatever language you choose, if you want your thorn to be portable, and compile and run on multiple platforms, stick to the standards and don't use machine dependent extensions.
|