On-topic: alternate Python implementations

Chris Angelico rosuav at gmail.com
Sat Aug 4 02:34:17 EDT 2012


On Sat, Aug 4, 2012 at 4:15 PM, Steven D'Aprano
<steve+comp.lang.python at pearwood.info> wrote:
> CLPython, an implementation of Python written in Common Lisp.
>
> Berp - a compiler which works by translating Python to Haskell and
> compiling that.

Okay. WHY? CLPython gives some reason, but how often do you need to
bridge that particular pair of languages? And why compile Python via
Haskell, when C is available as a "high level assembly language"?

The mind boggles...

ChrisA



More information about the Python-list mailing list