Welcome to the CHICKEN Scheme pasting service

zomg teh fix pasted by sjamaan on Fri Nov 27 22:43:36 2015

(define-syntax call
  (syntax-rules ()
    ((_ name ...)
     (string-append "[" (symbol->string 'name) ... "]"))))

Creating the string at compile time added by sjamaan on Fri Nov 27 22:50:56 2015

(begin-for-syntax (require-extension srfi-13 data-structures))

(define-syntax call
  (ir-macro-transformer
    (lambda (e i c)
      (string-append
        "["
        (string-concatenate 
          (map (o symbol->string strip-syntax) (cdr e)))
        "]"))))

Your annotation:

Enter a new annotation:

Your nick:
The title of your paste:
Your paste (mandatory) :
`call/cc' is a short name for which procedure?
Visually impaired? Let me spell it for you (wav file) download WAV