Cursive seems to remove spaces from tagged literals

7 views
Skip to first unread message

timothypratley

unread,
May 16, 2025, 4:51:38 PMMay 16
to Cursive
Removing spaces from tagged literals doesn't play nicely with clojure-plus where the literal may be a symbol.

Cursive REPL:
(tagged-literal 'foo 'bar)
=> #foobar

Command line REPL:
(tagged-literal 'foo 'bar)
=> #foo bar

More details about clojure-plus and why this matters here:  https://github.com/cursive-ide/cursive/issues/3032
Reply all
Reply to author
Forward
0 new messages