cffi-ops
CFFI helper
A Common Lisp library that simplifies CFFI programming by providing compile-time support for dot operator-like functionality.
A Common Lisp library that helps write concise CFFI-related code.
41 stars
9 watching
1 forks
Language: Common Lisp
last commit: 5 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
bohonghuang/cffi-object | An interoperation library between Common Lisp and C libraries via CFFI | 23 |
cffi/cffi | Provides a portable interface to call foreign functions and access external libraries in Common Lisp | 440 |
digikar99/py4cl2-cffi | A CFFI-based alternative to py4cl2 for faster Python interface in Common Lisp | 44 |
lispnik/iup | Bindings to CFFI for interfacing with the IUP Portable User Interface library | 138 |
pascalcombier/plain-common-lisp | A framework to simplify Common Lisp development on Windows | 20 |
cbaggers/fn | A set of macros and functions to simplify the use of lambda in Common Lisp by adding implicit arguments. | 25 |
dtmsecurity/bof_helper | Creates C programs with custom API calls using Microsoft's documentation endpoint and grep results from mingw header files | 222 |
bohonghuang/claw-raylib | Provides Common Lisp bindings for the Raylib game development library and its GUI component. | 40 |
dobiasd/functionalplus | A utility library providing concise and readable functions to simplify common programming tasks | 2,141 |
sdilts/cl-bindgen | A tool for generating FFI wrappers from C header files for Common Lisp | 26 |
anwyn/cl-horde3d | Provides Common Lisp bindings to the Horde3D graphics library | 15 |
boostorg/hof | A C++ library providing modern utilities for functions and function objects to improve expressiveness and simplify constructs. | 507 |
fukamachi/cl-dbi | Provides a uniform interface for accessing various relational databases from Common Lisp. | 208 |
jolifantobambla/vk | Automated C++-to-Lisp bindings for the Vulkan API | 49 |
fosskers/filepaths | Provides consistent and modern filepath manipulation functions for Common Lisp. | 25 |