Commit Graph

23839 Commits (e374f2fa19da526356258baca386916bce11010b)

Author SHA1 Message Date
John Benediktsson 76882d2c25 kernel: adding docs for "same?" 2012-07-21 19:43:16 -07:00
John Benediktsson 493176a3b5 make: switch to with-variable instead of with-scope. 2012-07-21 10:44:54 -07:00
John Benediktsson 4e72d80256 Using "same?" in more places. 2012-07-21 10:22:44 -07:00
John Benediktsson 71cd7c5f81 kernel: adding "same?" which is "bi@ =". 2012-07-21 10:22:29 -07:00
Doug Coleman bf8d455e9c compiler: Fix /mod simplications in dead-code, add unit tests. Fixes 2012-07-21 03:41:42 -07:00
John Benediktsson 4fe25c8fd2 vocabs.parser: speedup parse-datum for numbers. 2012-07-20 22:48:47 -07:00
John Benediktsson c22893eec8 namespaces: do not create globals via "foo get". 2012-07-20 15:09:06 -07:00
John Benediktsson 44854b6b03 tools.continuations: need one more rename. 2012-07-20 15:03:45 -07:00
John Benediktsson 861c6a29ce xml.errors: using code generation to make XML error classes. 2012-07-20 13:39:09 -07:00
Doug Coleman a7a34a3b9a continuations: change continuation word to current-continuation. continuation is now just the tuple name. issue 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 
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