New paste Repaste Download
(define-syntax foo
  (identifier-syntax
   (_
    (format #f "exp1\n"))
   ((set! _ x)
    (format #f "expt2 ~s\n" x))))
foo
;; => "exp1\n"
(set! foo "hello")
;; => "expt2 \"hello\"\n"
Filename: None. Size: 201b. View raw, , hex, or download this file.

This paste expires on 2026-01-05 22:33:02.062630+00:00. Pasted through web.