Clean up whitespace

This commit is contained in:
Lassi Kortela 2022-08-05 14:02:50 +03:00
parent f08e99ab05
commit c112cdc510
1 changed files with 8 additions and 8 deletions

View File

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