⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

{{implementation|Python}}

Berp is an implementation of Python 3. At its heart is a translator, which takes [[Python]] code as input and generates [[Haskell]] code as output. The Haskell code is fed into 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).

==External Links==

  • [http://wiki.github.com/bjpop/berp/ Berp official site]