s-clerc / slyblime

Interactive Lisp IDE with REPL, Inspector, Debugger and more for Sublime Text 4.
Other
45 stars 4 forks source link

Frequently complains about type-error while typing a string. #14

Open agam opened 2 years ago

agam commented 2 years ago

Thank you for your work, this is a brilliant plugin, and really best-in-class for anything not Emacs.

I keep encountering the Type error condition: e.g. when typing (print "Hey"), it'll error on each letter.

AFAICT this error is coming from the matching ?

I'm running against a Lispworks instance, if that matters.

Here's an example:

Image 6-8-22