Skip to content

Commit 6443518

Browse files
committed
update corelib.org
1 parent 5f08efb commit 6443518

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

devnotes/corelib.org

+17-17
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
* DONE *e
1414
* *err*
1515
* *file*
16-
* *flush-on-newline*
16+
* DONE *flush-on-newline*
1717
* *fn-loader*
1818
* *in*
1919
* *math-context*
20-
* *ns*
21-
* *out*
22-
* *print-dup*
20+
* DONE *ns*
21+
* DONE *out*
22+
* DONE *print-dup*
2323
* DONE *print-length*
2424
* DONE *print-level*
2525
* DONE *print-meta*
@@ -37,7 +37,7 @@ does what?
3737
* -'
3838
* DONE ->
3939
* DONE ->>
40-
* ->ArrayChunk
40+
* DONE ->ArrayChunk
4141
* ->Vec
4242
* ->VecNode
4343
* ->VecSeq
@@ -123,7 +123,7 @@ does what?
123123
* char-array
124124
* char-escape-string
125125
* char-name-string
126-
* char?
126+
* DONE char?
127127
* DONE chars
128128
* DONE chunk
129129
* DONE chunk-append
@@ -209,7 +209,7 @@ For macros only, uses clojure.core version
209209
* enumeration-seq
210210
* error-handler
211211
* error-mode
212-
* eval
212+
* DONE eval (bootstrapped)
213213
* DONE even?
214214
* DONE every-pred
215215
* DONE every?
@@ -226,17 +226,17 @@ macro currently expands into extend call
226226
* DONE filter
227227
* DONE find
228228
* TODO find-keyword
229-
* find-ns
229+
* DONE find-ns (not advanced compliation compatible)
230230
* find-protocol-impl
231231
* find-protocol-method
232232
* find-var
233233
* DONE first
234234
* DONE flatten
235235
* DONE float
236236
* float-array
237-
* float?
237+
* DONE float?
238238
* DONE floats
239-
* flush
239+
* DONE flush
240240
* DONE fn
241241
* DONE fn?
242242
* DONE fnext
@@ -327,7 +327,7 @@ does what?
327327
* DONE mapcat
328328
* DONE max
329329
* DONE max-key
330-
* memfn
330+
* DONE memfn
331331
* DONE memoize
332332
* DONE merge
333333
* DONE merge-with
@@ -342,7 +342,7 @@ does what?
342342
* DONE namespace
343343
* namespace-munge
344344
* DONE neg?
345-
* newline
345+
* DONE newline
346346
* DONE next
347347
* DONE nfirst
348348
* DONE nil?
@@ -424,9 +424,9 @@ dunno about regex
424424
* DONE re-matches
425425
* DONE re-pattern
426426
* DONE re-seq
427-
* read
427+
* DONE read (via tools.reader)
428428
* read-line
429-
* read-string
429+
* DONE read-string (via tools.reader)
430430
* DONE realized?
431431
* DONE reduce
432432
* DONE reductions
@@ -453,8 +453,8 @@ dunno about regex
453453
* TODO require
454454
ticket #8
455455
* DONE reset!
456-
* reset-meta!
457-
* resolve
456+
* DONE reset-meta!
457+
* DONE resolve (as macro)
458458
* DONE rest
459459
* restart-agent
460460
* resultset-seq
@@ -575,7 +575,7 @@ as macro
575575
* with-open
576576
* DONE with-out-str
577577
* with-precision
578-
* with-redefs
578+
* DONE with-redefs
579579
* with-redefs-fn
580580
* TODO xml-seq
581581
* DONE zero?

0 commit comments

Comments
 (0)