| .. |
|
001
|
extra changes:
|
2008-04-25 23:17:08 -05:00 |
|
002
|
Documentation updates, rename unfold to produce
|
2008-07-10 01:00:27 -05:00 |
|
003
|
Cleanup of all Project Euler solutions thus far
|
2008-01-06 21:18:59 -05:00 |
|
004
|
extra changes:
|
2008-04-25 23:17:08 -05:00 |
|
005
|
Cleanup of all Project Euler solutions thus far
|
2008-01-06 21:18:59 -05:00 |
|
006
|
lint on Project Euler solutions
|
2008-01-13 17:28:54 -05:00 |
|
007
|
Changing vocabs USING: to reflect which words are in lists and lists.lazy
|
2008-06-03 16:57:29 -04:00 |
|
008
|
Cleanup of all Project Euler solutions thus far
|
2008-01-06 21:18:59 -05:00 |
|
009
|
Rename 2apply to bi@
|
2008-03-29 20:36:58 -05:00 |
|
010
|
Cleanup of all Project Euler solutions thus far
|
2008-01-06 21:18:59 -05:00 |
|
011
|
assoc-find is no longer generic
|
2008-06-09 05:22:21 -05:00 |
|
012
|
Solution to Project Euler problem 42
|
2008-02-03 18:42:45 -05:00 |
|
013
|
Cleanup of all Project Euler solutions thus far
|
2008-01-06 21:18:59 -05:00 |
|
014
|
Update code for combinators.short-circuit
|
2008-06-24 13:47:54 -05:00 |
|
015
|
add initial project-euler solutions and support vocabs
|
2007-12-18 20:57:16 -05:00 |
|
016
|
Cleanup of all Project Euler solutions thus far
|
2008-01-06 21:18:59 -05:00 |
|
017
|
Update code for combinators.short-circuit
|
2008-06-24 13:47:54 -05:00 |
|
018
|
Cleanup of all Project Euler solutions thus far
|
2008-01-06 21:18:59 -05:00 |
|
019
|
Documentation updates, rename unfold to produce
|
2008-07-10 01:00:27 -05:00 |
|
020
|
Cleanup of all Project Euler solutions thus far
|
2008-01-06 21:18:59 -05:00 |
|
021
|
Update code for combinators.short-circuit
|
2008-06-24 13:47:54 -05:00 |
|
022
|
use butlast, butlast-slice
|
2008-05-06 12:37:11 -05:00 |
|
023
|
reverse args for assoc-diff, diff
|
2008-04-26 02:01:43 -05:00 |
|
024
|
Fix code for math.parser changes
|
2008-02-06 21:15:47 -06:00 |
|
025
|
Fix uses of new math constants
|
2008-01-24 18:18:12 -05:00 |
|
026
|
extra changes:
|
2008-04-25 23:17:08 -05:00 |
|
027
|
extra changes:
|
2008-04-25 23:17:08 -05:00 |
|
028
|
project-euler: sigma and count moved into sequences
|
2008-07-03 15:34:58 -05:00 |
|
029
|
add usings
|
2008-04-14 02:40:32 -05:00 |
|
030
|
extra changes:
|
2008-04-25 23:17:08 -05:00 |
|
031
|
Fix copyright date on PE solutions after the new year
|
2008-01-22 17:02:02 -05:00 |
|
032
|
combinators.lib 3apply is kernel's tri@; remove and update usages
|
2008-06-27 02:17:19 -05:00 |
|
033
|
extra changes:
|
2008-04-25 23:17:08 -05:00 |
|
034
|
extra changes:
|
2008-04-25 23:17:08 -05:00 |
|
035
|
reverse args for assoc-diff, diff
|
2008-04-26 02:01:43 -05:00 |
|
036
|
Update code for combinators.short-circuit
|
2008-06-24 13:47:54 -05:00 |
|
037
|
extra changes:
|
2008-04-25 23:17:08 -05:00 |
|
038
|
extra changes:
|
2008-04-25 23:17:08 -05:00 |
|
039
|
combinators.lib 3apply is kernel's tri@; remove and update usages
|
2008-06-27 02:17:19 -05:00 |
|
040
|
Fix code for math.parser changes
|
2008-02-06 21:15:47 -06:00 |
|
041
|
Fix PE solutions using old math.parser
|
2008-02-07 20:25:03 -05:00 |
|
042
|
use butlast, butlast-slice
|
2008-05-06 12:37:11 -05:00 |
|
043
|
Update code for combinators.short-circuit
|
2008-06-24 13:47:54 -05:00 |
|
044
|
extra changes:
|
2008-04-25 23:17:08 -05:00 |
|
045
|
Project Euler solution simplification
|
2008-02-08 20:43:44 -05:00 |
|
046
|
Solution to Project Euler problem 46
|
2008-02-10 22:11:31 -05:00 |
|
047
|
remove dipd, it's 2dip
|
2008-05-23 22:48:58 -05:00 |
|
048
|
project-euler: sigma and count moved into sequences
|
2008-07-03 15:34:58 -05:00 |
|
052
|
Update code for combinators.short-circuit
|
2008-06-24 13:47:54 -05:00 |
|
053
|
project-euler: sigma and count moved into sequences
|
2008-07-03 15:34:58 -05:00 |
|
055
|
Fix Project Euler solutions using combinators.lib stuff that moved
|
2008-02-11 15:14:56 -05:00 |
|
056
|
Solution to Project Euler problem 56
|
2008-02-08 21:17:45 -05:00 |
|
059
|
assoc-find is no longer generic
|
2008-06-09 05:22:21 -05:00 |
|
067
|
use butlast, butlast-slice
|
2008-05-06 12:37:11 -05:00 |
|
075
|
combinators.lib 3apply is kernel's tri@; remove and update usages
|
2008-06-27 02:17:19 -05:00 |
|
076
|
fix load errors
|
2008-04-26 11:03:41 -05:00 |
|
079
|
Use unzip
|
2008-07-20 01:13:46 -05:00 |
|
092
|
Solution to Project Euler problem 46
|
2008-02-10 22:11:31 -05:00 |
|
097
|
Solution to Project Euler problem 97
|
2008-02-04 01:40:47 -05:00 |
|
100
|
Add project-euler.100
|
2008-04-24 09:50:33 -07:00 |
|
116
|
Add project-euler.116
|
2008-04-16 00:04:05 -07:00 |
|
117
|
fix load errors
|
2008-04-26 11:03:41 -05:00 |
|
134
|
Fix for changed effect of uncons
|
2008-06-03 05:18:36 -04:00 |
|
148
|
Documentation updates, rename unfold to produce
|
2008-07-10 01:00:27 -05:00 |
|
150
|
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 |
|
151
|
fix load errors
|
2008-04-26 11:03:41 -05:00 |
|
164
|
export <blum-blum-shub> in random.blum-blum-shub
|
2008-04-15 22:28:20 -07:00 |
|
169
|
fix compile error
|
2008-04-14 02:43:00 -05:00 |
|
173
|
Cleanup of all Project Euler solutions thus far
|
2008-01-06 21:18:59 -05:00 |
|
175
|
case/cond
|
2008-04-11 12:57:43 -05:00 |
|
186
|
Update project-euler.186 for disjoint-sets API change
|
2008-07-20 04:05:00 -05:00 |
|
190
|
Add project-euler.190
|
2008-04-21 23:40:35 -07:00 |
|
ave-time
|
Fix load error in project-euler
|
2008-07-24 02:32:40 -05:00 |
|
common
|
Documentation updates, rename unfold to produce
|
2008-07-10 01:00:27 -05:00 |
|
authors.txt
|
move unionfind to disjoint-set, clean-ups, add project-euler 186
|
2008-04-13 03:33:49 -07:00 |
|
project-euler.factor
|
Update code for combinators.short-circuit
|
2008-06-24 13:47:54 -05:00 |
|
summary.txt
|
add initial project-euler solutions and support vocabs
|
2007-12-18 20:57:16 -05:00 |
|
tags.txt
|
add initial project-euler solutions and support vocabs
|
2007-12-18 20:57:16 -05:00 |