Eli Barzilay scripsit: > And if that's true, your concluding that we should all pack up and go, > right?
An excellent plan. Let's reduce Scheme to the following 66 identifiers (with of course the usual lexical syntax): define, if, quote, lambda, set!; eq?, eqv?; number?, exact?, inexact?; =, <, +, * (two operands); -, / (one operand); truncate, make-rectangular, real-part, imag-part, exact->inexact, exact->inexact; pair?, cons, car, cdr, set-car!, set-cdr!; symbol?, symbol->string, string->symbol; char?, char=, char<, char->integer, integer->char; string?, make-string, string->length, string->ref, string->set!, string=, string<; vector?, make-vector, vector-length, vector-ref, vector-set!; procedure?, apply, call/cc, dynamic-wind; call-with-*-port, *-port?, current-*-port, with-*-file, close-*-port; read-char, peek-char, eof-object?, char-ready?, write-char. Sound good for the core? -- John Cowan [email protected] http://ccil.org/~cowan You cannot enter here. Go back to the abyss prepared for you! Go back! Fall into the nothingness that awaits you and your Master. Go! --Gandalf _______________________________________________ r6rs-discuss mailing list [email protected] http://lists.r6rs.org/cgi-bin/mailman/listinfo/r6rs-discuss
