babashka 2026-06-16

Does the babashka repl have an issue with chars maybe?

bb
Babashka v1.12.215
Type :repl/help for help
user=> \a
Unable to resolve symbol: a [at <repl>:1:1]
user=>
Or should I update?

✅ 1

update

👍 1

> bb
Babashka v1.12.218
Type :repl/help for help
user=> \a
\a
user=>

(this is why our deploy scripts all start by installing the latest version of bb 🙂 )

yeah I was surprised to see this that I didn't think of upgrading, but should have been my first check