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
|
4d1d9b2087
|
Fix short circuit usage in Project Euler solutions
|
2008-11-06 01:41:24 -05:00 |
Aaron Schaefer
|
b5b207a484
|
Add test files for all Project Euler solutions
|
2008-11-05 01:11:15 -05:00 |
Doug Coleman
|
6e7aa21cb5
|
dont use lib
|
2008-10-02 17:40:49 -05:00 |
Aaron Schaefer
|
a4efa8cb08
|
Minor updates to standardize new Project Euler solutions
|
2008-07-20 21:52:39 -04:00 |
Eduardo Cavazos
|
bf238283da
|
Update code for combinators.short-circuit
|
2008-06-24 13:47:54 -05:00 |
Eduardo Cavazos
|
bdd66927fc
|
More short-circuit updates
|
2008-06-10 20:42:55 -05:00 |
Doug Coleman
|
b7c1f9dbe8
|
extra changes:
index* -> index-from
last-index* -> last-index-from
1 tail -> rest
1 tail-slice -> rest-slice
subset -> filter
prepose
find* -> find-from
find-last* -> find-last-from
before, after generic, < for integers
make between? work for timestamps
|
2008-04-25 23:17:08 -05:00 |
Aaron Schaefer
|
5aca313896
|
Solution to Project Euler problem 55
|
2008-02-08 22:29:12 -05:00 |
Aaron Schaefer
|
f86f36794f
|
Solution to Project Euler problem 36
|
2008-01-29 13:31:06 -05:00 |