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