babashka

2026-06-16T17:32:55.216509Z

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
borkdude 2026-06-16T17:33:21.012149Z

update

👍 1
seancorfield 2026-06-16T17:33:40.663549Z

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

2026-06-16T17:33:58.197229Z

ok perfect, thanks

seancorfield 2026-06-16T17:34:33.556599Z

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

2026-06-16T17:36:07.137569Z

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