[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Scheme-reports] 'else' auxiliary syntax



It's unclear to me how syntax like 'else' is supposed to be bound.

Is the following reasonable (for r7rs)?

(define-syntax else
   (syntax-rules ()
     ((_ . rest)
      (syntax-error "invalid use of 'else"))))

-- 
	--Per Bothner
per@x   http://per.bothner.com/

_______________________________________________
Scheme-reports mailing list
Scheme-reports@x
http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports