<div dir="ltr">I&#39;m pleased to announce Blip version 0.1.0, a bytecode compiler for Python 3.<div><br></div><div>    <a href="https://github.com/bjpop/blip">https://github.com/bjpop/blip</a></div><div><br></div><div><div>
Blip compiles Python 3 source files to bytecode. The output bytecode is compatible with the CPython interpreter (the &quot;standard&quot; Python implementation).</div><div><br></div><div>For example, given a Python 3 source file called foo.py, the command:</div>
<div><br></div><div>   blip foo.py</div><div><br></div><div>produces a bytecode file called foo.pyc. The bytecode can be executed by passing it as an argument to a CPython interpreter:</div><div><br></div><div>   python3 foo.pyc</div>
</div><div><br></div><div style>This is an early development release of Blip, so it is not ready for serious use, however it supports most of the Python 3 language already.</div><div style><br></div><div style>It has been tested on OS X 10.7.5 with GHC 7.4.2. The output has been tested with Python 3.3.0.</div>
<div style><br></div><div style>Currently implemented features:</div><div style><br></div><div style>   <a href="https://github.com/bjpop/blip/wiki/Currently-implemented-features">https://github.com/bjpop/blip/wiki/Currently-implemented-features</a></div>
<div style><br></div><div style>Features not yet implemented (but are on the way):</div><div style><br></div><div style>   <a href="https://github.com/bjpop/blip/wiki/Not-yet-implemented-features">https://github.com/bjpop/blip/wiki/Not-yet-implemented-features</a></div>
<div style><br></div><div style>Wiki for more information:</div><div style><br></div><div style>   <a href="https://github.com/bjpop/blip/wiki">https://github.com/bjpop/blip/wiki</a></div><div style><br></div><div style>Cheers,</div>
<div style>Bernie Pope.</div><div><br></div><div><br></div></div>