Plaster
New
List
Login
common-lisp
default
anonymous
2022.10.12 07:39:43
CL-USER> (flet ((frob (stream arg colon at) (declare (ignore colon at)) (format stream "arg: ~S" arg))) (funcall (formatter "~/cl-user::frob/") t 42)) arg: 42 NIL
Raw
Annotate
Repaste
Edit