John Benediktsson
|
75c6065a14
|
project-euler: removing unnecessary IN: in -tests.
|
2018-02-14 17:16:47 -08: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 |
Slava Pestov
|
7826543d2e
|
sequences: add cartesian-each, cartesian-map, cartesian-product words to eliminate some duplication throughout the codebase
|
2010-02-25 20:54:57 +13:00 |
Slava Pestov
|
f995542246
|
Project Euler solutions had MAIN: words which would leave values on the stack; add a new SOLUTION: parsing word now that MAIN: cannot do that
|
2009-03-18 23:05:32 -05:00 |
Doug Coleman
|
475f89645d
|
fix load error
|
2009-02-02 15:51:42 -06:00 |
Slava Pestov
|
b684db297a
|
Use [ max ] map-reduce instead of map supremum; would be nice to find a good name for this and put it in sequences vocab
|
2009-02-02 03:46:10 -06:00 |
Aaron Schaefer
|
b5b207a484
|
Add test files for all Project Euler solutions
|
2008-11-05 01:11:15 -05:00 |
Aaron Schaefer
|
3ccc624dd4
|
Solution to Project Euler problem 56
|
2008-02-08 21:17:45 -05:00 |