

| |||||||
|
You are here: Root > Programming Languages
CLPython
CLPython is an implementation of Python in Common Lisp.
FOR: iteration in the style of Python
An implementation of a FOR control structure macro similar to that of the Python programming language, which is based on iterator objects.
Lisp code from Artificial Intelligence, A Modern Approach
Common Lisp code for solving basic AI problems, from the definitive textbook on intelligent agents by Russell & Norvig.
The website also links implementations in other languages (java, python, c++, p...
List comprehensions, after Python
An implementation of the GATHER macro, which generalizes the list comprehensions facilities of the Python programming language.
PythOnLisp
PythOnLisp (Python On Lisp: A project to call Python code from Lisp) is an interface to the Python programming language that makes it possible to run Python 2.2 or 2.4 code from inside Lisp. It allows...
Python Generators in Common Lisp using Arnesi's CPS transformer
An attempt to simulate generators of the Python language
using Arnesi CPS transformer. The macro defgenerator allow to define new generators. A 'yield' function is implictly available in the body of ...
py-configparser
An INI-file style configuration parser conformant to the Python configparser module.
pygen - Python-style generators library