go-lisp icon indicating copy to clipboard operation
go-lisp copied to clipboard

No notion of empty list?

Open jkleiser opened this issue 8 years ago • 0 comments

I'm surprised to find that this Lisp seems to have no way to handle or express an empty list.

> (cdr (quote (2)))
;Unspecified return value

> (quote ())
;Unspecified return value

jkleiser avatar Feb 11 '17 16:02 jkleiser