unexpected list terminator #\) added by markskilbeck on Mon Nov 21 14:34:43 2011

(define torrent
  (alist->dict `(("announce" . "announce")
		 ("info" .
		  ,(alist->dict `(("files" .
				   (,(alist->dict '(("length" . 11)
						    ("path"   . "path1"))))
				   (,(alist->dict '(("length" . 46)
						    ("path"   . "path1")))))
				  ("name" . "top")
				  ("piece length" . 10)))))))