Cython vs femtolisp
A side-by-side look at Cython and femtolisp. For an in-depth review of either product, follow the links below.
Cython
Development
Cython is a programming language that aims to be a superset of the Python language, while also being compilable to C/C++ code. It allows Python code to be compiled for speed and efficiency while retaining compatibility and interoperability with Python code.
pythonccompiledperformance
femtolisp
Development
Femtolisp is a minimal Lisp interpreter and scripting language implemented in C. It is focused on being lightweight, customizable, and easily embeddable into other applications. It has a small memory footprint and provides basic Lisp semantics.
lispinterpreterembeddablelightweight
Related Comparisons
Clozure Common Lisp
Shed Skin
Allegro CL
GNU Common Lisp
ManKai Common Lisp
CLISP