Calling code from another language

Yes and no. There is no convenient Foreign Function Interface like there is in, say, Python. But you can extend the interpreter with a custom set of intrinsic functions, as explained here: TADS3 - Connection to external (C#/C++)-Libraries? - #3 by RealNC

4 Likes