Why ? and @ are in (symbols)?

Q&A's, tips, howto's
Locked
Kazimir Majorinc
Posts: 388
Joined: Thu May 08, 2008 1:24 am
Location: Croatia
Contact:

Why ? and @ are in (symbols)?

Post by Kazimir Majorinc »

Code: Select all

> (symbols)
(! != $ ... $main-args  % & * + - / : < << <= = > >= >> ? @ Class MAIN NaN? Tree ^ abort abs ...

Cyril
Posts: 183
Joined: Tue Oct 30, 2007 6:27 pm
Location: Moscow, Russia
Contact:

Re: Why ? and @ are in (symbols)?

Post by Cyril »

Maybe because ? is special for match and @ for xml-parse? The implementation of these two functions probably need an "prototype" symbols to compare with.
With newLISP you can grow your lists from the right side!

Locked