Aaron Schaefer
|
e59e051c74
|
Use [0,b) and iota where appropriate
|
2009-05-01 22:26:49 -04:00 |
Doug Coleman
|
332bde4173
|
use iota in a few places
|
2009-04-17 16:17:11 -05: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 |
Aaron Schaefer
|
a4efa8cb08
|
Minor updates to standardize new Project Euler solutions
|
2008-07-20 21:52:39 -04:00 |
Slava Pestov
|
045b657474
|
Move replicate into core; move selection sort into its own vocab; remove usages of and? and or? which are redundant now
|
2008-06-13 01:51:46 -05:00 |
Doug Coleman
|
439c138aa5
|
fix load errors
|
2008-04-26 11:03:41 -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 |
Slava Pestov
|
7faa9a8312
|
Oops
|
2008-04-19 04:52:50 -05:00 |
Slava Pestov
|
625d4037fe
|
Minor tweak to project-euler
|
2008-04-17 12:22:04 -05:00 |
Eric Mertens
|
a25c7e1842
|
Improve project-euler.150
|
2008-04-16 10:30:03 -07:00 |
Eric Mertens
|
3483317cfb
|
Add project-euler.150
|
2008-04-16 02:25:38 -07:00 |