Date: Thu, 2 Apr 2009 00:57:07 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile ports/lang/tinypy Makefile distinfo pkg-descr Message-ID: <200904020057.n320v7vY034960@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
amdmi3 2009-04-02 00:57:07 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/tinypy Makefile distinfo pkg-descr Log: 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> Revision Changes Path 1.631 +1 -0 ports/lang/Makefile 1.1 +50 -0 ports/lang/tinypy/Makefile (new) 1.1 +3 -0 ports/lang/tinypy/distinfo (new) 1.1 +19 -0 ports/lang/tinypy/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904020057.n320v7vY034960>