Isn't this kind of thing (Like everything) possible today with Common Lisp?<div><br></div><div>I seem to recall reading about a CL app a while back that was basically a persisted run-time state. The downside from what I read was that</div>

<div>memory usage was high and could get very high with inconsistent GC intervals.<br><br><div class="gmail_quote">On 18 September 2011 20:33, Glyph Lefkowitz <span dir="ltr"><<a href="mailto:glyph@twistedmatrix.com">glyph@twistedmatrix.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div style="word-wrap:break-word"><div><div><br></div><div>On Sep 18, 2011, at 4:55 AM, Godson Gera wrote:</div><blockquote type="cite">

<span style="border-collapse:separate;font-family:Menlo;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;font-size:medium"><p>

Twisted has some feature like that implemented using pickles or some thing. It meant to save the state of the program during restart. I am not sure if that's what you are after.<span> </span><a href="http://twistedmatrix.com" target="_blank">http://twistedmatrix.com</a></p>

</span></blockquote></div><div>Actually, the Twisted developers also found this to be a terrible idea, and doesn't really do it any more.  I definitely understand the appeal of such a system, but it has far too many problems to work well in Python, and even in Smalltalk (which was built from the start to work like this) it was the source of a number of long-term systematic problems with the ecosystem.</div>

<div><br></div><font color="#888888"><div>-glyph</div><div><br></div></font></div><br>_______________________________________________<br>
Python-ideas mailing list<br>
<a href="mailto:Python-ideas@python.org">Python-ideas@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/python-ideas" target="_blank">http://mail.python.org/mailman/listinfo/python-ideas</a><br>
<br></blockquote></div><br></div>