From 475b1a9807fee17ecb30c1b543e596fdccff0658 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Mon, 13 Apr 2020 21:48:40 +0200 Subject: [PATCH] doc --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 52eb0127..0c6a8b15 100644 --- a/README.md +++ b/README.md @@ -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