1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-26 08:41:47 -07:00
emacs/mps/example/scheme
Gareth Rees c5be9edd31 Implement full "map" and "for-each" behaviour and run test cases.
Copied from Perforce
 Change: 180410
 ServerID: perforce.ravenbrook.com
2012-11-08 14:01:51 +00:00
..
Makefile.in "make clean" now idempotent. 2012-11-06 13:52:59 +00:00
r4rs.scm Implement full "map" and "for-each" behaviour and run test cases. 2012-11-08 14:01:51 +00:00
scheme-advanced.c Integrate "apply" fix into scheme-advanced.c. 2012-11-08 14:01:10 +00:00
scheme-boehm.c Integrate "apply" fix into scheme-boehm.c and scheme.c. 2012-11-08 13:55:43 +00:00
scheme-malloc.c Operators need to be self-evaluating. 2012-11-08 13:53:49 +00:00
scheme.c Integrate "apply" fix into scheme-boehm.c and scheme.c. 2012-11-08 13:55:43 +00:00
test-common.scm Implement lots more r4rs. 2012-11-06 22:37:53 +00:00
test-leaf.scm Boehm port of the scheme interpreter. 2012-11-06 19:25:31 +00:00
test-mps.scm Refactor test code now that we can load it. 2012-11-02 17:35:05 +00:00
test-r5rs.scm Implement full "map" and "for-each" behaviour and run test cases. 2012-11-08 14:01:51 +00:00
test-weak.scm Implement the global symbol table as a weak-value hash table from strings to symbols. 2012-11-02 21:23:12 +00:00