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
|
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 |
Aaron Schaefer
|
b5b207a484
|
Add test files for all Project Euler solutions
|
2008-11-05 01:11:15 -05:00 |
Doug Coleman
|
7c09936f30
|
use butlast, butlast-slice
"extra/foo" resource-path -> "resource:extra/foo"
|
2008-05-06 12:37:11 -05:00 |
Daniel Ehrenberg
|
62f9ed5dbd
|
putting encodings on all file readers/writers
|
2008-02-16 22:17:41 -06:00 |
Aaron Schaefer
|
c64fe3d07b
|
Solution to Project Euler problem 42
|
2008-02-03 18:42:45 -05:00 |
Aaron Schaefer
|
50a3ad54da
|
Cleanup of all Project Euler solutions thus far
|
2008-01-06 21:18:59 -05:00 |
Aaron Schaefer
|
75c126fef0
|
Fix path generation for Project Euler problem files
|
2008-01-02 19:11:08 -05:00 |
Aaron Schaefer
|
897a8ed8aa
|
Replace '<file-reader> contents' with 'file-contents' in all vocabs
|
2007-12-31 14:47:24 -05:00 |
Aaron Schaefer
|
2f04bfadbe
|
Merge http://littledan.onigirihouse.com/factor.git
Conflicts:
extra/project-euler/010/010.factor
extra/project-euler/018/018.factor
extra/project-euler/019/019.factor
extra/project-euler/067/067.factor
extra/project-euler/project-euler.factor
|
2007-12-30 22:41:04 -05:00 |
Aaron Schaefer
|
2ab01a8f25
|
Fix amicable-pair? false positives
|
2007-12-25 15:08:37 -05:00 |
Aaron Schaefer
|
50c3b5de14
|
Solutions to Project Euler problems 18 and 67
Added appropriate words to common.factor and got rid of number>digits for the time being.
|
2007-12-24 04:32:19 -05:00 |
Samuel Tardieu
|
8d268ba858
|
Factor solution to project Euler problem 67
|
2007-12-22 01:45:51 +01:00 |