Re: Comments on draft 6
Arthur A. Gleckler
(24 Feb 2012 05:10 UTC)
|
Re: [Scheme-reports] Comments on draft 6
John Cowan
(24 Feb 2012 05:40 UTC)
|
Re: Comments on draft 6
Arthur A. Gleckler
(24 Feb 2012 05:47 UTC)
|
Re: [Scheme-reports] Comments on draft 6
John Cowan
(24 Feb 2012 06:09 UTC)
|
Re: Comments on draft 6
Arthur A. Gleckler
(24 Feb 2012 06:12 UTC)
|
Re: [Scheme-reports] Comments on draft 6
Aaron W. Hsu
(24 Feb 2012 23:27 UTC)
|
Re: [Scheme-reports] Comments on draft 6
Andy Wingo
(24 Feb 2012 12:35 UTC)
|
Re: [Scheme-reports] Comments on draft 6
Jussi Piitulainen
(24 Feb 2012 12:53 UTC)
|
Re: [Scheme-reports] Comments on draft 6
Andy Wingo
(24 Feb 2012 14:54 UTC)
|
Re: [Scheme-reports] Comments on draft 6
Jussi Piitulainen
(24 Feb 2012 15:23 UTC)
|
Re: [Scheme-reports] Comments on draft 6
Andy Wingo
(24 Feb 2012 16:24 UTC)
|
Re: [Scheme-reports] Comments on draft 6 Aaron W. Hsu (24 Feb 2012 23:41 UTC)
|
Re: [Scheme-reports] Comments on draft 6
Aaron W. Hsu
(24 Feb 2012 23:34 UTC)
|
Re: [Scheme-reports] Comments on draft 6
Andy Wingo
(25 Feb 2012 18:00 UTC)
|
Re: [Scheme-reports] Comments on draft 6
Marc Feeley
(24 Feb 2012 15:55 UTC)
|
Re: [Scheme-reports] Comments on draft 6
John Cowan
(24 Feb 2012 21:22 UTC)
|
Re: [Scheme-reports] Comments on draft 6
Aaron W. Hsu
(25 Feb 2012 00:28 UTC)
|
Re: [Scheme-reports] Comments on draft 6
John Cowan
(25 Feb 2012 07:28 UTC)
|
Andy: IMO, the following program: (define t 1) (define-syntax define-const (syntax-rules () ((_ var val) (begin (define t val) (define (var) t))))) (define-const foo 2) t Evaluated in any context, including the REPL and the top-level of any library or of any internal lexical scope, should evaluate to the same thing, and I believe this is the case with most implementations. I consider this a matter of giving proper hygienic guarantees in all levels that this should evaluate to 1. -- Aaron W. Hsu | arcfide@sacrideo.us | http://www.sacrideo.us Programming is just another word for the lost art of thinking. _______________________________________________ Scheme-reports mailing list Scheme-reports@scheme-reports.org http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports