<div dir="ltr"><br><br><div class="gmail_quote">2008/9/4 Kenny Tilton <span dir="ltr"><<a href="mailto:kennytilton@optonline.net">kennytilton@optonline.net</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">Stefano Dissegna wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I didn't actually tried this, but it looks very similar to cells. What do you think?<br>
<br>
<a href="http://docs.plt-scheme.org/frtime/index.html" target="_blank">http://docs.plt-scheme.org/frtime/index.html</a><br>
</blockquote>
<br></div>
Yep, same idea. Looks like a pain, tho, all this business about "lifting".<br>
<br>
kt<br><font color="#888888">
<br>
<br>
-- <br>
<a href="http://www.theoryyalgebra.com/" target="_blank">http://www.theoryyalgebra.com/</a></font></blockquote><div><br>I've read more about FrTime, and the big difference with Cells is that in FrTime *every*  value acts as an input cell and every expression is a formula, i.e. everything is built-in, because FrTime redefines all scheme's primitives (this seems quite too intrusive to me). To avoid performance issues, there is an optimizer that "unlifts" constant values and expressions. Another difference is that FrTime is not tied to an OO system.<br>
</div></div><br></div>