Skip to content
bjpop edited this page Sep 14, 2010 · 29 revisions

Introduction to Berp

Berp is an implementation of Python 3. At the heart of Berp is a translator, which takes Python code as input and generates Haskell code as output. The Haskell code is then fed to a Haskell compiler (GHC) for compilation to machine code or interpretation as byte code.

Berp provides both a compiler and an interactive interpreter. For the most part it can be used in the same way as CPython (the main Python implementation). See the page Using Berp for information about its use.

Berp is written in Haskell, see the page Developing Berp for more details about its inner workings.

Installing Berp

Downloading Berp

Clone this wiki locally