Clean up whitespace
This commit is contained in:
parent
f08e99ab05
commit
c112cdc510
|
@ -2,12 +2,12 @@
|
|||
<head>
|
||||
<title>GScheme</title>
|
||||
</head>
|
||||
|
||||
<body text="#000000" bgcolor="#CCCCCC" link="#0000FF" vlink="#000000">
|
||||
|
||||
<body text="#000000" bgcolor="#CCCCCC" link="#0000FF" vlink="#000000">
|
||||
|
||||
<H1> GScheme </H1>
|
||||
|
||||
A GNUstep-aware scheme interpreter.
|
||||
A GNUstep-aware scheme interpreter.
|
||||
|
||||
Includes many examples, e.g. the sieve of Erathostenes to compute primes, a
|
||||
Koch curve plotter, mandelbrot set, graphs of various functions etc. GScheme
|
||||
|
@ -36,7 +36,7 @@ here (TAR)</A>.
|
|||
|
||||
Special forms implemented include
|
||||
<UL>
|
||||
<LI> define, set!, lambda,
|
||||
<LI> define, set!, lambda,
|
||||
<LI> if, and, or
|
||||
<LI> begin, apply,
|
||||
<LI> quote, case, cond,
|
||||
|
@ -76,7 +76,7 @@ takes symmetries into account.
|
|||
New! As of July 31, 2002:
|
||||
|
||||
<UL>
|
||||
<LI> memory management completely reworked
|
||||
<LI> memory management completely reworked
|
||||
|
||||
<LI> browse-environment pops up a window that shows the current
|
||||
environment (e.g. for environment diagrams); browse.scm shows how
|
||||
|
@ -89,7 +89,7 @@ New! As of January 10, 2005:
|
|||
|
||||
<UL>
|
||||
<LI> memory management simplified
|
||||
<LI> new UI for browse-environment
|
||||
<LI> new UI for browse-environment
|
||||
<LI> additional primitives: exp, log, tan, atan
|
||||
<LI> evaluate external files
|
||||
<LI> more intutive UI e.g. the last form entered is copied to the paste board
|
||||
|
@ -171,7 +171,7 @@ New primitives:
|
|||
<LI> format: format a string using the ~a escape etc.
|
||||
</UL>
|
||||
|
||||
My homepage is <A HREF=http://www.geocities.com/markoriedelde/index.html>
|
||||
My homepage is <A HREF=http://www.geocities.com/markoriedelde/index.html>
|
||||
here.</A>
|
||||
|
||||
<HR>
|
||||
|
@ -181,4 +181,4 @@ markoriedelde@yahoo.de
|
|||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue