26 lines
689 B
HTML
26 lines
689 B
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Evaluating Scheme Expressions Interactively</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<h1>Evaluating Scheme Expressions Interactively</h1>
|
||
|
|
||
|
<form action="seval" method="post">
|
||
|
Type in your scheme expression as you would at any REPL:
|
||
|
<br>
|
||
|
<input type="text" name="program">
|
||
|
<input type="submit">
|
||
|
<input type="reset">
|
||
|
</form>
|
||
|
|
||
|
<hr>
|
||
|
<address><a href="mailto:andreas.bernauer@gmx.de">Andreas Bernauer</a></address>
|
||
|
<!-- Created: Wed Aug 28 16:35:32 CEST 2002 -->
|
||
|
<!-- hhmts start -->
|
||
|
Last modified: Wed Aug 28 16:40:54 CEST 2002
|
||
|
<!-- hhmts end -->
|
||
|
</body>
|
||
|
</html>
|