This project adheres to Semantic Versioning.
See here for the change log format.
Everything since what's listed below.
akar.syntax from n01se/seqex to Panini (clojure.spec-backed syntax definitions).akar group to london.rahul.seqex upgraded to 2.0.2.akar-core now depends on akar-commons.akar is now called akar-core. akar will henceforth refer to the umbrella project housing all the satellite projects.:constant syntactic pattern is now more general. Earlier you could only match a symbol in a scope. Now it accepts any form whatsoever.:type no longer binds the value being matched. This is a breaking change. Replace all occurrences of (:type SomeType some-symbol) in your code with (:and (:type SomeType) some-symbol).!look-in pattern function, and a corresponding :look-in syntactic pattern.if-match constructwhen-match constructdefn-trampolined - a utility to define trampolined recursive functions (by @rahulkavale)Can you improve this documentation? These fine people already did:
Rahul Goma Phulore & missingfaktorEdit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |