Doug Coleman
|
330c7ba156
|
factor: Removing SLOT: nth/at/global in favor of using change: at for tuple slots named ``at`` and change-at for hashtables.
Redo many FROM: and QUALIFIED: and using lists.
|
2015-08-12 08:49:02 -05:00 |
Doug Coleman
|
00338f62f3
|
factor: put inline on same line as ; for experimentation
|
2015-08-10 12:55:27 -05:00 |
Doug Coleman
|
1fcf96cada
|
factor: remove """ string syntax for now. there are HEREDOC:, STRING:, escaping \", and something else soon.
|
2015-07-25 22:59:56 -07:00 |
John Benediktsson
|
5eec781b40
|
use ``if*`` instead of ``dup [ ] [ drop ] if``.
|
2015-07-20 22:24:30 -07:00 |
Doug Coleman
|
892c62e1dc
|
factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test
|
2015-07-03 09:39:59 -07:00 |
Doug Coleman
|
59f3b1ea57
|
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!"
Needs a bit more work.
This reverts commit 7e54cc2824 .
|
2015-07-02 13:47:06 -07:00 |
Doug Coleman
|
7e54cc2824
|
factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!
|
2015-07-02 11:36:08 -07:00 |
Doug Coleman
|
999aa7c897
|
factor: clean up spaces in -tests files
|
2015-07-02 10:34:01 -07:00 |
Doug Coleman
|
352e5de16a
|
core, basis, extra: Remove DOS line endings from files.
Remove whitespace from end of lines.
Add a newline to the end of each file.
|
2015-06-29 17:25:40 -07:00 |
Doug Coleman
|
a2913d6bd7
|
sequences.extras: Add selector* which saves the output from the quotation
not the original value.
|
2015-05-21 22:35:23 -07:00 |
John Benediktsson
|
b366a06c41
|
use reject instead of [ ... not ] filter.
|
2015-05-12 18:50:34 -07:00 |
John Benediktsson
|
6071ea98f7
|
sequences: adding reject/reject-as/reject!.
|
2015-05-12 18:39:19 -07:00 |
John Benediktsson
|
5ea4e26bc5
|
sequences.rotated: can be a lot faster if we don't circular-wrap.
|
2015-05-11 19:41:01 -07:00 |
Jon Harper
|
46fd0b5794
|
sequences.extras: add start-all and count-subseq for searching/counting all occurences of a subseq
|
2015-05-10 11:05:16 -07:00 |
John Benediktsson
|
16213f8779
|
sequences.rotated: adding all-rotations.
|
2015-04-28 18:55:23 -07:00 |
John Benediktsson
|
501b54ce52
|
sequences.extras: adding find-last-index.
|
2015-04-27 21:26:34 -07:00 |
Benjamin Pollack
|
21fd64b271
|
Add more documentation to sequences.extras
|
2015-02-02 20:11:30 -05:00 |
John Benediktsson
|
ac23acc2c9
|
Fix some minor errors in help-lint.
|
2015-01-30 17:04:40 -08:00 |
Benjamin Pollack
|
ab5bfd90ef
|
Add more documentation for sequences.extras
|
2015-01-30 17:04:40 -08:00 |
John Benediktsson
|
d732195dad
|
sequences.extras: removing contains? (probably a bad name or a bad definition).
|
2015-01-17 10:27:39 -08:00 |
John Benediktsson
|
a7b782542d
|
sequences.extras: using sift.
|
2014-12-06 21:20:24 -08:00 |
John Benediktsson
|
6fd908da40
|
use suffix! and append!.
|
2014-12-03 11:37:34 -08:00 |
Doug Coleman
|
56f1b87a6f
|
basis, extra: Use zip-index.
|
2014-11-08 00:46:30 -08:00 |
John Benediktsson
|
7b44637177
|
sequences.extras: adding count* which returns % of counted items.
|
2014-06-10 13:06:02 -07:00 |
John Benediktsson
|
02ac0662e7
|
more doc type fixes.
|
2014-05-24 17:16:26 -07:00 |
John Benediktsson
|
13a84d1ff1
|
sequences.extras: adding replicate-into.
|
2014-02-27 14:31:25 -08:00 |
John Benediktsson
|
b5eae48068
|
sequences.extras: remove insert-sorted (can use versions in sorting.extras instead).
|
2014-01-08 11:50:35 -08:00 |
John Benediktsson
|
325d1bac2a
|
sequences.extras: use either?.
|
2014-01-05 20:28:34 -08:00 |
John Benediktsson
|
f6bd67ab46
|
sequences.extras: adding change-last and change-last-unsafe.
|
2013-10-12 16:40:51 -07:00 |
John Benediktsson
|
a8691d6dc9
|
sequences.extras: adding reject!.
|
2013-09-24 15:21:54 -07:00 |
John Benediktsson
|
62be0fde4a
|
sequences.extras: adding reject, "[ not ] compose filter".
|
2013-09-24 14:52:56 -07:00 |
John Benediktsson
|
6de8367223
|
sequences.extras: adding supremum-by* and infimum-by* that return indices.
|
2013-09-21 15:22:12 -07:00 |
John Benediktsson
|
454bffc14e
|
sequences.extras: adding nth* which is nth from the end.
|
2013-09-12 12:47:04 -07:00 |
John Benediktsson
|
430e73b16c
|
sequences.extras: adding cut-when.
|
2013-09-05 20:58:36 -07:00 |
John Benediktsson
|
c9c30c6e6d
|
sequences.extras: adding ?first{2,3,4}.
|
2013-09-04 20:39:32 -07:00 |
John Benediktsson
|
5e25b8b49f
|
sequences.extra: >resizable can't be inline for some reason...
|
2013-05-30 15:01:34 -07:00 |
John Benediktsson
|
f628e2a7ad
|
sequences.extras: fix map-concat row-polymorphic problem.
|
2013-05-30 14:54:29 -07:00 |
John Benediktsson
|
a0d8abc962
|
sequences.extras: clarify docs for subseq*.
|
2013-05-24 11:44:35 -07:00 |
John Benediktsson
|
84b5e3828f
|
sequences.extras: adding subseq* and safe-subseq.
|
2013-05-24 11:19:27 -07:00 |
John Benediktsson
|
2a846cfff9
|
sequences.extras: adding index-selector.
|
2013-05-20 17:43:26 -07:00 |
John Benediktsson
|
3ac3c69ab4
|
sequences.extras: similarly improve map-filter and filter-map.
|
2013-05-20 17:09:14 -07:00 |
John Benediktsson
|
9e2a999af3
|
sequences.extras: change filter-index to use length of seq not exemplar.
|
2013-05-20 16:59:03 -07:00 |
John Benediktsson
|
2ba006cd71
|
sequences.extras: adding remove-last.
|
2013-05-07 06:15:33 -07:00 |
John Benediktsson
|
fb441ca6dc
|
sequences.extras: adding remove-first.
|
2013-05-02 08:23:25 -07:00 |
John Benediktsson
|
23cb4c2f48
|
sequences.extras: fix test for arg-where.
|
2013-05-01 17:19:02 -07:00 |
John Benediktsson
|
e820dfa386
|
sequences.extras: faster arg-max, arg-min, arg-where, cleanup.
|
2013-05-01 14:31:14 -07:00 |
John Benediktsson
|
bcce56f46b
|
sequences.extras: cleanup, make reverse-as faster.
|
2013-05-01 14:09:34 -07:00 |
John Benediktsson
|
9243d39ef5
|
sequences.extras: adding cut-slice*.
|
2013-05-01 14:03:58 -07:00 |
John Benediktsson
|
7d27d64f36
|
sequences.extras: cleanup reduce's a little.
|
2013-04-25 20:48:04 -07:00 |
John Benediktsson
|
17415b3525
|
sequences.extras: adding subseq-as.
|
2013-04-25 20:38:07 -07:00 |