Commit graph

157 commits

Author SHA1 Message Date
Nathan Marz
ae76ad18f1 Merge pull request #19 from mwfogleman/traversed
Add traversed to TOC.
2017-10-07 14:54:47 -04:00
Michael Fogleman
10ce81bdcd Add traversed to TOC. 2017-10-06 18:18:40 -04:00
Nathan Marz
062e705756 Merge pull request #10 from mwfogleman/recursive-path
Add documentation helper section for recursive-path
2017-10-02 08:47:31 -04:00
Nathan Marz
7ff7f7376b Merge pull request #13 from mwfogleman/defdynamicnav
Add note about defdynamicnav.
2017-10-02 08:45:52 -04:00
Nathan Marz
b06b14c9e7 Merge pull request #12 from mwfogleman/convention
Add convention note about parameterized/unparameterized lowercase/caps.
2017-10-02 08:45:03 -04:00
Nathan Marz
5825e2a77c Merge pull request #11 from mwfogleman/extrareturnvalue
Remove extra return value.
2017-10-02 08:44:24 -04:00
Michael Fogleman
48c066a28b Add more thorough explanation of TREE-VALUES.
Via http://nathanmarz.com/blog/clojures-missing-piece.html
2017-10-02 07:53:59 -04:00
Michael Fogleman
16917c118f Add note about defdynamicnav. 2017-10-01 13:48:47 -04:00
Michael Fogleman
2a4d5db6de Add convention note. 2017-10-01 13:39:22 -04:00
Michael Fogleman
24e86fdab6 Rename TREE-VALUES. 2017-10-01 13:36:56 -04:00
Michael Fogleman
8b01b4f04a Remove extra return value. 2017-10-01 13:31:29 -04:00
Michael Fogleman
6f2ed10907 Remove question. 2017-10-01 12:50:50 -04:00
Michael Fogleman
b10e5cf987 Add examples. 2017-09-30 13:07:33 -04:00
Michael Fogleman
d3b4c51dd5 Add description. 2017-09-30 12:50:42 -04:00
Nathan Marz
4ea1af84a8 Merge pull request #9 from mwfogleman/toc
Fix TOC.
2017-09-21 16:50:31 -04:00
Michael Fogleman
b54b5e631e Add advice about storing recursive paths. 2017-09-21 13:40:27 -04:00
Michael Fogleman
fd8b0068cd Better explanation of using Specter recursively. Also, QUESTION. 2017-09-21 13:33:47 -04:00
Michael Fogleman
25efdf1741 Add TOC. 2017-09-21 13:29:34 -04:00
Michael Fogleman
e33a84aaf7 Better explanation of elements of recursion. 2017-09-21 13:28:54 -04:00
Michael Fogleman
1e206091c1 Begin explanation. 2017-09-21 12:43:50 -04:00
Michael Fogleman
94e0df85b2 Add sections. 2017-09-21 12:43:50 -04:00
Michael Fogleman
168beaf1ae Write initial intro. 2017-09-21 12:43:50 -04:00
Michael Fogleman
f0c8353478 Add file for documentation about recursive path. 2017-09-21 12:43:50 -04:00
Michael Fogleman
318a3c7de9 Fix TOC. 2017-09-21 12:19:07 -04:00
Nathan Marz
c8eb8ddcac Merge pull request #8 from mwfogleman/traverse-all
Add documentation for traverse-all
2017-09-21 11:06:48 -04:00
Michael Fogleman
95db7b5873 Add test examples. 2017-09-21 08:58:15 -04:00
Michael Fogleman
61b59472d8 Add return value. 2017-09-21 08:58:15 -04:00
Michael Fogleman
ce6fc2a3d7 Add toc entry. 2017-09-21 08:58:15 -04:00
Michael Fogleman
85e15d00a8 Add blog example. 2017-09-21 08:58:15 -04:00
Michael Fogleman
e8ebc79c47 Initial documentation of traverse-all. 2017-09-21 08:57:54 -04:00
Nathan Marz
f4e933fea7 Merge pull request #7 from mwfogleman/zipper
Document com.rpl.specter.zipper.
2017-09-20 18:48:30 -04:00
Michael Fogleman
9691a2ba60 Document com.rpl.specter.zipper. 2017-09-20 15:31:25 -04:00
nathanmarz
958f1d3c7f Merge branch 'master' of github.com:nathanmarz/specter.wiki 2017-09-18 10:22:06 -04:00
Nathan Marz
8d7958b797 Merge pull request #5 from mwfogleman/docs
Document multiple arguments.
2017-09-18 10:20:58 -04:00
Michael Fogleman
5c00a7876d Fix arities for multiple arguments. 2017-09-18 10:06:57 -04:00
Michael Fogleman
fe634baadd Document 'nthpath' multiple arguments. 2017-09-18 10:06:57 -04:00
Michael Fogleman
473301e89c Document 'eachnav'. 2017-09-18 10:06:57 -04:00
Michael Fogleman
2181c1c2c2 Document 'keypath' multiple arguments. 2017-09-18 10:06:57 -04:00
Michael Fogleman
3202393cd0 Document 'must' multiple arguments. 2017-09-18 10:06:57 -04:00
Nathan Marz
ca71577745 Merge pull request #6 from mwfogleman/recursive-path
Improve 'recursive-path' documentation.
2017-09-18 09:57:14 -04:00
Michael Fogleman
432547625e Improve 'recursive-path' documentation. 2017-09-18 09:54:29 -04:00
Nathan Marz
067db0ce85 Updated List of Navigators (markdown) 2017-09-11 16:10:25 -04:00
Nathan Marz
f74ee541e2 Updated List of Navigators (markdown) 2017-09-11 16:09:24 -04:00
nathanmarz
1b43dad924 minor fixes 2017-09-11 16:06:24 -04:00
Nathan Marz
80c96df24d Merge pull request #4 from mwfogleman/docs
Docs
2017-09-11 16:05:04 -04:00
Michael Fogleman
2d0a3192c5 Document transform to NONE. 2017-09-11 11:57:06 -04:00
Michael Fogleman
fc89c47a13 Document pred= and co. 2017-09-11 11:43:12 -04:00
Michael Fogleman
57f35a2234 Document traversed. 2017-09-11 11:34:31 -04:00
Michael Fogleman
d53a3c21fd Document string navigation. 2017-09-11 11:26:06 -04:00
Michael Fogleman
cc79aa51be Document before-index. 2017-09-11 11:14:31 -04:00