Unlike CLPython, b-b is not a compiler for Python-the-language, but embeds cpython into Lisp. This has the advantage of being able to provide any functionality accessible from Python, including numpy and other C-based Python extensions; but also has all the disadvantages inherent in FFI mechanisms, including the necessary pain of data translation, leaky abstractions, and a tendency for memory faults.
Python programming language