[Openmcl-devel] About #_ and #$
Ron Garret
ron at flownet.com
Sat Mar 20 13:37:29 PDT 2010
? (get-dispatch-macro-character #\# #\_)
#<Compiled-function CCL::|#_-reader| (Non-Global) #x3000008E556F>
? (describe *)
#<Compiled-function CCL::|#_-reader| (Non-Global) #x3000008E556F>
Name: CCL::|#_-reader|
Arglist (analysis): (STREAM CHAR CCL::ARG)
Source Location: #<SOURCE-NOTE *"ccl:lib;db-io.lisp":39669-40458 NIL>
? (get-dispatch-macro-character #\# #\$)
#<Compiled-function CCL::|#$-reader| (Non-Global) #x3000008C2D7F>
? (describe *)
#<Compiled-function CCL::|#$-reader| (Non-Global) #x3000008C2D7F>
Name: CCL::|#$-reader|
Arglist (analysis): (STREAM CHAR CCL::ARG)
Source Location: #<SOURCE-NOTE *"ccl:lib;db-io.lisp":37704-39626 NIL>
On Mar 20, 2010, at 1:30 PM, Mathieu Suen wrote:
> Hi,
>
> I would like to read the implementation of the read macro #_ and #$ but I con't find it.
> I try:
> find . -type f -exec grep "#\# #\$" {} \; -print
>
> Does it still exist?
>
> Thanks
> Mth
>
>
>
>
>
>
>
>
>
> ___________________________________________________________________________
> Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son interface révolutionnaire.
> http://fr.mail.yahoo.com
> _______________________________________________
> Openmcl-devel mailing list
> Openmcl-devel at clozure.com
> http://clozure.com/mailman/listinfo/openmcl-devel
More information about the Openmcl-devel
mailing list