Update README.md
This commit is contained in:
parent
15c1ba2ee1
commit
e0ddb4faaf
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue