Chinaunix首页 | 论坛 | 博客
  • 博客访问: 980262
  • 博文数量: 102
  • 博客积分: 10120
  • 博客等级: 上将
  • 技术积分: 2754
  • 用 户 组: 普通用户
  • 注册时间: 2006-09-13 23:00
文章分类

全部博文(102)

文章存档

2011年(6)

2010年(55)

2009年(16)

2008年(25)

分类: Python/Ruby

2008-08-04 11:28:01

Here is the introduction of tinypy:

tinypy is a minimalist implementation of python in 64k of code

tinypy 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
   
Who sponsored tinypy?

Phil Hassey(http://www.philhassey.com/blog/)

My contribution to tinypy:

I have committed two modules to tinypy repositoy: math and random. An example application borrowed from xscreensaver will be committed in soon(vines). plus, I'm planning to add re module to tinypy for regular expression supporting.

Where can you get info about tinypy?

The form website of tinypy is
You can get released tinypy and source code from googlecode:
The doc of tinypy is organised in wiki:
The mailing list of tinypy is powered by google group:
Some miscellaneous doc page: /web

Tinpy's aim:

Lean, but meaning!
阅读(1165) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~