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?update
> bb
Babashka v1.12.218
Type :repl/help for help
user=> \a
\a
user=>ok perfect, thanks
(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