diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-04-02 00:57:07 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-04-02 00:57:07 +0000 |
commit | a3f8f8b353e3b12e4e025ca5d0ffb4961823a927 (patch) | |
tree | 371849ea50135b6afe54acf63147fd51a291e594 /japanese/skk-jisyo | |
parent | ec05e2e29011cdf399d19d563dbd0c9eba0e2106 (diff) | |
download | freebsd-ports-a3f8f8b353e3b12e4e025ca5d0ffb4961823a927.zip |
tinypy is a minimalist implementation of python in 64k of code
it includes a whole heap of features:
* parser and bytecode compiler written in tinypy
* fully bootstrapped
* luaesque virtual machine with garbage collection written in C
it's "stackless" sans any "stackless" features
* cross-platform :) it runs under windows / linux / macosx
* a fairly decent subset of python
o classes and single inheritance
o functions with variable or keyword arguments
o strings, lists, dicts, numbers
o modules, list comprehensions
o exceptions with full traceback
o some builtins
* batteries not included -- yet
WWW: http://www.tinypy.org/
PR: 132124
Submitted by: Marcin Cieslak <saper at SYSTEM dot PL>
Diffstat (limited to 'japanese/skk-jisyo')
0 files changed, 0 insertions, 0 deletions