Slava Pestov
|
8aa6f673aa
|
Optimizations and load fixes
|
2008-08-24 03:59:37 -05:00 |
Slava Pestov
|
60dd301497
|
Merge branch 'master' into new_optimizer
|
2008-08-18 20:31:57 -05:00 |
Slava Pestov
|
95657e5742
|
Remove some funny retain stack usage
|
2008-08-18 20:13:24 -05:00 |
Slava Pestov
|
1f89f9bd86
|
Merge branch 'master' into new_optimizer
|
2008-08-18 16:44:01 -05:00 |
Slava Pestov
|
8b55b53269
|
Re-implement reverse to fix obscure problem
|
2008-08-18 16:40:50 -05:00 |
Slava Pestov
|
3735f135c0
|
Move nths word to core
|
2008-08-13 18:56:41 -05:00 |
Slava Pestov
|
47376d86f8
|
Add 2map-into, 2change-each
|
2008-07-22 04:44:33 -05:00 |
Slava Pestov
|
ac2bf0b87d
|
Adding inline recursive declarations
|
2008-07-18 19:22:59 -05:00 |
Slava Pestov
|
d0ae6bdb8f
|
Make array length foldable
|
2008-07-16 16:48:09 -05:00 |
Slava Pestov
|
e6f03f9a4e
|
Documentation updates
|
2008-07-13 19:55:54 -05:00 |
Slava Pestov
|
7ca3c2a878
|
Various minor compiler tweaks
|
2008-07-12 01:08:30 -05:00 |
Slava Pestov
|
5d9c1ea0a0
|
Documentation updates, rename unfold to produce
|
2008-07-10 01:00:27 -05:00 |
U-SLAVA-DFB8FF805\Slava
|
0051a50b75
|
Move general shufflers and combinators into generalizations, move narray there too
|
2008-07-07 19:36:33 -05:00 |
Slava Pestov
|
ef2fddb1ec
|
Fix conflict
|
2008-07-03 16:46:21 -05:00 |
Eduardo Cavazos
|
e815494578
|
sequences: add sigma and count
|
2008-07-03 12:24:16 -05:00 |
Slava Pestov
|
f7b7001f39
|
BOA constructors now check types
|
2008-06-30 01:44:58 -05:00 |
Slava Pestov
|
3b41e31584
|
More tuple declaration work
|
2008-06-29 21:37:57 -05:00 |
Slava Pestov
|
0be00f03e6
|
Mirrors now check sot t slot types, support type coercion for setters, instance? now infers, better transform for 'new', more efficient 'case' where keys are all wrappers
|
2008-06-29 02:12:44 -05:00 |
Slava Pestov
|
8f140402b3
|
Move short to core
|
2008-06-18 05:58:05 -05:00 |
Slava Pestov
|
229ad78907
|
Slight cleanup
|
2008-06-15 00:32:48 -05: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 |
Slava Pestov
|
5cb13132af
|
adjoin and conjoin words added
|
2008-05-25 19:44:37 -05:00 |
Slava Pestov
|
dc1a423f88
|
Document clumps
|
2008-05-24 21:49:48 -05:00 |
Slava Pestov
|
c60baf1232
|
sift and harvest words added
|
2008-05-13 23:36:55 -05:00 |
Doug Coleman
|
fd531c1a31
|
rename butlast to but-last
|
2008-05-07 01:38:34 -05:00 |
Doug Coleman
|
e771314833
|
add butlast and butlast-slice with docs
|
2008-05-06 12:36:32 -05:00 |
Slava Pestov
|
255a86c2df
|
Move unclip-last-slice to sequences
|
2008-05-05 00:14:43 -05:00 |
Slava Pestov
|
fa1938eda1
|
Move unclip-last to sequences
|
2008-05-05 00:13:17 -05:00 |
Doug Coleman
|
e264537a1a
|
reverse the arguments of diff, assoc-diff
fix lots of usings
fix help-lint
|
2008-04-26 02:01:06 -05:00 |
Doug Coleman
|
15402ed1b4
|
core 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:12:44 -05:00 |
Slava Pestov
|
18c2f11d06
|
Move columns, bit-vectors, byte-vectors, float-vectors to extra
|
2008-04-19 22:56:28 -05:00 |
Doug Coleman
|
4597cab824
|
move some words to sets
write docs for sets
started on usings..
|
2008-04-14 02:20:37 -05:00 |
Doug Coleman
|
83aad018ca
|
add union word
move prune
|
2008-04-14 01:14:46 -05:00 |
Doug Coleman
|
f80085ff0a
|
seq-diff -> diff
seq-intersect -> intersect
|
2008-04-13 23:09:42 -05:00 |
Doug Coleman
|
30b75a797a
|
construct-boa -> boa
construct-empty -> new
|
2008-04-13 15:06:09 -05:00 |
Doug Coleman
|
fafd00bae7
|
rename new -> new-sequence
|
2008-04-13 12:54:58 -05:00 |
Slava Pestov
|
f7f7972756
|
Sequence equality on slices and reversals
|
2008-04-07 20:07:03 -05:00 |
Slava Pestov
|
5346e1899f
|
Working on call-next-method, and identity-tuple
|
2008-04-02 21:27:49 -05:00 |
Eduardo Cavazos
|
9e96befa69
|
Remove add and add*
|
2008-03-31 19:24:29 -06:00 |
Eduardo Cavazos
|
01d0ab20c6
|
sequences: new words: prefix and suffix
|
2008-03-31 15:28:21 -06:00 |
Slava Pestov
|
c22af5c7a6
|
Rename 2apply to bi@
|
2008-03-29 20:36:58 -05:00 |
Slava Pestov
|
690621ffb6
|
Change PREDICATE: syntax
|
2008-03-26 18:23:19 -05:00 |
Doug Coleman
|
936bd26a3a
|
update core/ to use ERROR:
|
2008-03-20 15:00:49 -05:00 |
Doug Coleman
|
d0b348591a
|
path+, prepend
|
2008-03-19 19:15:43 -05:00 |
Slava Pestov
|
dcdee4ec6f
|
Minor core features
|
2008-03-11 03:30:14 -05:00 |
Slava Pestov
|
cc600ad54f
|
Cleanups and fixes
|
2008-02-23 22:48:45 -06:00 |
Slava Pestov
|
53c1ff1cc8
|
Make a word inline
|
2008-02-14 20:27:25 -06:00 |
Slava Pestov
|
e66e6d70e4
|
Moved dispatch to sequences.private
|
2008-02-11 01:19:53 -06:00 |
Slava Pestov
|
bb429425e9
|
New split-reduce combinator
|
2008-02-11 00:16:30 -06:00 |
Slava Pestov
|
b870bce81d
|
Add inline declarations
|
2008-01-13 17:09:01 -05:00 |