Hello, I'm new to the list and Picolisp.

I tried this, and obtained a segfault:

: ('(1 2) 6)
Violación de segmento

But, if i try:

: ('(a b c) 6)
-> NIL

I mostly understand why, but it was a surprise that Picolisp responded with
a segfault instead of an error.
Does this means that Picolisp doesn't check if a number is a function but it
does when it is a symbol?

Reply via email to