2004.01.05
Lython
Lython
http://www.caddr.com/code/lython/

Lython is a new lisp front-end for the Python programming language. It resembles common lisp and compiles directly to Python bytecodes and transparently integrates with existing Python code and libraries.

大意:Lythonは、プログラミング言語Pythonのための新しいLispフロントエンドです。それはCommon Lispに似ており、Pythonのバイトコードに直接コンパイルでき、既存のPythonコードやライブラリと透過的に統合できます。

Pythonを使ってみたいが、インデントのシンタックスが好きになれないという人は確実にいる。こういう別の言語のコードをPythonバイトコードに変換するパターンは、意外に需要があるかもしれない。

Pythonで書かれたSparkというパーサジェネレータを使っているらしい。

ネタ元:
Lambda the Ultimate -> lemonodor
この2つ、それぞれPythonとLispをテーマにしたブログ。
タグ: