awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
cffi avatar

cffi/cffi

0
View on GitHub↗
486 estrellas·145 forks·Common Lisp·MIT·5 vistascommon-lisp.net/project/cffi↗

Cffi

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.

Features

  • Foreign Function Interfaces - Portable interface for calling C functions from Lisp.

Historial de estrellas

Gráfico del historial de estrellas de cffi/cffiGráfico del historial de estrellas de cffi/cffi

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Cffi

Proyectos open-source similares, clasificados según cuántas características comparten con Cffi.
  • andy128k/cl-gobject-introspectionAvatar de andy128k

    andy128k/cl-gobject-introspection

    52Ver en GitHub↗

    Common Lisp bindings to gobject-introspection.

    Common Lisp
    Ver en GitHub↗52
  • bohonghuang/cffi-objectAvatar de bohonghuang

    bohonghuang/cffi-object

    36Ver en GitHub↗

    A Common Lisp library that enables fast and convenient interoperation with foreign objects.

    Common Lisp
    Ver en GitHub↗36
  • bohonghuang/cffi-opsAvatar de bohonghuang

    bohonghuang/cffi-ops

    54Ver en GitHub↗

    A Common Lisp library that helps write concise CFFI-related code.

    Common Lisp
    Ver en GitHub↗54
  • islam0mar/cl-cxx-jitAvatar de Islam0mar

    Islam0mar/CL-CXX-JIT

    73Ver en GitHub↗

    Common Lisp and CXX interoperation with JIT

    C++
    Ver en GitHub↗73
Ver las 7 alternativas a Cffi→

Preguntas frecuentes

¿Qué hace cffi/cffi?

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.

¿Cuáles son las características principales de cffi/cffi?

Las características principales de cffi/cffi son: Foreign Function Interfaces.

¿Qué alternativas de código abierto existen para cffi/cffi?

Las alternativas de código abierto para cffi/cffi incluyen: andy128k/cl-gobject-introspection — Common Lisp bindings to gobject-introspection. bohonghuang/cffi-object — A Common Lisp library that enables fast and convenient interoperation with foreign objects. bohonghuang/cffi-ops — A Common Lisp library that helps write concise CFFI-related code. islam0mar/cl-cxx-jit — Common Lisp and CXX interoperation with JIT. jmckaskill/luaffi — Standalone FFI library for calling C functions from lua. Compatible with the luajit FFI interface. rpav/cl-autowrap — Using its own facilities, autowrap now includes autowrap/libffi. This allows functions that pass and return structs to…