Update README.md

This commit is contained in:
Michiel Borkent 2019-10-07 23:15:22 +02:00 committed by GitHub
parent 15c1ba2ee1
commit e0ddb4faaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.