chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] memory usage of object


From: felix winkelmann
Subject: Re: [Chicken-users] memory usage of object
Date: Wed, 20 Jun 2007 11:30:13 +0200

On 6/20/07, Alaric Snell-Pym <address@hidden> wrote:
> (It will crash for immediate data).

So I see:

#;3> (##sys#size 'foo)
2
#;4> (##sys#size 1)
Bus error

How many ways are there to crash a Chicken, actually?

Infinite.


(Cue "why did the chicken cross the road" jokes)

It'd be handy to have an eval environment without any ways to crash
it, any access to external system resources, etc for sandboxing code
in :-)

There is a sandbox egg, but as it is the way with safe environments,
they take away all the convenient stuff...


cheers,
felix




reply via email to

[Prev in Thread] Current Thread [Next in Thread]