Wow, what a neat interface! I love how you can run the program in the same window (see the screenshot attached). It will be extremely useful for beginner programming courses. They also included the first three Project Euler problems as their examples. Nice touch. <br>

<br>Michel Paul, do you know people who made it? We need to interview them for the Math Future series!<br><br clear="all">Cheers,<br>Maria Droujkova<br>919-388-1721<br><br>Make math your own, to make your own math<br><br>

 <br>
<br><br><div class="gmail_quote">On Wed, Aug 31, 2011 at 11:20 PM, michel paul <span dir="ltr"><<a href="mailto:pythonic.math@gmail.com">pythonic.math@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<font face="tahoma,sans-serif">Check out <a href="http://calculize.com" target="_blank">calculize.com</a></font><font face="tahoma,sans-serif">.   I discovered it a little while ago.</font><div><font face="tahoma, sans-serif"><br>



</font></div><div><font face="tahoma, sans-serif"><div>To define a function:  f = (x,y) -> x^2 + y^2</div><div><br></div><div>To evaluate:  show f(3,4).</div></font><span style="color:rgb(34, 34, 34);font-family:arial, helvetica, sans-serif;line-height:18px;background-color:rgb(255, 255, 255)"><div>



<span style="color:rgb(34, 34, 34);font-family:arial, helvetica, sans-serif;line-height:18px;background-color:rgb(255, 255, 255)"><br></span></div></span><span style="font-family:tahoma, sans-serif">If you exclude the arguments:  show f</span></div>



<div><span style="font-family:tahoma, sans-serif">you get: </span><font face="tahoma, sans-serif"><span style="color:rgb(34, 34, 34);font-family:arial, helvetica, sans-serif;line-height:18px;background-color:rgb(255, 255, 255)"><b>function (x, y) { return add(pow(x, 2), pow(y, 2)); }</b>.</span><div>



<br></div></font></div><div><font color="#222222" face="arial, helvetica, sans-serif"><span style="line-height:18px">That's really cool.<i>  </i>Provides a great way to discuss functions both mathematically and computationally.</span></font></div>



<div><font color="#222222" face="arial, helvetica, sans-serif"><span style="line-height:18px"><br></span></font></div><div><font color="#222222" face="arial, helvetica, sans-serif"><span style="line-height:18px">- Michel Paul</span></font></div>



<div><div><div><br></div></div></div></blockquote></div>