Changeset 132:6c886dce42eb

mearie.org/current

File projects/pyfunge/index.en.txt

132:6c886dce42eb 224:1d46270eb038
Author:
Kang Seonghoon <public+hg@mearie.org>
Committed on
Permission:
-rw-r--r--

/projects/{pyfunge,transdate,versert,vlaah-python} added.

      1 ## vim: syn=mako
      2 
      3 **PyFunge** is an implementation of Befunge-93/Funge-98 interpreter in Python. Its goal is fully functional, compliant and optimizing implementation of Funge-98. Strikingly, such implementation is rare, according to [Mycology test suite](http://iki.fi/matti.niemenmaa/befunge/mycology-comparison.html).
      4 
      5 This project was started in 2004 at [KLDP](http://kldp.net/projects/pyfunge/), forgotten for five years, and finally revived in 2009. PyFunge is a free software, distributed in terms of permissive MIT/X11 license.
      6 
      7 
      8 Download
      9 ========
     10 
     11 The latest version is **0.5-rc2**, released in 2009-04-24. (This corresponds to [rev eba84bb2d0b8](http://hg.mearie.org/pyfunge-0.5/rev/eba84bb2d0b8).) This is the second release candidate for PyFunge 0.5.0, and 10--30% faster than the prior release. It also contains the most Funge-98 fingerprints, except <`TURT`> fingerprint which may require the graphical support.
     12 
     13 * [Download as .tar.gz archive](http://hg.mearie.org/pyfunge/archive/pyfunge-0.5-rc2.tar.gz) (84KiB)
     14 * MD5: `a86bae01313a14caa03a76556c5aab61`
     15 * SHA-1: `a2d52eab73b0123187004fec0851684f144430e4`
     16 
     17 You can check out [Mercurial repository](http://hg.mearie.org/pyfunge/) for bleeding-edge snapshots. There is also more stable [repository for 0.5 branches](http://hg.mearie.org/pyfunge-0.5/).
     18 
     19 
     20 Documentation
     21 =============
     22 
     23 The latest documentation can be found at [PyPI](http://packages.python.org/PyFunge/).
     24 

Powered by Mercurial