technoblogy / ulisp-esp

A version of the Lisp programming language for ESP32-based boards.
MIT License
110 stars 37 forks source link

(read-from-string "(") causes endless loop #36

Closed jurov closed 1 year ago

jurov commented 3 years ago

I traced it down to this line in gstr() return '\n'; // -1?

but when fixed to return -1, I got "no space for long symbols" after a while.

technoblogy commented 3 years ago

That's why I decided against making it return -1!

jurov commented 3 years ago

LOL