[Python-Dev] [ann] Minimal Python project

Brett Cannon bac@OCF.Berkeley.EDU
Fri, 10 Jan 2003 13:01:08 -0800 (PST)


[holger krekel]

> Minimal Python Discussion, Coding and Sprint
> --------------------------------------------
>
> We announce a mailinglist dedicated to developing
> a "Minimal Python" version.  Minimal means that
> we want to have a very small C-core and as much
> as possible (re)implemented in python itself.  This
> includes (parts of) the VM-Code.
>

I can see this possibly being a good learning experience for people
wanting to get into Python core programming.  Obviously it won't be the
same as CPython, but since it will need to stay compatible it could easily
be a good way to understand the concepts in how the language is designed
before jumping into the full-fledged C core; this is especially true if
most of it is written in Python.

-Brett