py4cl2
Python interpreter
A Common Lisp library for executing Python code and integrating it with existing Lisp systems.
Call python from Common Lisp
41 stars
3 watching
9 forks
Language: Common Lisp
last commit: 3 months ago
Linked from 1 awesome list
common-lisplibrarypython
Related projects:
Repository | Description | Stars |
---|---|---|
marcoheisig/cl4py | Enables interaction between Python and Common Lisp | 94 |
richpl/pybasic | An interactive BASIC interpreter written in Python | 172 |
pocketpy/pocketpy | An embeddable, high-level Python interpreter written in C11. | 1,609 |
digikar99/py4cl2-cffi | A CFFI-based alternative to py4cl2 for faster Python interface in Common Lisp | 43 |
bendudson/py4cl | A bridge between Common Lisp and Python, enabling interaction between the two languages through a separate process. | 235 |
chapyter/chapyter | An extension for JupyterLab that interprets natural language code descriptions and executes them in a Python environment. | 822 |
intigua/zippypy | An interpreter for Python 2.7 with lightweight memory management and controllable input/output interfaces. | 9 |
metawilm/cl-python | An implementation of Python in Common Lisp, allowing mixed execution and library access between the two languages. | 367 |
yitzchak/common-lisp-jupyter | A Common Lisp kernel for Jupyter that provides interactive coding and development experience | 224 |
cofinalsubnets/wisp | A Haskell-based interpreted Lisp language with features like lexical closures and continuations, designed to be easily embedded in other programs. | 115 |
dmitryvk/cl-gtk2 | A Common Lisp library that provides a native interface to the Gtk+ GUI toolkit | 36 |
chr1st0scli/rainlisp | A .NET implementation of the LISP programming language with features ideal for building domain-specific languages and extending existing systems. | 34 |
shooshx/zippypy | An interpreter that provides a lightweight alternative to the standard Python 2.7 interpreter with improved memory management and no global locks. | 19 |
pascalcombier/plain-common-lisp | A framework to simplify Common Lisp development on Windows | 20 |
digikar99/reader | Provides reader macros for various data structures and functions in Common Lisp | 13 |