[Openmcl-devel] modify lisp reader
    Taoufik Dachraoui 
    taoufik.dachraoui at wanadoo.fr
       
    Thu Jun 11 07:20:19 PDT 2009
    
    
  
Hi
I would like to modify the lisp reader as follows:
1. add parameter *use-double-colon*  (default to t)
2. when (null *use-double-colon*) then the lisp reader must reject any  
use of double colon
Example:
(let ((*use-double-colon* nil))
	(read-from-string "test::x"))
=> Error: use of double colons are not allowed
Kind regards
-Taoufik
    
    
More information about the Openmcl-devel
mailing list