| 1 |
(*) |
| 2 |
(* x) |
| 3 |
(* x y) |
| 4 |
(* x y & more) |
| 5 |
(*') |
| 6 |
(*' x) |
| 7 |
(*' x y) |
| 8 |
(*' x y & more) |
| 9 |
(+) |
| 10 |
(+ x) |
| 11 |
(+ x y) |
| 12 |
(+ x y & more) |
| 13 |
(+') |
| 14 |
(+' x) |
| 15 |
(+' x y) |
| 16 |
(+' x y & more) |
| 17 |
(- x) |
| 18 |
(- x y) |
| 19 |
(- x y & more) |
| 20 |
(-' x) |
| 21 |
(-' x y) |
| 22 |
(-' x y & more) |
| 23 |
(-> x & forms) |
| 24 |
(->> x & forms) |
| 25 |
(->ArrayChunk am arr off end) |
| 26 |
(->Eduction xform coll) |
| 27 |
(->Vec am cnt shift root tail _meta) |
| 28 |
(->VecNode edit arr) |
| 29 |
(->VecSeq am vec anode i offset) |
| 30 |
(.instanceMember instance args*) |
| 31 |
(.instanceMember Classname args*) |
| 32 |
(Classname/staticMethod args*) |
| 33 |
Classname/staticField |
| 34 |
(.. x form) |
| 35 |
(.. x form & more) |
| 36 |
(/ x) |
| 37 |
(/ x y) |
| 38 |
(/ x y & more) |
| 39 |
(< x) |
| 40 |
(< x y) |
| 41 |
(< x y & more) |
| 42 |
(<= x) |
| 43 |
(<= x y) |
| 44 |
(<= x y & more) |
| 45 |
(= x) |
| 46 |
(= x y) |
| 47 |
(= x y & more) |
| 48 |
(== x) |
| 49 |
(== x y) |
| 50 |
(== x y & more) |
| 51 |
(> x) |
| 52 |
(> x y) |
| 53 |
(> x y & more) |
| 54 |
(>= x) |
| 55 |
(>= x y) |
| 56 |
(>= x y & more) |
| 57 |
(Throwable->map o) |
| 58 |
(accessor s key) |
| 59 |
(aclone array) |
| 60 |
(add-classpath url) |
| 61 |
(add-watch reference key fn) |
| 62 |
(agent state & options) |
| 63 |
(agent-error a) |
| 64 |
(agent-errors a) |
| 65 |
(aget array idx) |
| 66 |
(aget array idx & idxs) |
| 67 |
(alength array) |
| 68 |
(alias alias namespace-sym) |
| 69 |
(all-ns) |
| 70 |
(alter ref fun & args) |
| 71 |
(alter-meta! iref f & args) |
| 72 |
(alter-var-root v f & args) |
| 73 |
(amap a idx ret expr) |
| 74 |
(ancestors tag) |
| 75 |
(ancestors h tag) |
| 76 |
(and) |
| 77 |
(and x) |
| 78 |
(and x & next) |
| 79 |
(apply f args) |
| 80 |
(apply f x args) |
| 81 |
(apply f x y args) |
| 82 |
(apply f x y z args) |
| 83 |
(apply f a b c d & args) |
| 84 |
(areduce a idx ret init expr) |
| 85 |
(array-map) |
| 86 |
(array-map & keyvals) |
| 87 |
(as-> expr name & forms) |
| 88 |
(aset array idx val) |
| 89 |
(aset array idx idx2 & idxv) |
| 90 |
(aset-boolean array idx val) |
| 91 |
(aset-boolean array idx idx2 & idxv) |
| 92 |
(aset-byte array idx val) |
| 93 |
(aset-byte array idx idx2 & idxv) |
| 94 |
(aset-char array idx val) |
| 95 |
(aset-char array idx idx2 & idxv) |
| 96 |
(aset-double array idx val) |
| 97 |
(aset-double array idx idx2 & idxv) |
| 98 |
(aset-float array idx val) |
| 99 |
(aset-float array idx idx2 & idxv) |
| 100 |
(aset-int array idx val) |
| 101 |
(aset-int array idx idx2 & idxv) |
| 102 |
(aset-long array idx val) |
| 103 |
(aset-long array idx idx2 & idxv) |
| 104 |
(aset-short array idx val) |
| 105 |
(aset-short array idx idx2 & idxv) |
| 106 |
(assert x) |
| 107 |
(assert x message) |
| 108 |
(assoc map key val) |
| 109 |
(assoc map key val & kvs) |
| 110 |
(assoc! coll key val) |
| 111 |
(assoc! coll key val & kvs) |
| 112 |
(assoc-in m [k & ks] v) |
| 113 |
(associative? coll) |
| 114 |
(atom x) |
| 115 |
(atom x & options) |
| 116 |
(await & agents) |
| 117 |
(await-for timeout-ms & agents) |
| 118 |
(bases c) |
| 119 |
(bean x) |
| 120 |
(bigdec x) |
| 121 |
(bigint x) |
| 122 |
(biginteger x) |
| 123 |
(binding bindings & body) |
| 124 |
(bit-and x y) |
| 125 |
(bit-and x y & more) |
| 126 |
(bit-and-not x y) |
| 127 |
(bit-and-not x y & more) |
| 128 |
(bit-clear x n) |
| 129 |
(bit-flip x n) |
| 130 |
(bit-not x) |
| 131 |
(bit-or x y) |
| 132 |
(bit-or x y & more) |
| 133 |
(bit-set x n) |
| 134 |
(bit-shift-left x n) |
| 135 |
(bit-shift-right x n) |
| 136 |
(bit-test x n) |
| 137 |
(bit-xor x y) |
| 138 |
(bit-xor x y & more) |
| 139 |
(boolean x) |
| 140 |
(boolean-array size-or-seq) |
| 141 |
(boolean-array size init-val-or-seq) |
| 142 |
(booleans xs) |
| 143 |
(bound-fn & fntail) |
| 144 |
(bound-fn* f) |
| 145 |
(bound? & vars) |
| 146 |
(butlast coll) |
| 147 |
(byte x) |
| 148 |
(byte-array size-or-seq) |
| 149 |
(byte-array size init-val-or-seq) |
| 150 |
(bytes xs) |
| 151 |
(case e & clauses) |
| 152 |
(cast c x) |
| 153 |
(cat rf) |
| 154 |
(char x) |
| 155 |
(char-array size-or-seq) |
| 156 |
(char-array size init-val-or-seq) |
| 157 |
(char? x) |
| 158 |
(chars xs) |
| 159 |
(class x) |
| 160 |
(class? x) |
| 161 |
(clear-agent-errors a) |
| 162 |
(clojure-version) |
| 163 |
(coll? x) |
| 164 |
(comment & body) |
| 165 |
(commute ref fun & args) |
| 166 |
(comp) |
| 167 |
(comp f) |
| 168 |
(comp f g) |
| 169 |
(comp f g & fs) |
| 170 |
(comparator pred) |
| 171 |
(compare x y) |
| 172 |
(compare-and-set! atom oldval newval) |
| 173 |
(compile lib) |
| 174 |
(complement f) |
| 175 |
(completing f) |
| 176 |
(completing f cf) |
| 177 |
(concat) |
| 178 |
(concat x) |
| 179 |
(concat x y) |
| 180 |
(concat x y & zs) |
| 181 |
(cond & clauses) |
| 182 |
(cond-> expr & clauses) |
| 183 |
(cond->> expr & clauses) |
| 184 |
(condp pred expr & clauses) |
| 185 |
(conj coll x) |
| 186 |
(conj coll x & xs) |
| 187 |
(conj!) |
| 188 |
(conj! coll) |
| 189 |
(conj! coll x) |
| 190 |
(cons x seq) |
| 191 |
(constantly x) |
| 192 |
(construct-proxy c & ctor-args) |
| 193 |
(contains? coll key) |
| 194 |
(count coll) |
| 195 |
(counted? coll) |
| 196 |
(create-ns sym) |
| 197 |
(create-struct & keys) |
| 198 |
(cycle coll) |
| 199 |
(dec x) |
| 200 |
(dec' x) |
| 201 |
(decimal? n) |
| 202 |
(declare & names) |
| 203 |
(dedupe) |
| 204 |
(dedupe coll) |
| 205 |
(def symbol doc-string? init?) |
| 206 |
(definline name & decl) |
| 207 |
(definterface name & sigs) |
| 208 |
(defmacro name doc-string? attr-map? [params*] body) |
| 209 |
(defmacro name doc-string? attr-map? ([params*] body) + attr-map?) |
| 210 |
(defmethod multifn dispatch-val & fn-tail) |
| 211 |
(defmulti name docstring? attr-map? dispatch-fn & options) |
| 212 |
(defn name doc-string? attr-map? [params*] prepost-map? body) |
| 213 |
(defn name doc-string? attr-map? ([params*] prepost-map? body) + attr-map?) |
| 214 |
(defn- name & decls) |
| 215 |
(defonce name expr) |
| 216 |
(defprotocol name & opts+sigs) |
| 217 |
(defrecord name [& fields] & opts+specs) |
| 218 |
(defstruct name & keys) |
| 219 |
(deftype name [& fields] & opts+specs) |
| 220 |
(delay & body) |
| 221 |
(delay? x) |
| 222 |
(deliver promise val) |
| 223 |
(denominator r) |
| 224 |
(deref ref) |
| 225 |
(deref ref timeout-ms timeout-val) |
| 226 |
(derive tag parent) |
| 227 |
(derive h tag parent) |
| 228 |
(descendants tag) |
| 229 |
(descendants h tag) |
| 230 |
(disj set) |
| 231 |
(disj set key) |
| 232 |
(disj set key & ks) |
| 233 |
(disj! set) |
| 234 |
(disj! set key) |
| 235 |
(disj! set key & ks) |
| 236 |
(dissoc map) |
| 237 |
(dissoc map key) |
| 238 |
(dissoc map key & ks) |
| 239 |
(dissoc! map key) |
| 240 |
(dissoc! map key & ks) |
| 241 |
(distinct) |
| 242 |
(distinct coll) |
| 243 |
(distinct? x) |
| 244 |
(distinct? x y) |
| 245 |
(distinct? x y & more) |
| 246 |
(do exprs*) |
| 247 |
(doall coll) |
| 248 |
(doall n coll) |
| 249 |
(dorun coll) |
| 250 |
(dorun n coll) |
| 251 |
(doseq seq-exprs & body) |
| 252 |
(dosync & exprs) |
| 253 |
(dotimes bindings & body) |
| 254 |
(doto x & forms) |
| 255 |
(double x) |
| 256 |
(double-array size-or-seq) |
| 257 |
(double-array size init-val-or-seq) |
| 258 |
(doubles xs) |
| 259 |
(drop n) |
| 260 |
(drop n coll) |
| 261 |
(drop-last s) |
| 262 |
(drop-last n s) |
| 263 |
(drop-while pred) |
| 264 |
(drop-while pred coll) |
| 265 |
(eduction xform* coll) |
| 266 |
(empty coll) |
| 267 |
(empty? coll) |
| 268 |
(ensure ref) |
| 269 |
(ensure-reduced x) |
| 270 |
(enumeration-seq e) |
| 271 |
(error-handler a) |
| 272 |
(error-mode a) |
| 273 |
(eval form) |
| 274 |
(even? n) |
| 275 |
(every-pred p) |
| 276 |
(every-pred p1 p2) |
| 277 |
(every-pred p1 p2 p3) |
| 278 |
(every-pred p1 p2 p3 & ps) |
| 279 |
(every? pred coll) |
| 280 |
(ex-data ex) |
| 281 |
(ex-info msg map) |
| 282 |
(ex-info msg map cause) |
| 283 |
(extend atype & proto+mmaps) |
| 284 |
(extend-protocol p & specs) |
| 285 |
(extend-type t & specs) |
| 286 |
(extenders protocol) |
| 287 |
(extends? protocol atype) |
| 288 |
(false? x) |
| 289 |
(ffirst x) |
| 290 |
(file-seq dir) |
| 291 |
(filter pred) |
| 292 |
(filter pred coll) |
| 293 |
(filterv pred coll) |
| 294 |
(find map key) |
| 295 |
(find-keyword name) |
| 296 |
(find-keyword ns name) |
| 297 |
(find-ns sym) |
| 298 |
(find-var sym) |
| 299 |
(first coll) |
| 300 |
(flatten x) |
| 301 |
(float x) |
| 302 |
(float-array size-or-seq) |
| 303 |
(float-array size init-val-or-seq) |
| 304 |
(float? n) |
| 305 |
(floats xs) |
| 306 |
(flush) |
| 307 |
(fn name? [params*] exprs*) |
| 308 |
(fn name? ([params*] exprs*) +) |
| 309 |
(fn? x) |
| 310 |
(fnext x) |
| 311 |
(fnil f x) |
| 312 |
(fnil f x y) |
| 313 |
(fnil f x y z) |
| 314 |
(for seq-exprs body-expr) |
| 315 |
(force x) |
| 316 |
(format fmt & args) |
| 317 |
(frequencies coll) |
| 318 |
(future & body) |
| 319 |
(future-call f) |
| 320 |
(future-cancel f) |
| 321 |
(future-cancelled? f) |
| 322 |
(future-done? f) |
| 323 |
(future? x) |
| 324 |
(gen-class & options) |
| 325 |
(gen-interface & options) |
| 326 |
(gensym) |
| 327 |
(gensym prefix-string) |
| 328 |
(get map key) |
| 329 |
(get map key not-found) |
| 330 |
(get-in m ks) |
| 331 |
(get-in m ks not-found) |
| 332 |
(get-method multifn dispatch-val) |
| 333 |
(get-proxy-class & bases) |
| 334 |
(get-thread-bindings) |
| 335 |
(get-validator iref) |
| 336 |
(group-by f coll) |
| 337 |
(hash x) |
| 338 |
(hash-map) |
| 339 |
(hash-map & keyvals) |
| 340 |
(hash-ordered-coll coll) |
| 341 |
(hash-set) |
| 342 |
(hash-set & keys) |
| 343 |
(hash-unordered-coll coll) |
| 344 |
(identical? x y) |
| 345 |
(identity x) |
| 346 |
(if test then else?) |
| 347 |
(if-let bindings then) |
| 348 |
(if-let bindings then else & oldform) |
| 349 |
(if-not test then) |
| 350 |
(if-not test then else) |
| 351 |
(if-some bindings then) |
| 352 |
(if-some bindings then else & oldform) |
| 353 |
(ifn? x) |
| 354 |
(import & import-symbols-or-lists) |
| 355 |
(in-ns name) |
| 356 |
(inc x) |
| 357 |
(inc' x) |
| 358 |
(init-proxy proxy mappings) |
| 359 |
(instance? c x) |
| 360 |
(int x) |
| 361 |
(int-array size-or-seq) |
| 362 |
(int-array size init-val-or-seq) |
| 363 |
(integer? n) |
| 364 |
(interleave) |
| 365 |
(interleave c1) |
| 366 |
(interleave c1 c2) |
| 367 |
(interleave c1 c2 & colls) |
| 368 |
(intern ns name) |
| 369 |
(intern ns name val) |
| 370 |
(interpose sep) |
| 371 |
(interpose sep coll) |
| 372 |
(into to from) |
| 373 |
(into to xform from) |
| 374 |
(into-array aseq) |
| 375 |
(into-array type aseq) |
| 376 |
(ints xs) |
| 377 |
(io! & body) |
| 378 |
(isa? child parent) |
| 379 |
(isa? h child parent) |
| 380 |
(iterate f x) |
| 381 |
(iterator-seq iter) |
| 382 |
(juxt f) |
| 383 |
(juxt f g) |
| 384 |
(juxt f g h) |
| 385 |
(juxt f g h & fs) |
| 386 |
(keep f) |
| 387 |
(keep f coll) |
| 388 |
(keep-indexed f) |
| 389 |
(keep-indexed f coll) |
| 390 |
(key e) |
| 391 |
(keys map) |
| 392 |
(keyword name) |
| 393 |
(keyword ns name) |
| 394 |
(keyword? x) |
| 395 |
(last coll) |
| 396 |
(lazy-cat & colls) |
| 397 |
(lazy-seq & body) |
| 398 |
(let [bindings*] exprs*) |
| 399 |
(letfn [fnspecs*] exprs*) |
| 400 |
(line-seq rdr) |
| 401 |
(list & items) |
| 402 |
(list* args) |
| 403 |
(list* a args) |
| 404 |
(list* a b args) |
| 405 |
(list* a b c args) |
| 406 |
(list* a b c d & more) |
| 407 |
(list? x) |
| 408 |
(load & paths) |
| 409 |
(load-file name) |
| 410 |
(load-reader rdr) |
| 411 |
(load-string s) |
| 412 |
(loaded-libs) |
| 413 |
(locking x & body) |
| 414 |
(long x) |
| 415 |
(long-array size-or-seq) |
| 416 |
(long-array size init-val-or-seq) |
| 417 |
(longs xs) |
| 418 |
(loop [bindings*] exprs*) |
| 419 |
(macroexpand form) |
| 420 |
(macroexpand-1 form) |
| 421 |
(make-array type len) |
| 422 |
(make-array type dim & more-dims) |
| 423 |
(make-hierarchy) |
| 424 |
(map f) |
| 425 |
(map f coll) |
| 426 |
(map f c1 c2) |
| 427 |
(map f c1 c2 c3) |
| 428 |
(map f c1 c2 c3 & colls) |
| 429 |
(map-indexed f) |
| 430 |
(map-indexed f coll) |
| 431 |
(map? x) |
| 432 |
(mapcat f) |
| 433 |
(mapcat f & colls) |
| 434 |
(mapv f coll) |
| 435 |
(mapv f c1 c2) |
| 436 |
(mapv f c1 c2 c3) |
| 437 |
(mapv f c1 c2 c3 & colls) |
| 438 |
(max x) |
| 439 |
(max x y) |
| 440 |
(max x y & more) |
| 441 |
(max-key k x) |
| 442 |
(max-key k x y) |
| 443 |
(max-key k x y & more) |
| 444 |
(memfn name & args) |
| 445 |
(memoize f) |
| 446 |
(merge & maps) |
| 447 |
(merge-with f & maps) |
| 448 |
(meta obj) |
| 449 |
(methods multifn) |
| 450 |
(min x) |
| 451 |
(min x y) |
| 452 |
(min x y & more) |
| 453 |
(min-key k x) |
| 454 |
(min-key k x y) |
| 455 |
(min-key k x y & more) |
| 456 |
(mix-collection-hash hash-basis count) |
| 457 |
(mod num div) |
| 458 |
(monitor-enter x) |
| 459 |
(monitor-exit x) |
| 460 |
(name x) |
| 461 |
(namespace x) |
| 462 |
(namespace-munge ns) |
| 463 |
(neg? x) |
| 464 |
(Classname. args*) |
| 465 |
(new Classname args*) |
| 466 |
(newline) |
| 467 |
(next coll) |
| 468 |
(nfirst x) |
| 469 |
(nil? x) |
| 470 |
(nnext x) |
| 471 |
(not x) |
| 472 |
(not-any? pred coll) |
| 473 |
(not-empty coll) |
| 474 |
(not-every? pred coll) |
| 475 |
(not= x) |
| 476 |
(not= x y) |
| 477 |
(not= x y & more) |
| 478 |
(ns name docstring? attr-map? references*) |
| 479 |
(ns-aliases ns) |
| 480 |
(ns-imports ns) |
| 481 |
(ns-interns ns) |
| 482 |
(ns-map ns) |
| 483 |
(ns-name ns) |
| 484 |
(ns-publics ns) |
| 485 |
(ns-refers ns) |
| 486 |
(ns-resolve ns sym) |
| 487 |
(ns-resolve ns env sym) |
| 488 |
(ns-unalias ns sym) |
| 489 |
(ns-unmap ns sym) |
| 490 |
(nth coll index) |
| 491 |
(nth coll index not-found) |
| 492 |
(nthnext coll n) |
| 493 |
(nthrest coll n) |
| 494 |
(num x) |
| 495 |
(number? x) |
| 496 |
(numerator r) |
| 497 |
(object-array size-or-seq) |
| 498 |
(odd? n) |
| 499 |
(or) |
| 500 |
(or x) |
| 501 |
(or x & next) |
| 502 |
(parents tag) |
| 503 |
(parents h tag) |
| 504 |
(partial f) |
| 505 |
(partial f arg1) |
| 506 |
(partial f arg1 arg2) |
| 507 |
(partial f arg1 arg2 arg3) |
| 508 |
(partial f arg1 arg2 arg3 & more) |
| 509 |
(partition n coll) |
| 510 |
(partition n step coll) |
| 511 |
(partition n step pad coll) |
| 512 |
(partition-all n) |
| 513 |
(partition-all n coll) |
| 514 |
(partition-all n step coll) |
| 515 |
(partition-by f) |
| 516 |
(partition-by f coll) |
| 517 |
(pcalls & fns) |
| 518 |
(peek coll) |
| 519 |
(persistent! coll) |
| 520 |
(pmap f coll) |
| 521 |
(pmap f coll & colls) |
| 522 |
(pop coll) |
| 523 |
(pop! coll) |
| 524 |
(pop-thread-bindings) |
| 525 |
(pos? x) |
| 526 |
(pr) |
| 527 |
(pr x) |
| 528 |
(pr x & more) |
| 529 |
(pr-str & xs) |
| 530 |
(prefer-method multifn dispatch-val-x dispatch-val-y) |
| 531 |
(prefers multifn) |
| 532 |
(print & more) |
| 533 |
(print-str & xs) |
| 534 |
(printf fmt & args) |
| 535 |
(println & more) |
| 536 |
(println-str & xs) |
| 537 |
(prn & more) |
| 538 |
(prn-str & xs) |
| 539 |
(promise) |
| 540 |
(proxy class-and-interfaces args & fs) |
| 541 |
(proxy-mappings proxy) |
| 542 |
(proxy-super meth & args) |
| 543 |
(push-thread-bindings bindings) |
| 544 |
(pvalues & exprs) |
| 545 |
(quot num div) |
| 546 |
(quote form) |
| 547 |
(rand) |
| 548 |
(rand n) |
| 549 |
(rand-int n) |
| 550 |
(rand-nth coll) |
| 551 |
(random-sample prob) |
| 552 |
(random-sample prob coll) |
| 553 |
(range) |
| 554 |
(range end) |
| 555 |
(range start end) |
| 556 |
(range start end step) |
| 557 |
(ratio? n) |
| 558 |
(rational? n) |
| 559 |
(rationalize num) |
| 560 |
(re-find m) |
| 561 |
(re-find re s) |
| 562 |
(re-groups m) |
| 563 |
(re-matcher re s) |
| 564 |
(re-matches re s) |
| 565 |
(re-pattern s) |
| 566 |
(re-seq re s) |
| 567 |
(read) |
| 568 |
(read stream) |
| 569 |
(read stream eof-error? eof-value) |
| 570 |
(read stream eof-error? eof-value recursive?) |
| 571 |
(read opts stream) |
| 572 |
(read-line) |
| 573 |
(read-string s) |
| 574 |
(read-string opts s) |
| 575 |
(reader-conditional form splicing?) |
| 576 |
(reader-conditional? value) |
| 577 |
(realized? x) |
| 578 |
(record? x) |
| 579 |
(recur exprs*) |
| 580 |
(reduce f coll) |
| 581 |
(reduce f val coll) |
| 582 |
(reduce-kv f init coll) |
| 583 |
(reduced x) |
| 584 |
(reduced? x) |
| 585 |
(reductions f coll) |
| 586 |
(reductions f init coll) |
| 587 |
(ref x) |
| 588 |
(ref x & options) |
| 589 |
(ref-history-count ref) |
| 590 |
(ref-max-history ref) |
| 591 |
(ref-max-history ref n) |
| 592 |
(ref-min-history ref) |
| 593 |
(ref-min-history ref n) |
| 594 |
(ref-set ref val) |
| 595 |
(refer ns-sym & filters) |
| 596 |
(refer-clojure & filters) |
| 597 |
(reify & opts+specs) |
| 598 |
(release-pending-sends) |
| 599 |
(rem num div) |
| 600 |
(remove pred) |
| 601 |
(remove pred coll) |
| 602 |
(remove-all-methods multifn) |
| 603 |
(remove-method multifn dispatch-val) |
| 604 |
(remove-ns sym) |
| 605 |
(remove-watch reference key) |
| 606 |
(repeat x) |
| 607 |
(repeat n x) |
| 608 |
(repeatedly f) |
| 609 |
(repeatedly n f) |
| 610 |
(replace smap) |
| 611 |
(replace smap coll) |
| 612 |
(replicate n x) |
| 613 |
(require & args) |
| 614 |
(reset! atom newval) |
| 615 |
(reset-meta! iref metadata-map) |
| 616 |
(resolve sym) |
| 617 |
(resolve env sym) |
| 618 |
(rest coll) |
| 619 |
(restart-agent a new-state & options) |
| 620 |
(resultset-seq rs) |
| 621 |
(reverse coll) |
| 622 |
(reversible? coll) |
| 623 |
(rseq rev) |
| 624 |
(rsubseq sc test key) |
| 625 |
(rsubseq sc start-test start-key end-test end-key) |
| 626 |
(run! proc coll) |
| 627 |
(satisfies? protocol x) |
| 628 |
(second x) |
| 629 |
(select-keys map keyseq) |
| 630 |
(send a f & args) |
| 631 |
(send-off a f & args) |
| 632 |
(send-via executor a f & args) |
| 633 |
(seq coll) |
| 634 |
(seq? x) |
| 635 |
(seque s) |
| 636 |
(seque n-or-q s) |
| 637 |
(sequence coll) |
| 638 |
(sequence xform coll) |
| 639 |
(sequence xform coll & colls) |
| 640 |
(sequential? coll) |
| 641 |
(set coll) |
| 642 |
(set! var-symbol expr) |
| 643 |
(set! (. instance-expr instanceFieldName-symbol) expr) |
| 644 |
(set! (. Classname-symbol staticFieldName-symbol) expr) |
| 645 |
(set-agent-send-executor! executor) |
| 646 |
(set-agent-send-off-executor! executor) |
| 647 |
(set-error-handler! a handler-fn) |
| 648 |
(set-error-mode! a mode-keyword) |
| 649 |
(set-validator! iref validator-fn) |
| 650 |
(set? x) |
| 651 |
(short x) |
| 652 |
(short-array size-or-seq) |
| 653 |
(short-array size init-val-or-seq) |
| 654 |
(shorts xs) |
| 655 |
(shuffle coll) |
| 656 |
(shutdown-agents) |
| 657 |
(slurp f & opts) |
| 658 |
(some pred coll) |
| 659 |
(some-> expr & forms) |
| 660 |
(some->> expr & forms) |
| 661 |
(some-fn p) |
| 662 |
(some-fn p1 p2) |
| 663 |
(some-fn p1 p2 p3) |
| 664 |
(some-fn p1 p2 p3 & ps) |
| 665 |
(some? x) |
| 666 |
(sort coll) |
| 667 |
(sort comp coll) |
| 668 |
(sort-by keyfn coll) |
| 669 |
(sort-by keyfn comp coll) |
| 670 |
(sorted-map & keyvals) |
| 671 |
(sorted-map-by comparator & keyvals) |
| 672 |
(sorted-set & keys) |
| 673 |
(sorted-set-by comparator & keys) |
| 674 |
(sorted? coll) |
| 675 |
(special-symbol? s) |
| 676 |
(spit f content & options) |
| 677 |
(split-at n coll) |
| 678 |
(split-with pred coll) |
| 679 |
(str) |
| 680 |
(str x) |
| 681 |
(str x & ys) |
| 682 |
(string? x) |
| 683 |
(struct s & vals) |
| 684 |
(struct-map s & inits) |
| 685 |
(subs s start) |
| 686 |
(subs s start end) |
| 687 |
(subseq sc test key) |
| 688 |
(subseq sc start-test start-key end-test end-key) |
| 689 |
(subvec v start) |
| 690 |
(subvec v start end) |
| 691 |
(supers class) |
| 692 |
(swap! atom f) |
| 693 |
(swap! atom f x) |
| 694 |
(swap! atom f x y) |
| 695 |
(swap! atom f x y & args) |
| 696 |
(symbol name) |
| 697 |
(symbol ns name) |
| 698 |
(symbol? x) |
| 699 |
(sync flags-ignored-for-now & body) |
| 700 |
(tagged-literal tag form) |
| 701 |
(tagged-literal? value) |
| 702 |
(take n) |
| 703 |
(take n coll) |
| 704 |
(take-last n coll) |
| 705 |
(take-nth n) |
| 706 |
(take-nth n coll) |
| 707 |
(take-while pred) |
| 708 |
(take-while pred coll) |
| 709 |
(test v) |
| 710 |
(the-ns x) |
| 711 |
(thread-bound? & vars) |
| 712 |
(throw expr) |
| 713 |
(time expr) |
| 714 |
(to-array coll) |
| 715 |
(to-array-2d coll) |
| 716 |
(trampoline f) |
| 717 |
(trampoline f & args) |
| 718 |
(transduce xform f coll) |
| 719 |
(transduce xform f init coll) |
| 720 |
(transient coll) |
| 721 |
(tree-seq branch? children root) |
| 722 |
(true? x) |
| 723 |
(try expr* catch-clause* finally-clause?) |
| 724 |
(type x) |
| 725 |
(unchecked-add x y) |
| 726 |
(unchecked-add-int x y) |
| 727 |
(unchecked-byte x) |
| 728 |
(unchecked-char x) |
| 729 |
(unchecked-dec x) |
| 730 |
(unchecked-dec-int x) |
| 731 |
(unchecked-divide-int x y) |
| 732 |
(unchecked-double x) |
| 733 |
(unchecked-float x) |
| 734 |
(unchecked-inc x) |
| 735 |
(unchecked-inc-int x) |
| 736 |
(unchecked-int x) |
| 737 |
(unchecked-long x) |
| 738 |
(unchecked-multiply x y) |
| 739 |
(unchecked-multiply-int x y) |
| 740 |
(unchecked-negate x) |
| 741 |
(unchecked-negate-int x) |
| 742 |
(unchecked-remainder-int x y) |
| 743 |
(unchecked-short x) |
| 744 |
(unchecked-subtract x y) |
| 745 |
(unchecked-subtract-int x y) |
| 746 |
(underive tag parent) |
| 747 |
(underive h tag parent) |
| 748 |
(unreduced x) |
| 749 |
(unsigned-bit-shift-right x n) |
| 750 |
(update m k f) |
| 751 |
(update m k f x) |
| 752 |
(update m k f x y) |
| 753 |
(update m k f x y z) |
| 754 |
(update m k f x y z & more) |
| 755 |
(update-in m [k & ks] f & args) |
| 756 |
(update-proxy proxy mappings) |
| 757 |
(use & args) |
| 758 |
(val e) |
| 759 |
(vals map) |
| 760 |
(var symbol) |
| 761 |
(var-get x) |
| 762 |
(var-set x val) |
| 763 |
(var? v) |
| 764 |
(vary-meta obj f & args) |
| 765 |
(vec coll) |
| 766 |
(vector) |
| 767 |
(vector a) |
| 768 |
(vector a b) |
| 769 |
(vector a b c) |
| 770 |
(vector a b c d) |
| 771 |
(vector a b c d & args) |
| 772 |
(vector-of t) |
| 773 |
(vector-of t & elements) |
| 774 |
(vector? x) |
| 775 |
(volatile! val) |
| 776 |
(volatile? x) |
| 777 |
(vreset! vol newval) |
| 778 |
(vswap! vol f & args) |
| 779 |
(when test & body) |
| 780 |
(when-first bindings & body) |
| 781 |
(when-let bindings & body) |
| 782 |
(when-not test & body) |
| 783 |
(when-some bindings & body) |
| 784 |
(while test & body) |
| 785 |
(with-bindings binding-map & body) |
| 786 |
(with-bindings* binding-map f & args) |
| 787 |
(with-in-str s & body) |
| 788 |
(with-local-vars name-vals-vec & body) |
| 789 |
(with-meta obj m) |
| 790 |
(with-open bindings & body) |
| 791 |
(with-out-str & body) |
| 792 |
(with-precision precision & exprs) |
| 793 |
(with-redefs bindings & body) |
| 794 |
(with-redefs-fn binding-map func) |
| 795 |
(xml-seq root) |
| 796 |
(zero? x) |
| 797 |
(zipmap keys vals) |
| 798 |
(coll-reduce coll f) |
| 799 |
(coll-reduce coll f val) |
| 800 |
(kv-reduce amap f init) |
| 801 |
(internal-reduce seq f start) |
| 802 |
(->Cat cnt left right) |
| 803 |
(append! acc x) |
| 804 |
(cat) |
| 805 |
(cat ctor) |
| 806 |
(cat left right) |
| 807 |
(drop n) |
| 808 |
(drop n coll) |
| 809 |
(filter pred) |
| 810 |
(filter pred coll) |
| 811 |
(flatten) |
| 812 |
(flatten coll) |
| 813 |
(fold reducef coll) |
| 814 |
(fold combinef reducef coll) |
| 815 |
(fold n combinef reducef coll) |
| 816 |
(foldcat coll) |
| 817 |
(folder coll xf) |
| 818 |
(map f) |
| 819 |
(map f coll) |
| 820 |
(mapcat f) |
| 821 |
(mapcat f coll) |
| 822 |
(monoid op ctor) |
| 823 |
(reduce f coll) |
| 824 |
(reduce f init coll) |
| 825 |
(reducer coll xf) |
| 826 |
(remove pred) |
| 827 |
(remove pred coll) |
| 828 |
(take n) |
| 829 |
(take n coll) |
| 830 |
(take-while pred) |
| 831 |
(take-while pred coll) |
| 832 |
(diff-similar a b) |
| 833 |
(equality-partition x) |
| 834 |
(diff a b) |
| 835 |
(read) |
| 836 |
(read stream) |
| 837 |
(read opts stream) |
| 838 |
(read-string s) |
| 839 |
(read-string opts s) |
| 840 |
(inspect x) |
| 841 |
(inspect-table data) |
| 842 |
(inspect-tree data) |
| 843 |
(validated new-instance) |
| 844 |
(browse-url url) |
| 845 |
(as-file x) |
| 846 |
(as-url x) |
| 847 |
(make-input-stream x opts) |
| 848 |
(make-output-stream x opts) |
| 849 |
(make-reader x opts) |
| 850 |
(make-writer x opts) |
| 851 |
(as-relative-path x) |
| 852 |
(copy input output & opts) |
| 853 |
(delete-file f & [silently]) |
| 854 |
(file arg) |
| 855 |
(file parent child) |
| 856 |
(file parent child & more) |
| 857 |
(input-stream x & opts) |
| 858 |
(make-parents f & more) |
| 859 |
(output-stream x & opts) |
| 860 |
(reader x & opts) |
| 861 |
(resource n) |
| 862 |
(resource n loader) |
| 863 |
(writer x & opts) |
| 864 |
(add-local-javadoc path) |
| 865 |
(add-remote-javadoc package-prefix url) |
| 866 |
(javadoc class-or-object) |
| 867 |
(sh & args) |
| 868 |
(with-sh-dir dir & forms) |
| 869 |
(with-sh-env env & forms) |
| 870 |
(demunge fn-name) |
| 871 |
(load-script path) |
| 872 |
(main & args) |
| 873 |
(repl & options) |
| 874 |
(repl-caught e) |
| 875 |
(repl-exception throwable) |
| 876 |
(repl-prompt) |
| 877 |
(repl-read request-prompt request-exit) |
| 878 |
(root-cause t) |
| 879 |
(skip-if-eol s) |
| 880 |
(skip-whitespace s) |
| 881 |
(stack-element-str el) |
| 882 |
(with-bindings & body) |
| 883 |
(with-read-known & body) |
| 884 |
No usage documentation available |
| 885 |
(cl-format writer format-in & args) |
| 886 |
(code-dispatch object) |
| 887 |
(formatter format-in) |
| 888 |
(formatter-out format-in) |
| 889 |
(fresh-line) |
| 890 |
(get-pretty-writer writer) |
| 891 |
(pp) |
| 892 |
(pprint object) |
| 893 |
(pprint object writer) |
| 894 |
(pprint-indent relative-to n) |
| 895 |
(pprint-logical-block options* body) |
| 896 |
(pprint-newline kind) |
| 897 |
(pprint-tab kind colnum colinc) |
| 898 |
(print-length-loop bindings & body) |
| 899 |
(print-table ks rows) |
| 900 |
(print-table rows) |
| 901 |
(set-pprint-dispatch function) |
| 902 |
(simple-dispatch object) |
| 903 |
(with-pprint-dispatch function & body) |
| 904 |
(write object & kw-args) |
| 905 |
(write-out object) |
| 906 |
(resolve-class this name) |
| 907 |
(do-reflect reflector typeref) |
| 908 |
(typename o) |
| 909 |
(->AsmReflector class-resolver) |
| 910 |
(->Constructor name declaring-class parameter-types exception-types flags) |
| 911 |
(->Field name type declaring-class flags) |
| 912 |
(->JavaReflector classloader) |
| 913 |
(->Method name return-type declaring-class parameter-types exception-types flags) |
| 914 |
(map->Constructor m#) |
| 915 |
(map->Field m#) |
| 916 |
(map->Method m#) |
| 917 |
(reflect obj & options) |
| 918 |
(type-reflect typeref & options) |
| 919 |
(apropos str-or-pattern) |
| 920 |
(demunge fn-name) |
| 921 |
(dir nsname) |
| 922 |
(dir-fn ns) |
| 923 |
(doc name) |
| 924 |
(find-doc re-string-or-pattern) |
| 925 |
(pst) |
| 926 |
(pst e-or-depth) |
| 927 |
(pst e depth) |
| 928 |
(root-cause t) |
| 929 |
(set-break-handler!) |
| 930 |
(set-break-handler! f) |
| 931 |
(source n) |
| 932 |
(source-fn x) |
| 933 |
(stack-element-str el) |
| 934 |
(thread-stopper) |
| 935 |
(thread-stopper thread) |
| 936 |
(difference s1) |
| 937 |
(difference s1 s2) |
| 938 |
(difference s1 s2 & sets) |
| 939 |
(index xrel ks) |
| 940 |
(intersection s1) |
| 941 |
(intersection s1 s2) |
| 942 |
(intersection s1 s2 & sets) |
| 943 |
(join xrel yrel) |
| 944 |
(join xrel yrel km) |
| 945 |
(map-invert m) |
| 946 |
(project xrel ks) |
| 947 |
(rename xrel kmap) |
| 948 |
(rename-keys map kmap) |
| 949 |
(select pred xset) |
| 950 |
(subset? set1 set2) |
| 951 |
(superset? set1 set2) |
| 952 |
(union) |
| 953 |
(union s1) |
| 954 |
(union s1 s2) |
| 955 |
(union s1 s2 & sets) |
| 956 |
(e) |
| 957 |
(print-cause-trace tr) |
| 958 |
(print-cause-trace tr n) |
| 959 |
(print-stack-trace tr) |
| 960 |
(print-stack-trace tr n) |
| 961 |
(print-throwable tr) |
| 962 |
(print-trace-element e) |
| 963 |
(root-cause tr) |
| 964 |
(blank? s) |
| 965 |
(capitalize s) |
| 966 |
(escape s cmap) |
| 967 |
(join coll) |
| 968 |
(join separator coll) |
| 969 |
(lower-case s) |
| 970 |
(re-quote-replacement replacement) |
| 971 |
(replace s match replacement) |
| 972 |
(replace-first s match replacement) |
| 973 |
(reverse s) |
| 974 |
(split s re) |
| 975 |
(split s re limit) |
| 976 |
(split-lines s) |
| 977 |
(trim s) |
| 978 |
(trim-newline s) |
| 979 |
(triml s) |
| 980 |
(trimr s) |
| 981 |
(upper-case s) |
| 982 |
(apply-template argv expr values) |
| 983 |
(do-template argv expr & values) |
| 984 |
(are argv expr & args) |
| 985 |
(assert-any msg form) |
| 986 |
(assert-predicate msg form) |
| 987 |
(compose-fixtures f1 f2) |
| 988 |
(deftest name & body) |
| 989 |
(deftest- name & body) |
| 990 |
(do-report m) |
| 991 |
(file-position n) |
| 992 |
(function? x) |
| 993 |
(get-possibly-unbound-var v) |
| 994 |
(inc-report-counter name) |
| 995 |
(is form) |
| 996 |
(is form msg) |
| 997 |
(join-fixtures fixtures) |
| 998 |
No usage documentation available |
| 999 |
(run-all-tests) |
| 1000 |
(run-all-tests re) |
| 1001 |
(run-tests) |
| 1002 |
(run-tests & namespaces) |
| 1003 |
(set-test name & body) |
| 1004 |
(successful? summary) |
| 1005 |
(test-all-vars ns) |
| 1006 |
(test-ns ns) |
| 1007 |
(test-var v) |
| 1008 |
(test-vars vars) |
| 1009 |
(testing string & body) |
| 1010 |
(testing-contexts-str) |
| 1011 |
(testing-vars-str m) |
| 1012 |
(try-expr msg form) |
| 1013 |
No usage documentation available |
| 1014 |
(with-test definition & body) |
| 1015 |
(with-test-out & body) |
| 1016 |
(with-junit-output & body) |
| 1017 |
(print-tap-diagnostic data) |
| 1018 |
(print-tap-fail msg) |
| 1019 |
(print-tap-pass msg) |
| 1020 |
(print-tap-plan n) |
| 1021 |
(with-tap-output & body) |
| 1022 |
(keywordize-keys m) |
| 1023 |
(macroexpand-all form) |
| 1024 |
(postwalk f form) |
| 1025 |
(postwalk-demo form) |
| 1026 |
(postwalk-replace smap form) |
| 1027 |
(prewalk f form) |
| 1028 |
(prewalk-demo form) |
| 1029 |
(prewalk-replace smap form) |
| 1030 |
(stringify-keys m) |
| 1031 |
(walk inner outer form) |
| 1032 |
(parse s) |
| 1033 |
(parse s startparse) |
| 1034 |
(append-child loc item) |
| 1035 |
(branch? loc) |
| 1036 |
(children loc) |
| 1037 |
(down loc) |
| 1038 |
(edit loc f & args) |
| 1039 |
(end? loc) |
| 1040 |
(insert-child loc item) |
| 1041 |
(insert-left loc item) |
| 1042 |
(insert-right loc item) |
| 1043 |
(left loc) |
| 1044 |
(leftmost loc) |
| 1045 |
(lefts loc) |
| 1046 |
(make-node loc node children) |
| 1047 |
(next loc) |
| 1048 |
(node loc) |
| 1049 |
(path loc) |
| 1050 |
(prev loc) |
| 1051 |
(remove loc) |
| 1052 |
(replace loc node) |
| 1053 |
(right loc) |
| 1054 |
(rightmost loc) |
| 1055 |
(rights loc) |
| 1056 |
(root loc) |
| 1057 |
(seq-zip root) |
| 1058 |
(up loc) |
| 1059 |
(vector-zip root) |
| 1060 |
(xml-zip root) |
| 1061 |
(zipper branch? children make-node root) |
Комментарии