Is it possible to create shared libraries (e.g. *.so , *.dll ) using languages โโother than C or C ++?
What is the main requirement for creating a shared library? Is it that a language can be compiled into a native binary?
I am particularly interested to know if it is possible to create a shared library from Prolog.
eg. can I create .so using Prolog, which I could reference in another language, C, Java, Python, etc.
source share