Scheme to MathML

You can display math formulas on web pages, using embedded Scheme expressions, for example:

The code that generated the above line was

<p align="center">
")
?>
</p>

We can also mix mathematics like into the text.

The code that generated the above line was

We can also mix mathematics like
")
?>
into the text.

And we can use Scheme procedures to generate complex expressions in chunks:

The code that generated the above expression was

")
?>


Hal Abelson(hal@mit.edu)
Last modified: Wed, 20 Aug 2003 07:58:05 -0400