From c305e4235287422f3553c24caca37bc3dc73ab6f Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Tue, 21 Apr 2020 12:06:43 +0200 Subject: [PATCH] README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index bf8c8631..394f85bd 100644 --- a/README.md +++ b/README.md @@ -952,6 +952,14 @@ Turn babashka scripts into binaries using GraalVM `native-image`. A micro-library which provides a total-ordering comparator for Clojure values. Tested with version `1.2.0`. +#### [clojure.math.combinatorics)(https://github.com/clojure/math.combinatorics) + +``` clojure +$ bb --classpath "$(clojure -Spath -Sdeps '{:deps {org.clojure/math.combinatorics {:mvn/version "0.1.6"}}}')" \ + -e "(use 'clojure.math.combinatorics) (permutations [:a :b])" +((:a :b) (:b :a)) +``` + ## Package babashka script as a AWS Lambda AWS Lambda runtime doesn't support signals, therefore babashka has to disable