cl-python
Lisp-Python bridge
An implementation of Python in Common Lisp, allowing mixed execution and library access between the two languages.
An implementation of Python in Common Lisp
367 stars
30 watching
35 forks
Language: Common Lisp
last commit: 5 months ago
Linked from 3 awesome lists
common-lispcompilerpython
Related projects:
Repository | Description | Stars |
---|---|---|
bendudson/py4cl | A bridge between Common Lisp and Python, enabling interaction between the two languages through a separate process. | 235 |
marcoheisig/cl4py | Enables interaction between Python and Common Lisp | 94 |
clj-python/libpython-clj | Provides a bridge between Clojure and Python, enabling seamless integration of both languages into a single project. | 1,088 |
pinterface/burgled-batteries | A shim between Python and Common Lisp. | 113 |
digikar99/py4cl2 | A Common Lisp library for executing Python code and integrating it with existing Lisp systems. | 41 |
gilch/hissp | A Python implementation with Lisp-like features that compiles to functional Python code, enabling metaprogramming and macro-based development. | 388 |
boostorg/python | Enables seamless interoperability between C++ and the Python programming language. | 472 |
yglukhov/nimpy | A bridge between Nim and Python, allowing native language integration. | 1,477 |
lsevero/abclj | An interop project allowing direct interaction between Clojure and Common Lisp | 88 |
snunez1/llama.cl | A Common Lisp port of a Large Language Model (LLM) implementation | 35 |
bnmcgn/snakes | Generators for Common Lisp with a Python-like interface | 46 |
cl21/cl21 | A Common Lisp implementation aiming to redesign the language and provide a modern successor. | 911 |
pascalcombier/plain-common-lisp | A framework to simplify Common Lisp development on Windows | 20 |
chr1st0scli/rainlisp | A .NET implementation of the LISP programming language with features ideal for building domain-specific languages and extending existing systems. | 34 |
privet-kitty/cl-competitive | A collection of Common Lisp implementations of data structures and algorithms for competitive programming. | 180 |