newLISP Fan Club

Forum => newLISP in the real world => Topic started by: Kazimir Majorinc on September 13, 2009, 12:08:04 PM

Title: Why ? and @ are in (symbols)?
Post by: Kazimir Majorinc on September 13, 2009, 12:08:04 PM
> (symbols)
(! != $ ... $main-args  % & * + - / : < << <= = > >= >> ? @ Class MAIN NaN? Tree ^ abort abs ...
Title: Re: Why ? and @ are in (symbols)?
Post by: Cyril on September 17, 2009, 10:02:08 AM
Maybe because ? is special for match and @ for xml-parse? The implementation of these two functions probably need an "prototype" symbols to compare with.