newLISP Fan Club

Forum => newLISP in the real world => Topic started by: newdep on January 04, 2007, 11:53:21 PM

Title: default protected?
Post by: newdep on January 04, 2007, 11:53:21 PM
Hi Lutz,



Seems 'default is protected in 9.0.14 ?



$ rss-ticker2.lsp



symbol is protected in function define : default





also ->



$ newlisp

newLISP v.9.0.14 on Linux, execute 'newlisp -h' for more info.



> (default)

Segmentation fault





Norman.
Title:
Post by: Lutz on January 05, 2007, 05:27:49 AM
'default' is a function in development, not documented yet, it will return the default functor symbol of an unknown context.



Lutz