From 4522345685a2cdfc34ddb76ccaea0db495217ecd Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 28 Dec 2019 23:18:44 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5c44c114..70a25a2e 100644 --- a/README.md +++ b/README.md @@ -47,12 +47,8 @@ Non-goals: * Provide a mixed Clojure/bash DSL (see portability). * Replace existing shells. Babashka is a tool you can use inside existing shells like bash and it is designed to play well with them. It does not aim to replace them. -Reasons why babashka may not be the right fit for your use case: - -- It uses [sci](https://github.com/borkdude/sci) for interpreting Clojure. Sci -implements only a subset of Clojure and is not as performant as compiled code. -- External libraries are not available (although you may use `load-file` for - loading external scripts). +Babashka uses [sci](https://github.com/borkdude/sci) for interpreting Clojure. Sci +implements a subset of Clojure and is not as performant as compiled code. If your script will take longer than a few seconds, using Clojure on the JVM may be a better fit. Read more about the differences with Clojure [here](#differences-with-clojure).