[plt-scheme] New math mode written for plt-scheme

From: Corey Sweeney (corey.sweeney at gmail.com)
Date: Tue Oct 4 17:47:48 EDT 2005

I just wrote a new math mode for scheme. You jump into the mode by putting a
$ in front of your expression. Here's the screenshots (i.e. transcript):

> $(2 ^ 4 + 3 ^ 2)
25

> (define x 12)
$(x * 2 ^ 3)
96

> (define test2 `(2 ^ 3 * 8 + 3))
$(2 + (length test2))
9

So basically it allows you to put your operators in infix, and use ^ instead
of expt.


If anyones interested, let me know.

Corey
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20051004/7e71d0cf/attachment.html>

Posted on the users mailing list.