Skip to content

Commit

Permalink
Add a note about unbound vars.
Browse files Browse the repository at this point in the history
  • Loading branch information
candid82 committed Oct 6, 2019
1 parent 920313c commit 34a3a31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -108,6 +108,7 @@ joker --hashmap-threshold -1 -e "(pprint (read))"
- `slurp` only takes one argument - a filename (string). No options are supported.
- `ifn?` is called `callable?`
- Map entry is represented as a two-element vector.
- resolving unbound var returns `nil`, not the value `Unbound`. You can still check if the var is bound with `bound?` function.

## Linter mode

Expand Down

0 comments on commit 34a3a31

Please sign in to comment.