awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
cffi avatar

cffi/cffi

0
View on GitHub↗
486 stele·145 fork-uri·Common Lisp·MIT·7 vizualizăricommon-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.

Istoric stele

Graficul istoricului de stele pentru cffi/cffiGraficul istoricului de stele pentru cffi/cffi

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Cffi

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Cffi.
  • andy128k/cl-gobject-introspectionAvatar andy128k

    andy128k/cl-gobject-introspection

    52Vezi pe GitHub↗

    Common Lisp bindings to gobject-introspection.

    Common Lisp
    Vezi pe GitHub↗52
  • bohonghuang/cffi-objectAvatar bohonghuang

    bohonghuang/cffi-object

    36Vezi pe GitHub↗

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

    Common Lisp
    Vezi pe GitHub↗36
  • bohonghuang/cffi-opsAvatar bohonghuang

    bohonghuang/cffi-ops

    54Vezi pe GitHub↗

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

    Common Lisp
    Vezi pe GitHub↗54
  • islam0mar/cl-cxx-jitAvatar Islam0mar

    Islam0mar/CL-CXX-JIT

    73Vezi pe GitHub↗

    Common Lisp and CXX interoperation with JIT

    C++
    Vezi pe GitHub↗73
Vezi toate cele 7 alternative pentru Cffi→

Întrebări frecvente

Ce face 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.

Care sunt principalele funcționalități ale cffi/cffi?

Principalele funcționalități ale cffi/cffi sunt: Foreign Function Interfaces.

Care sunt câteva alternative open-source pentru cffi/cffi?

Alternativele open-source pentru cffi/cffi includ: 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…