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.

Michel Paul, do you know people who made it? We need to interview them for
the Math Future series!

Cheers,
Maria Droujkova
919-388-1721

Make math your own, to make your own math




On Wed, Aug 31, 2011 at 11:20 PM, michel paul <pythonic.m...@gmail.com>wrote:

> Check out calculize.com.   I discovered it a little while ago.
>
> To define a function:  f = (x,y) -> x^2 + y^2
>
> To evaluate:  show f(3,4).
>
> If you exclude the arguments:  show f
> you get: *function (x, y) { return add(pow(x, 2), pow(y, 2)); }*.
>
> That's really cool.*  *Provides a great way to discuss functions both
> mathematically and computationally.
>
> - Michel Paul
>
>

<<attachment: CalculizeGraphicsSample.png>>

_______________________________________________
IAEP -- It's An Education Project (not a laptop project!)
IAEP@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/iaep

Reply via email to