John Benediktsson
|
b82d866340
|
sequences: bring back check-length.
|
2015-07-20 09:58:12 -07:00 |
John Benediktsson
|
3ea9f09f6a
|
fix some sets:members.
|
2015-07-20 09:32:31 -07:00 |
John Benediktsson
|
fb688cc08b
|
sequences: integer length for repetition, use English.
|
2015-07-17 17:42:41 -07:00 |
John Benediktsson
|
17386d0608
|
Revert "sequences: simplify find-from and find-last-from."
This reverts commit 903b8eec0b .
|
2015-07-17 16:41:56 -07:00 |
John Benediktsson
|
743928ae7d
|
sequences: use check-length to force integer partial dispatch in iteration.
|
2015-07-17 13:59:33 -07:00 |
John Benediktsson
|
9c4b3e7e43
|
sequences: define a 2each-from, use each-from more.
|
2015-07-17 13:40:01 -07:00 |
John Benediktsson
|
903b8eec0b
|
sequences: simplify find-from and find-last-from.
|
2015-07-17 13:26:43 -07:00 |
John Benediktsson
|
9fad4187f3
|
sequences: adding a subseq-unsafe that doesn't check slice bounds.
|
2015-07-17 12:14:33 -07:00 |
John Benediktsson
|
8e8b15c515
|
sequences: fix help-lint.
|
2015-07-16 17:18:14 -07:00 |
John Benediktsson
|
94cddbe927
|
sequences: integer slots in slice, don't store reason in slice-error.
|
2015-07-16 15:35:03 -07:00 |
John Benediktsson
|
94ed98e78c
|
Use $sequence in a few places.
|
2015-07-14 15:57:18 -07:00 |
Doug Coleman
|
43d6f1d3e2
|
factor: Retrying on the unit tests. Also normalize some syntax with FUNCTION:.
|
2015-07-02 17:28:17 -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 |
John Benediktsson
|
d07564532d
|
sequences: make concat-as inline and don't special-case empty.
|
2015-06-06 09:28:00 -07:00 |
John Benediktsson
|
2c3492a916
|
minor cleanup to some docs.
|
2015-05-13 16:09:14 -07:00 |
John Benediktsson
|
55122d9141
|
sequences: adding related-words for filter and reject.
|
2015-05-12 19:08:21 -07:00 |
John Benediktsson
|
6071ea98f7
|
sequences: adding reject/reject-as/reject!.
|
2015-05-12 18:39:19 -07:00 |
Doug Coleman
|
2dc5590966
|
sequences: Add some examples of head and tail with short.
|
2014-12-17 17:43:18 -08:00 |
John Benediktsson
|
b377ea313c
|
assocs: moving map-index back to sequences, change zip and zip-index to make alists.
|
2014-11-11 18:13:01 -08:00 |
Doug Coleman
|
7cfa9d9518
|
assocs: Make map-index-as support seq or assoc exemplars and move map-index, map-index-as to assocs because they need to use new-assoc. Make zip-index-as support assoc exemplars. Fix up docs and tests.
assocs.extras: Remove zip-as and move tests to assocs.
|
2014-11-08 18:18:00 -08:00 |
Doug Coleman
|
0a0895f90f
|
assocs: Add zip-index, zip-index-as and docs/tests.
sequences: Add map-index-as for symmetry and docs/tests.
|
2014-11-08 00:39:38 -08:00 |
John Benediktsson
|
f3a8546b23
|
core: get rid of some unnecessary wrappers.
|
2014-11-02 20:16:22 -08:00 |
Doug Coleman
|
25bf840d79
|
sequences: Add examples for some words.
|
2014-11-02 09:44:03 -08:00 |
Doug Coleman
|
2ebbd75ebc
|
sequences: Better docs for member?
|
2014-10-31 17:50:49 -07:00 |
Doug Coleman
|
7e6311a62a
|
sequences: Add examples for member? word.
|
2014-10-31 17:46:36 -07:00 |
John Benediktsson
|
0a93877d4b
|
sequences: make sum-lengths generic.
|
2014-06-02 08:40:38 -07:00 |
John Benediktsson
|
cea47b896d
|
more doc types.
|
2014-05-26 07:51:19 -07:00 |
John Benediktsson
|
57f9d78892
|
improve help by linking to types directly.
|
2014-05-23 20:20:15 -07:00 |
John Benediktsson
|
73d65aacb3
|
core: update some help $value types.
|
2014-05-23 14:24:04 -07:00 |
John Benediktsson
|
98935b7f15
|
docs: change ``{ $quotation "( x -- y )" }`` to ``{ $quotation ( x -- y ) }``.
|
2014-05-18 20:09:10 -07:00 |
Björn Lindqvist
|
669bb0a77e
|
Docs: stub docs for some compiler-related words
|
2014-05-10 17:13:48 -07:00 |
Björn Lindqvist
|
b72fa3ba0a
|
Docs: fixed doc example errors triggered by help-lint and added with-disposal where applicable
|
2014-04-14 08:42:10 -07:00 |
Björn Lindqvist
|
6b061ffabf
|
Docs: example for head? and subwords
|
2014-04-14 08:42:09 -07:00 |
John Benediktsson
|
9c1dd0ad58
|
sequences: faster interleave.
|
2014-03-12 12:51:32 -07:00 |
John Benediktsson
|
47b96f6891
|
Revert "sequences: require integers for slice and repetition."
This reverts commit 5e87cdb3a9b5885c6648ffaf6e5e9a2edc5fd200.
|
2014-03-12 07:27:39 -07:00 |
John Benediktsson
|
550118e608
|
sequences: require integers for slice and repetition.
|
2014-02-21 08:36:31 -08:00 |
John Benediktsson
|
ab4a058b2c
|
sequences: implement sum on repetitions.
|
2014-02-09 08:05:26 -08:00 |
John Benediktsson
|
64e56f65ef
|
sequences: faster head? and tail?.
|
2014-02-06 20:49:39 -08:00 |
John Benediktsson
|
a96efb16c2
|
sequences: cleanup docs for tail.
|
2014-01-08 10:55:25 -08:00 |
John Benediktsson
|
d87a1da62f
|
sequences: change trim-head to not call length unless it needs to.
|
2014-01-08 10:19:26 -08:00 |
John Benediktsson
|
086bba3403
|
sequences: add some tests for repetition.
|
2013-08-05 09:56:44 -07:00 |
John Benediktsson
|
1d5a598929
|
sequences: don't allow negative repetitions.
|
2013-08-05 09:56:44 -07:00 |
John Benediktsson
|
cee38e1f40
|
sequences: change filter-as to allocate length of seq not exemplar.
|
2013-05-20 16:22:23 -07:00 |
John Benediktsson
|
179f063eb9
|
sequences: fix test case.
|
2013-05-07 06:18:13 -07:00 |
John Benediktsson
|
a5bc30ba42
|
sequences: change binary-reduce not to be row-polymorphic until #879 is fixed.
|
2013-05-06 16:17:57 -07:00 |
John Benediktsson
|
71ad332027
|
sequences: implement sum on iota-tuple.
|
2013-05-06 16:02:49 -07:00 |
John Benediktsson
|
89d4fdfb75
|
sequences: cleanup shared code between supremum-by and infimum-by.
|
2013-04-17 15:29:42 -07:00 |
John Benediktsson
|
21463894e7
|
sequences: faster remove-nth.
|
2013-04-17 09:05:19 -07:00 |