8dcc <8dcc.git@gmail.com> writes: > (cons 3 '(2 1) > > Should be: > > (cons 3 '(2 1)) Thank you for the bug report! I attached a fix: