[go: nahoru, domu]

Skip to content

FFI interface for kdb+

FFI (foreign function interface) is a mechanism by which a program written in one programming language can call routines or make use of services written in another.

The FFI interface is an extension to kdb+ for loading and calling dynamic libraries using pure q. The main purpose of the library is to build stable interfaces on top of external libraries, or to interact with the operating system from q.

No compiler toolchain or writing C/C++ code is required to use this library.

The FFI interface is is documented and available for download here