go-lisp
go-lisp copied to clipboard
No notion of empty list?
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