[Ecls-list] Strange reader and printer behaviour

Stas Boukarev stassats at gmail.com
Mon Nov 26 00:12:15 UTC 2012


^ and _ symbols are printed with quotes:
(print '(^ _))
=>
(|^| |_|)

Neither of them satisfy the second criterion for potential numbers:
http://www.lispworks.com/reference/HyperSpec/Body/02_caa.htm
"The token contains at least one digit."

'. is read as SI:|.|, while it should signal an error.

#.. errors with "The variable SI:|.| is unbound."
-- 
With best regards, Stas.




More information about the ecl-devel mailing list