I’m pretty sure you can call Python routines, and AppleScript (is that still a thing?), but can I call a routine from SimplyFortran?
For example, I have procedures that would benefit from the iteration power/speed of SimplyFortran, and some that are more oriented towards Python. I’d like to build an Xojo “front end” and from it, execute those other procedures when appropriate. If they were external, it would require some parameter passing.
Any language that can be used directly from the command line can be accessed from Xojo via the Shell object. Xojo also has direct support for AppleScripts and you can use Declares to access functionality from the operating system and libraries.
There are also at least two plugins available to run Python within your Xojo application.
As @Eric_Williams said, anything with a CLI will work. I once wrote a fully functional web server that handled PHP and supported mixing RBScript.
2 Likes
And there is Wren script engine also. (and I think Christian has maybe PHP ?)