-
Notifications
You must be signed in to change notification settings - Fork 10
Home
bjpop edited this page Sep 14, 2010
·
29 revisions
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 is written in Haskell, see the page Developing Berp for more details about its inner workings.
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.