From e0ddb4faaf8af6308202a6d964ac768cccad4fbe Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Mon, 7 Oct 2019 23:15:22 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d02f2dca..02665845 100644 --- a/README.md +++ b/README.md @@ -417,8 +417,8 @@ Differences with Clojure: dependencies. However, you can use `load-file` to load external code from disk. -- `require` does not load files; it only provides a way to create a different - alias for included namespaces. +- `require` does not load files; it only provides a way to create different + aliases for included namespaces, which makes it easier to make scripts portable between the JVM and babashka. - Interpretation comes with overhead. Therefore tight loops are likely slower than in Clojure on the JVM.