Looks clean. Ready to merge.

This commit is contained in:
John Clements 2010-04-22 10:20:02 -07:00
parent 58991ebe95
commit 9f87f58a55
4 changed files with 8 additions and 29 deletions

View File

@ -11,6 +11,14 @@ certainly not portable any more, and crucially the two macros that cause
capture of the ! symbol now require uses of the macro to supply the bang, thus
making them non-capturing.
TODO:
- pull some part of the docs across from their tex format
- figure out what to do with the makefile (delete it?)
- turn more of the implicit test cases into explicit test cases
- clean up this README file
- figure out whether there are copyright issues
...
Schelog is for you if you are interested in any or all

View File

@ -1,19 +0,0 @@
#lang racket
#|;last change: 2003-06-01
bigloo
gambit
gauche
guile
mitscheme
mzscheme
petite
pscheme
scheme48
scm
scsh
stk
sxm
umbscheme
|#

View File

@ -1,4 +0,0 @@
#lang racket
#|schelog.scm
|#

View File

@ -1,6 +0,0 @@
(declare (standard-bindings) (extended-bindings) (block) (not safe))
;if all your arithmetic is going to be fixnum-only,
;you might want to
;(declare (fixnum))