From 8eb6ccbddad153cdbdc4fc4a3c8493db824bddf8 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sun, 3 Nov 2019 23:19:30 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d12a169..69d95720 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Goals: * Fast startup / low latency. This is achieved by compiling to native using [GraalVM](https://github.com/oracle/graal). * Familiarity and portability. Keep migration barriers between bash and Clojure as low as possible by: - Gradually introducing Clojure expressions to existing bash scripts - - Scripts written in babashka should also be able to run on the JVM without major changes. Where it can, babashka calls the regular implementation of Clojure on the JVM + - Scripts written in babashka should also be able to run on the JVM without major changes. and proxies common Java packages like `System` and `File`. * Multi-threading support similar to Clojure on the JVM * Batteries included (clojure.tools.cli, core.async, ...)