Doug Coleman
|
a7a34a3b9a
|
continuations: change continuation word to current-continuation. continuation is now just the tuple name. issue #358
|
2012-07-20 12:30:14 -07:00 |
Doug Coleman
|
350035fe27
|
prettyprint.sections: Rename text tuple to text-section
|
2012-07-20 12:30:14 -07:00 |
Doug Coleman
|
d979478bc4
|
stack-checker: meta-d was a word and symbol, now meta-d word and (meta-d) symbol
issuse #358
|
2012-07-20 12:30:14 -07:00 |
John Benediktsson
|
7a615ae33b
|
help: don't make word help create global boxes.
|
2012-07-20 12:00:47 -07:00 |
John Benediktsson
|
fa0a0939f9
|
formatting: some cleanup, minor performance improvements.
|
2012-07-20 09:41:05 -07:00 |
John Benediktsson
|
5afca2989c
|
mongodb/couchdb: use associate where possible.
|
2012-07-20 09:41:05 -07:00 |
Doug Coleman
|
b656c8ef9e
|
hashtables: Revert size of associate, but keep inlined. ~10s speedup on bootstrap
|
2012-07-20 09:30:37 -07:00 |
John Benediktsson
|
00056e2ea7
|
hashtables: use H{ } clone in associate, make it inline.
|
2012-07-20 09:04:51 -07:00 |
John Benediktsson
|
9d5530f3e4
|
assocs: inline assoc-empty? and make M\ enum at* not check bounds twice.
|
2012-07-20 09:04:51 -07:00 |
John Benediktsson
|
3502c5fbc2
|
sequences: fix typo in docs for shorten.
|
2012-07-20 09:04:51 -07:00 |
Doug Coleman
|
46b06e28a6
|
namespaces: Oops, one escaped the lab
|
2012-07-20 08:38:53 -07:00 |
John Benediktsson
|
2398580eb8
|
io.sockets.secure.unix.debug: move to io.sockets.secure.debug (not unix specific).
|
2012-07-19 19:17:52 -07:00 |
John Benediktsson
|
8d08230f44
|
benchmark: assert some results.
|
2012-07-19 19:10:09 -07:00 |
Doug Coleman
|
32ff5f4b9b
|
http: Use make
|
2012-07-19 17:52:43 -07:00 |
Doug Coleman
|
99ec318a98
|
compiler.tree.debugger: Remove make-assoc
|
2012-07-19 17:48:02 -07:00 |
Doug Coleman
|
7240ccb20e
|
make: Add ,+ to make
|
2012-07-19 17:47:50 -07:00 |
Doug Coleman
|
7327999e0a
|
cookbook: One less pitfall.
|
2012-07-19 17:44:00 -07:00 |
Doug Coleman
|
552e35ea97
|
lint: remove make-assoc
|
2012-07-19 17:41:55 -07:00 |
Doug Coleman
|
1a0ed4ee6b
|
koszul: Remove make-assoc
|
2012-07-19 17:41:46 -07:00 |
John Benediktsson
|
2e86fd6af0
|
benchmark: rename main methods to be consistent.
|
2012-07-19 17:36:42 -07:00 |
Doug Coleman
|
d9da6e4781
|
match: make-assoc: -1
|
2012-07-19 17:35:00 -07:00 |
John Benediktsson
|
23d6c4fe4a
|
match: whoops.
|
2012-07-19 17:09:23 -07:00 |
John Benediktsson
|
eb6c03c536
|
match: revert to previous behavior, had a bug.
|
2012-07-19 16:56:08 -07:00 |
John Benediktsson
|
0cfc78c37c
|
"filter empty?" is "any? not".
|
2012-07-19 16:33:01 -07:00 |
John Benediktsson
|
d33877a941
|
prettyprint.config: string-limit? shouldn't be a global.
|
2012-07-19 15:31:08 -07:00 |
John Benediktsson
|
16b046af76
|
more cleanup of with-scope.
|
2012-07-19 15:11:33 -07:00 |
John Benediktsson
|
3ea37a93eb
|
more H{ } make fixes.
|
2012-07-19 14:38:22 -07:00 |
John Benediktsson
|
20613bc4e1
|
google.translate: fix using.
|
2012-07-19 13:56:13 -07:00 |
John Benediktsson
|
1a73e79ef7
|
cleanup some use of with-scope.
|
2012-07-19 13:55:34 -07:00 |
John Benediktsson
|
6c8c5992a1
|
make: change default size of make-assoc.
|
2012-07-19 13:53:42 -07:00 |
John Benediktsson
|
88e0936618
|
more cleanup for H{ } make.
|
2012-07-19 11:39:56 -07:00 |
John Benediktsson
|
90d0951ada
|
more use of H{ } make.
|
2012-07-19 11:24:45 -07:00 |
John Benediktsson
|
559b5bfa5b
|
using the new H{ } make.
|
2012-07-19 09:50:09 -07:00 |
John Benediktsson
|
04320d27f4
|
fixing some docs.
|
2012-07-19 09:47:14 -07:00 |
John Benediktsson
|
3e19d9d18d
|
make: allow make to be used to create assocs.
|
2012-07-19 09:35:28 -07:00 |
John Benediktsson
|
e8c13ebe40
|
benchmark.fib: give each benchmark a unique main method name.
|
2012-07-19 08:18:18 -07:00 |
Doug Coleman
|
6f2968b404
|
with-variables: Monads has its own bind word. missed one bind in koszul.
|
2012-07-19 01:52:22 -07:00 |
Doug Coleman
|
1da8666a70
|
io.sockets.unix: Needs to still use namespaces. Clean up using lists.
|
2012-07-19 00:53:09 -07:00 |
Doug Coleman
|
42f4dc36b2
|
namespaces: Rename ``bind`` to ``with-variables``. Update a few places that called ``global [ ] with-variables`` to use ``with-global``.
|
2012-07-19 00:02:47 -07:00 |
John Benediktsson
|
ac9fc4035f
|
sequences: faster last / set-last.
|
2012-07-18 12:31:53 -07:00 |
John Benediktsson
|
bf3dbde042
|
csv: more permission parsing.
|
2012-07-18 12:24:24 -07:00 |
John Benediktsson
|
60927a7925
|
sequences.extras: adding ?trim.
|
2012-07-18 11:41:23 -07:00 |
John Benediktsson
|
75778c89c1
|
Revert "alien: these make "utf8 encode" 7-8% faster."
This reverts commit c9664e746b .
|
2012-07-18 07:56:05 -07:00 |
John Benediktsson
|
daaa62d498
|
core-foundation.strings: using map!.
|
2012-07-17 22:54:08 -07:00 |
John Benediktsson
|
940848a813
|
alien: these make "utf8 encode" 7-8% faster.
|
2012-07-17 22:52:37 -07:00 |
John Benediktsson
|
126fbd45a7
|
benchmark.regexp: simple regexp matching benchmark.
|
2012-07-17 20:35:39 -07:00 |
John Benediktsson
|
0359a4e823
|
math.intervals: using short-circuit logic.
|
2012-07-17 20:08:12 -07:00 |
John Benediktsson
|
c8221b9f2a
|
memoize: speed up memoized functions with no arguments.
|
2012-07-17 17:51:15 -07:00 |
John Benediktsson
|
667a00a69c
|
benchmark.memoize: add zero arg memoized function.
|
2012-07-17 17:49:09 -07:00 |
John Benediktsson
|
632f0d9810
|
memoize: use unsafe words.
|
2012-07-17 16:24:30 -07:00 |