doc
This commit is contained in:
parent
85c802ef97
commit
72e58ff146
1 changed files with 8 additions and 0 deletions
|
|
@ -27,6 +27,14 @@ From the [Small Clojure Interpreter](https://github.com/borkdude/sci):
|
|||
|
||||
See [test/babashka/pods/sci_test.clj](test/babashka/pods/sci_test.clj).
|
||||
|
||||
## Why JVM support?
|
||||
|
||||
- Babashka pods allow you to leverage functionality from other programs
|
||||
regardless of the technology they were implemented in. As such, pods can be a
|
||||
light weight replacement for JNI.
|
||||
|
||||
- When developing pods, this library can be used to run tests for it on the JVM.
|
||||
|
||||
## License
|
||||
|
||||
Copyright © 2020 Michiel Borkent
|
||||
|
|
|
|||
Loading…
Reference in a new issue