Changes between Initial Version and Version 1 of Ticket #618
- Timestamp:
- 06/23/11 19:12:53 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #618 – Description
initial v1 3 3 The following program prints a gensym in v4.7.0 and 4aaea216cc9887, but I think it should print the symbol 'x: 4 4 5 {{{ 5 6 (define-syntax c 6 7 (syntax-rules () … … 13 14 14 15 (c) 16 }}} 15 17 16 18 I wrote the example because I'm suspicious of "compiler.scm" treating `##core#quote' and `##core#syntax` the same. Maybe `##sys#strip-syntax` in "expand.scm" is supposed to do different things in quote and syntax mode; the comment "if se is given, retain bound vars" in `##sys#strip-syntax` suggests that it had two modes at some point in the past.