-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run on babashka #10
Comments
@henryw374 What dot special form doesn't work in babashka? Do you have an example? Maybe this should be fixed in babashka / sci? |
ah, sorry, I saw this issue babashka/babashka#199. I see it is closed now. for example, this field access doesn't work in babashka
but does in clojure and clojurescript. FYI The minus sign in this does work in bb: |
I've made an issue here: babashka/sci#339 |
cheers |
fixed in e3d184b by adding extra reader conditionals :) |
@henryw374 I decided to run the tests for this library with babashka and found a few classes that were still missing. I added those: Should be part of the 0.1.0 release coming up soon. |
Great! |
babashka doesnt support the dot special form atm, so probably some reader conditionals would be required https://github.com/borkdude/babashka#reader-conditionals
The text was updated successfully, but these errors were encountered: