doc
This commit is contained in:
parent
cda52fd364
commit
475b1a9807
1 changed files with 5 additions and 1 deletions
|
|
@ -781,7 +781,7 @@ Differences with Clojure:
|
|||
than in Clojure on the JVM. In general interpretation yields slower programs
|
||||
than compiled programs.
|
||||
|
||||
- No support for unboxed types.
|
||||
- No `defprotocol`, `defrecord` and unboxed math.
|
||||
|
||||
## External resources
|
||||
|
||||
|
|
@ -942,6 +942,10 @@ babashka.
|
|||
|
||||
A collection of scripts developed by [https://github.com/justone](@justone).
|
||||
|
||||
#### [nativity](https://github.com/MnRA/nativity)
|
||||
|
||||
Turn babashka scripts into binaries using GraalVM `native-image`.
|
||||
|
||||
## Package babashka script as a AWS Lambda
|
||||
|
||||
AWS Lambda runtime doesn't support signals, therefore babashka has to disable
|
||||
|
|
|
|||
Loading…
Reference in a new issue