I hadn't thought of checking the spec... I'll leave the Bug-or-Feature decision to...
Here is a test case. Usage: ./scheme (load "load_test.scm") (test-load) Without the...
(load) doesn't work when called from a function
Here's a noddy test case.
Add tinyscheme to *features*
This is a test case that tests correct and incorrect "else" clauses.
Handle "else" in cond-expand.
Here is a test case. I have used it to check TinyScheme with my patch, Guile and...