Skip to content

Commit

Permalink
link forms on macros page
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Dec 13, 2023
1 parent 974e6a3 commit 0d10188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/reference/macros.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ Creating lazy things (see also <<sequences#,Sequences>>): https://clojure.github
Documenting code: https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/assert[assert] https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/comment[comment] https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/doc[doc]
Transactions: https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/dosync[dosync] https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/io![io!]

A few <<special_forms#,special forms>> are actually implemented as macros, primarily to provide destructuring: fn let loop
A few <<special_forms#,special forms>> are actually implemented as macros, primarily to provide destructuring: https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/fn[fn] https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/let[let] https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/loop[loop]

0 comments on commit 0d10188

Please sign in to comment.