Ricardo Wurmus skribis:
> A person who does not use paredit can easily create a source file that
> does not have matching parentheses. Loading a broken file currently
> produces an error like this:
>
> $ guile -e '(hello'
> ERROR: In procedure read:
> ERROR: In procedure scm_i_lreadparen: #:1:7:
A person who does not use paredit can easily create a source file that
does not have matching parentheses. Loading a broken file currently
produces an error like this:
--8<---cut here---start->8---
$ guile -e '(hello'
ERROR: In procedure read:
ERROR: In procedu