Open livtanong opened 4 years ago
The error is something about unbalanced parens, and I bet it's because ; is interpreted as a comment.
;
For now the workaround is to just use the non-shorthand version (splice foo).
(splice foo)
The error is something about unbalanced parens, and I bet it's because
;
is interpreted as a comment.