Hacker News new | ask | show | jobs
by czx4f4bd 1173 days ago
For what it's worth, Gambas does have a built-in way of interfacing with shared libraries: https://gambaswiki.org/wiki/howto/extern

It also has the concept of components, which can be programmed in C/C++ to wrap external libraries: https://gambaswiki.org/wiki/dev/overview