Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
killme2008 committed Oct 20, 2023
1 parent b401d87 commit 15526f5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ Or `refer-macros` in clojurescript:
(enable-console-print!)
```

**Since 0.3.0-RC, `defun` namespace is renamed to `defun.core` .**

Try to define function just like `defn`:

``` clj
Expand Down Expand Up @@ -220,8 +218,6 @@ I don't want to copy the [core.match's wiki](https://github.com/clojure/core.mat

### fun and letfun

Since 0.2.0, there are two new macros: `fun` and `letfun`, just like `clojure.core/fn` and `clojure.core/letfn`

``` clojure
((fun
([[_ _ 2]] :a0)
Expand Down

0 comments on commit 15526f5

Please sign in to comment.