1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
|
<html>
<head>
<title>clojure.walk - Clojure v1.2 API documentation</title>
<link href="static/favicon.png" rel="icon" />
<link href="static/favicon.png" rel="shortcut icon" />
<link media="all" type="text/css" href="static/clojure.css" rel="stylesheet" />
<link media="all" type="text/css" href="static/wiki.css" rel="stylesheet" />
<link media="all" type="text/css" href="static/internal.css" rel="stylesheet" />
<style>.menuWrapper{height: 36px;}</style>
<!--[if lte IE 6]>
<link rel="stylesheet" href="http://www.wikispaces.com/_/2009051601/s/internal_ie.css" type="text/css" />
<![endif]-->
</head>
<!--
This document was auto-generated from the source by the clojure autodoc system.
To report errors or ask questions about the overall documentation structure, formatting,
etc., contact Tom Faulhaber (google mail name: tomfaulhaber).
For errors in the documentation of a particular namespace, contact the author of that
namespace.
-->
<body>
<div id="AllContentContainer">
<div id="Header">
<a id="Logo" href="index.html"><img alt="Clojure" height="100" width="100" src="static/clojure-icon.gif" /></a>
<h1><a title="page header title" id="page-header" href="index.html">Clojure Core API Reference</a></h1>
</div>
<div id="leftcolumn"><div style="text-align: center;"></div>
<div class="menu">
<div class="WikiCustomNav WikiElement wiki">
<span class="toc-header"><span id="project-name">Clojure</span> <span id="version">v1.2</span> API</span><br />
<ul>
<li><a class="wiki_link" href="index.html">Overview</a></li>
<li><a class="wiki_link" href="api-index.html">API Index</a></li>
</ul>
<span class="toc-header">Namespaces</span>
<ul id="left-sidebar-list">
<li><a href="clojure.core-api.html" class="wiki_link">clojure.core</a></li><li><a href="clojure.inspector-api.html" class="wiki_link">clojure.inspector</a></li><li><a href="clojure.java.browse-api.html" class="wiki_link">clojure.java.browse</a></li><li><a href="clojure.java.io-api.html" class="wiki_link">clojure.java.io</a></li><li><a href="clojure.java.javadoc-api.html" class="wiki_link">clojure.java.javadoc</a></li><li><a href="clojure.java.shell-api.html" class="wiki_link">clojure.java.shell</a></li><li><a href="clojure.main-api.html" class="wiki_link">clojure.main</a></li><li><a href="clojure.pprint-api.html" class="wiki_link">clojure.pprint</a></li><li><a href="clojure.repl-api.html" class="wiki_link">clojure.repl</a></li><li><a href="clojure.set-api.html" class="wiki_link">clojure.set</a></li><li><a href="clojure.stacktrace-api.html" class="wiki_link">clojure.stacktrace</a></li><li><a href="clojure.string-api.html" class="wiki_link">clojure.string</a></li><li><a href="clojure.template-api.html" class="wiki_link">clojure.template</a></li><li><a href="clojure.test-api.html" class="wiki_link">clojure.test</a></li><li><a href="clojure.walk-api.html" class="wiki_link">clojure.walk</a></li><li><a href="clojure.xml-api.html" class="wiki_link">clojure.xml</a></li><li><a href="clojure.zip-api.html" class="wiki_link">clojure.zip</a></li>
</ul>
<div class="BranchTOC">
<span class="toc-header">Other Versions</span>
<ul id="left-sidebar-branch-list">
<li><a href="branch-master/index.html" class="wiki_link">v1.3 (in development)</a></li><li><a href="branch-1.1.x/index.html" class="wiki_link">v1.1 (stable)</a></li>
</ul>
</div>
<a href="http://clojure.org" class="wiki_link">Clojure Home</a>
</div>
</div>
</div>
<div id="rightcolumn">
<div id="Content">
<div class="contentBox"><div class="innerContentBox">
<div id="content_view" class="wiki wikiPage">
<div id="right-sidebar"><div id="toc">
<h1 class="nopad">Table of Contents</h1>
<div style="margin-left: 1em;" class="toc-section">
<a href="#toc0">Overview</a>
<div style="margin-left: 1em;" class="toc-entry">
<a href="#clojure.walk/keywordize-keys">keywordize-keys</a>
</div><div style="margin-left: 1em;" class="toc-entry">
<a href="#clojure.walk/macroexpand-all">macroexpand-all</a>
</div><div style="margin-left: 1em;" class="toc-entry">
<a href="#clojure.walk/postwalk">postwalk</a>
</div><div style="margin-left: 1em;" class="toc-entry">
<a href="#clojure.walk/postwalk-demo">postwalk-demo</a>
</div><div style="margin-left: 1em;" class="toc-entry">
<a href="#clojure.walk/postwalk-replace">postwalk-replace</a>
</div><div style="margin-left: 1em;" class="toc-entry">
<a href="#clojure.walk/prewalk">prewalk</a>
</div><div style="margin-left: 1em;" class="toc-entry">
<a href="#clojure.walk/prewalk-demo">prewalk-demo</a>
</div><div style="margin-left: 1em;" class="toc-entry">
<a href="#clojure.walk/prewalk-replace">prewalk-replace</a>
</div><div style="margin-left: 1em;" class="toc-entry">
<a href="#clojure.walk/stringify-keys">stringify-keys</a>
</div><div style="margin-left: 1em;" class="toc-entry">
<a href="#clojure.walk/walk">walk</a>
</div>
<br />
</div>
</div>
</div>
<div id="content-tag"><h1 id="overview">API for <span id="namespace-name">clojure.walk</span>
- <span id="header-project">Clojure</span> <span id="header-version">v1.2</span> (<span id="header-status">stable</span>)
</h1>
<span id="author-line">by <span id="author-name">Stuart Sierra</span><br /></span>
<br />Full namespace name: <span id="long-name">clojure.walk</span>
<p></p>
<h2>Overview</h2>
<pre id="namespace-docstr">This file defines a generic tree walker for Clojure data
structures. It takes any data structure (list, vector, map, set,
seq), calls a function on every element, and uses the return value
of the function in place of the original. This makes it fairly
easy to write recursive search-and-replace functions, as shown in
the examples.
Note: "walk" supports all Clojure data structures EXCEPT maps
created with sorted-map-by. There is no (obvious) way to retrieve
the sorting function.</pre>
<br />
<h2>Public Variables and Functions</h2>
<div id="var-entry">
<br />
<hr />
<h2 id="clojure.walk/keywordize-keys">keywordize-keys</h2>
<span id="var-type">function</span><br />
<pre id="var-usage">Usage: (keywordize-keys m)
</pre>
<pre id="var-docstr">Recursively transforms all map keys from strings to keywords.</pre>
<span class="var-added"><span id="content">Added in Clojure version 1.1</span><br /></span>
<a href="https://github.com/clojure/clojure/blob/c1c39162608551d50cfb18998d015974b11cfecc/src/clj/clojure/walk.clj#L95" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
<h2 id="clojure.walk/macroexpand-all">macroexpand-all</h2>
<span id="var-type">function</span><br />
<pre id="var-usage">Usage: (macroexpand-all form)
</pre>
<pre id="var-docstr">Recursively performs all possible macroexpansions in form.</pre>
<span class="var-added"><span id="content">Added in Clojure version 1.1</span><br /></span>
<a href="https://github.com/clojure/clojure/blob/c1c39162608551d50cfb18998d015974b11cfecc/src/clj/clojure/walk.clj#L127" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
<h2 id="clojure.walk/postwalk">postwalk</h2>
<span id="var-type">function</span><br />
<pre id="var-usage">Usage: (postwalk f form)
</pre>
<pre id="var-docstr">Performs a depth-first, post-order traversal of form. Calls f on
each sub-form, uses f's return value in place of the original.
Recognizes all Clojure data structures except sorted-map-by.
Consumes seqs as with doall.</pre>
<span class="var-added"><span id="content">Added in Clojure version 1.1</span><br /></span>
<a href="https://github.com/clojure/clojure/blob/c1c39162608551d50cfb18998d015974b11cfecc/src/clj/clojure/walk.clj#L53" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
<h2 id="clojure.walk/postwalk-demo">postwalk-demo</h2>
<span id="var-type">function</span><br />
<pre id="var-usage">Usage: (postwalk-demo form)
</pre>
<pre id="var-docstr">Demonstrates the behavior of postwalk by printing each form as it is
walked. Returns form.</pre>
<span class="var-added"><span id="content">Added in Clojure version 1.1</span><br /></span>
<a href="https://github.com/clojure/clojure/blob/c1c39162608551d50cfb18998d015974b11cfecc/src/clj/clojure/walk.clj#L81" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
<h2 id="clojure.walk/postwalk-replace">postwalk-replace</h2>
<span id="var-type">function</span><br />
<pre id="var-usage">Usage: (postwalk-replace smap form)
</pre>
<pre id="var-docstr">Recursively transforms form by replacing keys in smap with their
values. Like clojure/replace but works on any data structure. Does
replacement at the leaves of the tree first.</pre>
<span class="var-added"><span id="content">Added in Clojure version 1.1</span><br /></span>
<a href="https://github.com/clojure/clojure/blob/c1c39162608551d50cfb18998d015974b11cfecc/src/clj/clojure/walk.clj#L119" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
<h2 id="clojure.walk/prewalk">prewalk</h2>
<span id="var-type">function</span><br />
<pre id="var-usage">Usage: (prewalk f form)
</pre>
<pre id="var-docstr">Like postwalk, but does pre-order traversal.</pre>
<span class="var-added"><span id="content">Added in Clojure version 1.1</span><br /></span>
<a href="https://github.com/clojure/clojure/blob/c1c39162608551d50cfb18998d015974b11cfecc/src/clj/clojure/walk.clj#L62" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
<h2 id="clojure.walk/prewalk-demo">prewalk-demo</h2>
<span id="var-type">function</span><br />
<pre id="var-usage">Usage: (prewalk-demo form)
</pre>
<pre id="var-docstr">Demonstrates the behavior of prewalk by printing each form as it is
walked. Returns form.</pre>
<span class="var-added"><span id="content">Added in Clojure version 1.1</span><br /></span>
<a href="https://github.com/clojure/clojure/blob/c1c39162608551d50cfb18998d015974b11cfecc/src/clj/clojure/walk.clj#L88" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
<h2 id="clojure.walk/prewalk-replace">prewalk-replace</h2>
<span id="var-type">function</span><br />
<pre id="var-usage">Usage: (prewalk-replace smap form)
</pre>
<pre id="var-docstr">Recursively transforms form by replacing keys in smap with their
values. Like clojure/replace but works on any data structure. Does
replacement at the root of the tree first.</pre>
<span class="var-added"><span id="content">Added in Clojure version 1.1</span><br /></span>
<a href="https://github.com/clojure/clojure/blob/c1c39162608551d50cfb18998d015974b11cfecc/src/clj/clojure/walk.clj#L111" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
<h2 id="clojure.walk/stringify-keys">stringify-keys</h2>
<span id="var-type">function</span><br />
<pre id="var-usage">Usage: (stringify-keys m)
</pre>
<pre id="var-docstr">Recursively transforms all map keys from keywords to strings.</pre>
<span class="var-added"><span id="content">Added in Clojure version 1.1</span><br /></span>
<a href="https://github.com/clojure/clojure/blob/c1c39162608551d50cfb18998d015974b11cfecc/src/clj/clojure/walk.clj#L103" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
<h2 id="clojure.walk/walk">walk</h2>
<span id="var-type">function</span><br />
<pre id="var-usage">Usage: (walk inner outer form)
</pre>
<pre id="var-docstr">Traverses form, an arbitrary data structure. inner and outer are
functions. Applies inner to each element of form, building up a
data structure of the same type, then applies outer to the result.
Recognizes all Clojure data structures except sorted-map-by.
Consumes seqs as with doall.</pre>
<span class="var-added"><span id="content">Added in Clojure version 1.1</span><br /></span>
<a href="https://github.com/clojure/clojure/blob/c1c39162608551d50cfb18998d015974b11cfecc/src/clj/clojure/walk.clj#L35" id="var-source">Source</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="foot">
<div style="text-align: center;" id="copyright">Copyright 2007-2010 by Rich Hickey</div>
</div>
</div>
<div id="DesignedBy">Logo & site design by <a title="Visit Tom Hickey's website." href="http://www.tomhickey.com">Tom Hickey</a>.<br />
Clojure auto-documentation system by Tom Faulhaber.</div>
</div>
<!-- /AllContentContainer -->
</body>
</html>
|