Doug Coleman
|
2920d2ee71
|
factor: Rename [curry] -> currier, remove some [foo] words.
The [foo] convention is not descriptive and looks like special syntax.
|
2017-08-06 00:20:35 -05:00 |
Doug Coleman
|
e189954ecc
|
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota-tuple ... ;
|
2017-06-02 11:57:05 -05:00 |
Doug Coleman
|
5aa89e6251
|
factor: Add newlines to every line.
|
2017-06-01 13:46:32 -05:00 |
Doug Coleman
|
8330256b1d
|
combinators.extras, generalizations:: Add experimental combinators for 1res, 1arg.
|
2016-05-11 11:53:29 -07:00 |
John Benediktsson
|
ceb75057da
|
change ERROR: words from throw-foo back to foo.
|
2015-08-13 16:13:05 -07:00 |
Doug Coleman
|
b6be8685c3
|
basis: ERROR: changes.
|
2015-08-13 03:20:39 -07:00 |
Doug Coleman
|
2c257f399c
|
factor: Rename MACRO: and MACRO: to have quot as the output in stack effects.
|
2015-07-18 22:16:11 -07:00 |
Doug Coleman
|
4ec2311406
|
factor: Trim whitespace after ! comments and a few USING: lines that got skipped before.
|
2015-07-18 20:14:22 -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
|
0a9c79752d
|
generalizations: Only define npick for >= 1. Fixes #1306.
|
2015-05-20 15:01:49 -07:00 |
Doug Coleman
|
41e4c48647
|
combinators.smart: Fix reduce-outputs, rename quot*n to call-n, rewrite more macros as combinators.
|
2011-11-28 12:41:50 -08:00 |
Doug Coleman
|
2b87eaa1b5
|
generalizations: Refactor stack-checker so that smart combinators can be used with curry and compose.
|
2011-11-27 20:25:22 -08:00 |
Slava Pestov
|
ea726f5680
|
Move remaining sequence operations from generalizations to sequences.generalizations where they belong
|
2010-05-18 18:36:47 -04:00 |
Joe Groff
|
ff2a53e1b8
|
clean up now-inappropriate uses of "..." in generalizations stack effects
|
2010-03-05 13:58:00 -08:00 |
Doug Coleman
|
c6b37f4da4
|
Rewrite mnapply to be a combinator instead of a macro. Write nspread* to implement mnapply
|
2010-01-31 14:48:01 -06:00 |
Doug Coleman
|
d3db7e0225
|
Add mnapply, smart-apply. Docs incoming soon
|
2010-01-29 13:47:06 -06:00 |
Joe Groff
|
9ec0c3e923
|
remove unused ntuck generalization, and rewrite napply not to use tuck
|
2009-11-05 16:12:13 -06:00 |
Joe Groff
|
02f209b30a
|
remove unused nspin generalization
|
2009-11-05 13:16:20 -06:00 |
Joe Groff
|
3f1b664b74
|
break off a "sequences.generalizations" vocab for neach, nmap, and mnmap
|
2009-10-22 13:31:03 -05:00 |
Joe Groff
|
d413e14461
|
fix nkeep so it takes a nonliteral quot
|
2009-10-15 15:04:30 -05:00 |
Joe Groff
|
d2c1f7c9c1
|
mnmap generalized m-to-n sequence combinator
|
2009-10-14 16:50:30 -05:00 |
Joe Groff
|
d9fa247b84
|
nmap-as and nmap combinators
|
2009-10-14 00:38:51 -05:00 |
Joe Groff
|
a0e27320df
|
neach generalization
|
2009-10-14 00:09:57 -05:00 |
Joe Groff
|
18b3c120a7
|
add a set-firstn generalization
|
2009-10-08 14:42:59 -05:00 |
Joe Groff
|
b150deeb11
|
refactor so that generalizations reuses the stub versions of nsequence, firstn, and n*quot needed by memoize
|
2009-10-08 12:55:52 -05:00 |
Joe Groff
|
5a2a99128b
|
add an "nspin" generalization
|
2009-10-08 11:34:20 -05:00 |
Slava Pestov
|
86118ce56a
|
generalizations: make napply work with non-literal quotations
|
2009-09-29 23:28:43 -05:00 |
Doug Coleman
|
346636ed3b
|
use iota in generalizaions
|
2009-08-19 09:53:13 -05:00 |
Doug Coleman
|
3f3d57032b
|
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
|
2009-08-13 19:21:44 -05:00 |
Doug Coleman
|
c3da7ae785
|
fix nover, add unit test
|
2009-06-19 12:58:17 -05:00 |
Doug Coleman
|
52d8c841f1
|
add nover, nbi-curry, and nbi to generalizations
|
2009-06-11 11:03:18 -05:00 |
Doug Coleman
|
407377fc98
|
rename peek -> last and update all usages
|
2009-05-25 16:38:33 -05:00 |
Slava Pestov
|
f6ff74596e
|
Removing slip 2slip 3slip nslip
|
2009-05-10 16:39:17 -05:00 |
Slava Pestov
|
7094b78821
|
Add firstn-unsafe, input<sequence-unsafe
|
2009-04-26 21:22:06 -05:00 |
Slava Pestov
|
7417a8741e
|
generalizations: fix help lint
|
2009-04-18 03:09:50 -05:00 |
Doug Coleman
|
7eaa20a4c5
|
fix stack effect of n*quot, use iota in core/slots
|
2009-04-17 18:04:41 -05:00 |
Slava Pestov
|
43e6a6987a
|
Fix circularity
|
2009-02-10 16:42:35 -06:00 |
Slava Pestov
|
3bd22a39f6
|
effects: fix bug reported by Joe where printing { f } { } <effect> kills the listener; simpler implementation of 'shuffle'; add compiler transform to 'shuffle' if effect is constant
|
2009-02-09 16:26:56 -06:00 |
Slava Pestov
|
f36ec3f0c5
|
Add nsum, nspread and nweave to generalizations
|
2009-02-07 23:04:55 -06:00 |
Doug Coleman
|
e9f2197590
|
remove a couple usings and nrev
|
2009-02-02 16:35:30 -06:00 |
Doug Coleman
|
478fca5dc6
|
Take your stinking paws off me, you damned dirty datastack vocabulary!
|
2009-01-18 21:23:33 -06:00 |
Doug Coleman
|
213a429928
|
add nappend and nappend-as, unit tests, and some docs for them
|
2009-01-18 20:26:58 -06:00 |
Slava Pestov
|
3ba56e73c3
|
Fix napply for n=1, and fix napply's docs
|
2009-01-13 19:41:12 -06:00 |
Slava Pestov
|
474b718337
|
Add ncleave combinator to generalizations
|
2008-12-09 04:20:20 -06:00 |
Slava Pestov
|
0c19abc0c1
|
Better docs for generalizations
|
2008-11-27 21:53:53 -06:00 |
Slava Pestov
|
5402162df5
|
Add mnswap macro
|
2008-11-27 21:07:50 -06:00 |
Slava Pestov
|
30f93f547f
|
generalizations and delegate no longer uses >r/r>
|
2008-11-25 16:47:47 -06:00 |
Eduardo Cavazos
|
de95773574
|
generalizations: Update 'npick' to not use >r and r>
|
2008-11-25 05:55:49 -06:00 |
Slava Pestov
|
0b6916158d
|
Fix [ ] nsequence
|
2008-11-21 03:36:37 -06:00 |
Slava Pestov
|
c19f2257f4
|
Fix permission bits
|
2008-10-02 08:34:49 -05:00 |