Replies: 1 comment 5 replies
-
At Exercism, we were dealing with a problem of test runs on the Clojurescript track taking excessively long. I guess the nature of the issue is that each submission on the site is run cold, so compiling all the code to run our usual Clojurescript tests and display the results in a reasonable amount of time presented a challenge. One that we had already solved for Clojure using babashka, so thankfully, nbb came to our rescue here as well! More details: exercism/clojurescript-test-runner#3 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please share if your company or project is using nbb. You're welcome to provide a little bit of detail about how you are using it well. No strings attached.
This has several purposes:
If you would like to sponsor nbb or related projects, that'd be great:
https://github.com/sponsors/borkdude
https://opencollective.com/babashka
I'm also available for commercial support if you need that.
Similar discussions for:
Beta Was this translation helpful? Give feedback.
All reactions