-
Notifications
You must be signed in to change notification settings - Fork 2
The Common Foreign Function Interface
License
edicl/cffi
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
CFFI, the Common Foreign Function Interface, purports to be a portable foreign function interface for Common Lisp. The CFFI library is composed of a Lisp-implementation-specific backend in the CFFI-SYS package, and a portable frontend in the CFFI package. The CFFI-SYS backend package defines a low-level interface to the native FFI support in the Lisp implementation. It offers operators for allocating and dereferencing foreign memory, calling foreign functions, and loading shared libraries. The CFFI frontend provides a declarative interface for defining foreign functions, structures, typedefs, enumerated types, etc. It is implemented in portable ANSI CL making use of the low-level operators exported by CFFI-SYS. Please consult the manual for further details, including installation instructions.
About
The Common Foreign Function Interface
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Common Lisp 92.7%
- C 5.3%
- Shell 1.6%
- CSS 0.4%