[CM] tap fixed - patch to tankrev.scm

bil at ccrma.Stanford.EDU bil at ccrma.Stanford.EDU
Wed Nov 2 05:08:14 PDT 2016


> Something which does the same thing as #. in CL

s7.html (under *#readers*) has a reader macro that
implements CL's #.

(set! *#readers*
   (cons (cons #\. (lambda (str)
		    (and (string=? str ".") (eval (read)))))
	*#readers*))

I actually haven't used it much -- let me know of bugs!



More information about the Cmdist mailing list