This commit is contained in:
Michiel Borkent 2020-04-13 21:48:40 +02:00
parent cda52fd364
commit 475b1a9807

View file

@ -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