Doug McNaught wrote:
>
> Hannu Krosing <hannu@tm.ee> writes:
>
> > Have you checked SIOD? It _seems_ to have the old BSD licence
> > (perhaps because it is not updated since '97 ;)
> >
> > But it is small and lightweight (and has connectivity to msql,
> > oracle, rdb and sybase)
>
> I did look at it (I actually played with it a long time ago), but it
> didn't seem to be intended to be used as an extension language,
> whereas TinyScheme is (you can have multiple interpreters in a
> process, each with its own heap etc).
Is there a standard way of making "safe" (no filesystem/network
access etc.) version of TinyScheme ?
Just recently there was much fuss about PL/Python's ability to read
files. Or are you planning to make only an untrusted PL ?
---------------
Hannu