lisp icon indicating copy to clipboard operation
lisp copied to clipboard

Allow non list objects in the tail position of lists

Open 0xekez opened this issue 3 years ago • 1 comments

>> (cons 1 1)
(cons 1 1)
^----
|  error: expected list, got 1
*--> repl:0:0

Currently errors but should not.

0xekez avatar Jan 26 '21 04:01 0xekez