technoblogy / ulisp-arm

A version of the Lisp programming language for ARM-based boards.
http://www.ulisp.com/
MIT License
97 stars 30 forks source link

Negative index to subseq should give an error #31

Closed technoblogy closed 3 years ago

technoblogy commented 3 years ago

Instead it returns a spurious result:

> (subseq "ulisp" -1 2)
"sul"