Another scripting language implemented into Python itself?

Fuzzyman fuzzyman at gmail.com
Tue Jan 25 11:02:47 EST 2005


Nick Coghlan wrote:
> Fuzzyman wrote:
> > An implementation of the core language semantics - without any
modules
> > or file operations would be dead useful.
> >
> > It could replace some of the function of the long dead rexec
modules as
> > well as support projects like this.
>
> Securing a custom build of the CPython interpreter would probably be
> significantly easier than designing a 'secure mode' that ran on top
of the
> standard version. The former might even be a stepping stone towards
the latter.
>
> Still not easy though (the main task would be to prevent Python code
from
> accessing the OS, while still allowing module imports to work).

Pure python imports only... no C extensions.

Regards,

Fuzzy
http://www.voidspace.org.uk/python/index.shtml
>
> Cheers,
> Nick.
>
> --
> Nick Coghlan   |   ncoghlan at email.com   |   Brisbane, Australia
> ---------------------------------------------------------------
>              http://boredomandlaziness.skystorm.net




More information about the Python-list mailing list