Welcome to the CHICKEN Scheme pasting service
an abominable added by evhan on Thu Jun 2 18:38:58 2011
(set-read-syntax! #\) (lambda (port) (let loop ((lst '())) (if (char=? (peek-char port) #\() (begin (read-char port) `(,@(reverse lst))) (loop (cons (read port) lst)))))) )for-each )lambda )n( )print n(( ')this feels so wrong((