retroforth/array-todo.txt

46 lines
828 B
Text
Raw Normal View History

# Progress on the Array Words
Words marked complete (x) have either been rewritten to be
size-flexible, or will work w/o rewrite once the underlying
words have been updated.
Words marked with a (-) are partially updated.
[x] a:Accessors
[x] a:(fetch)
[x] a:(store)
[x] a:(fetch-next)
[x] a:(store-next)
[x] a:size/byte
[x] a:size/half
[x] a:size/word
[x] a:length
[x] a:counted-results
[ ] a:from-string
[x] a:for-each
[x] a:dup
[ ] a:copy
[x] a:to-string
[ ] a:append
[ ] a:prepend
[ ] a:chop
[ ] a:filter
[x] a:contains?
[x] a:contains/string?
[ ] a:map
[ ] a:reverse
[ ] a:th
[ ] a:fetch
[ ] a:store
[x] a:reduce
[x] a:index
[x] a:index/string
[x] a:make
[ ] a:left
[ ] a:right
[ ] a:middle
[ ] a:eq?
[x] a:-eq?
[x] a:begins-with?
[x] a:ends-with?