Popularity
3.2
Stable
Activity
0.0
-
367
30
34

Programming language: Common Lisp
License: GNU General Public License v3.0 or later
Tags: Implementations    

CLPython alternatives and similar packages

Based on the "Implementations" category.
Alternatively, view CLPython alternatives based on common mentions on social networks and blogs.

  • MicroPython

    MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
  • Grumpy

    DISCONTINUED. Grumpy is a Python to Go source code transcompiler and runtime.
  • Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
    Promo coderabbit.ai
    CodeRabbit Logo
  • IronPython

    Implementation of Python 3.x for .NET Framework that is built on top of the Dynamic Language Runtime.
  • PySec

    OWASP Python Security Project
  • CPython

    Default, most widely used implementation of the Python programming language written in C. Optimizing Static Compiler for Python. Uses type mixins to compile Python into C or C++ modules resulting in large performance gains.
  • Jython

    Implementation of Python programming language written in Java for the Java virtual machine (JVM).

Do you think we are missing an alternative of CLPython or a related project?

Add another 'Implementations' Package

README

CLPython - an implementation of Python in Common Lisp

CLPython is an open-source implementation of Python written in Common Lisp. With CLPython you can run Python programs in a Lisp environment. Libraries written in Lisp are available to Python code, and Python libraries can be accessed by Lisp code. Also Python and Lisp code can be mixed.

For rough documentation, please see the Introduction and Manual on common-lisp.net.

To install using QuickLisp: (ql:quickload "clpython") (require ASDF 3.3 or higher).

CLPython is developed by Willem Broekema and is released as open source under the LLGPL. The project was started in 2006, and is since 2013 not under active development anymore.

See the build status on Travis-CI, and the coverage status on Coveralls:

Common Lisp Implementation Build + Test Status
ABCL 1.5.0 Build Status Fails due to ClassCastException: StandardObject cannot be cast to LispClass
Allegro CL 10.1 Build Status
Clozure CL 1.11 Build Status
CLISP 2.49 Build Status Fails due to stack overflow
CMUCL ?
ECL 16.1.3 Build Status
LispWorks 6.1.1 Manually verified
SBCL 1.5.4 Build Status Coverage Status