[gambit-list] Thinking of changing pp

Christian Jaeger christian at pflanze.mine.nu
Sun Jun 1 19:35:45 EDT 2008


Christian Jaeger wrote:
> (define-bothtimes (pp-through a #!optional (b no-value))
>   

(I have missed to change |define-bothtimes| to |define|; it's been there 
to define that procedure also during compilation, since I've been using 
pp-through in macros in the same file; define-bothtimes is:

(define-macro (define-bothtimes . l)
  (let ((code `(define , at l)))
    (eval code)
    code))

.)




More information about the Gambit-list mailing list