Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Aug 13, 2019
1 parent fd13ee0 commit 9e8bb24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Experimental. Breaking changes are expected to happen at this phase.
Use as a dependency:

``` shellsession
[borkdude/sci "0.0.3"]
[borkdude/sci "0.0.4"]
```

## Usage
Expand All @@ -48,8 +48,8 @@ arguments. This is an arbitrary limit and may be changed in the future.
```

Currently only the following special forms/macros are supported: anonymous
function literals, `quote`, `if`, `when`, `let`, `and`, `or`, `->`, `->>`,
`as->`.
function literals like `#(%1 %2)`, `quote`, `do`,`if`, `when`, `let`, `and`,
`or`, `->`, `->>`, `as->`.

By default `sci` only enables access to the pure non-side-effecting functions in
Clojure. More functions can be enabled, at your own risk, using `:bindings`:
Expand Down
2 changes: 1 addition & 1 deletion resources/SCI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.4-SNAPSHOT
0.0.4

0 comments on commit 9e8bb24

Please sign in to comment.