Commit Graph

9708 Commits (42922cee81d3ced9f907987b8c87071514068af2)

Author SHA1 Message Date
John Benediktsson 934b307ba2 make some predicates return t/f instead of something/f. 2012-07-29 10:52:46 -07:00
John Benediktsson 832e3bc53e benchmark.dispatch4: split into two benchmarks. 2012-07-27 15:50:12 -07:00
John Benediktsson 2d5a141ef5 benchmark.sum-file: removing dependency on random. 2012-07-27 15:44:38 -07:00
John Benediktsson 916c495337 tools.scaffold: rename scaffold-help to scaffold-docs. 2012-07-27 15:24:30 -07:00
John Benediktsson 01abb351b5 math.extras: more maths functions. 2012-07-27 12:44:51 -07:00
John Benediktsson fbd79553e0 io.streams.256color: use "\e" escape. 2012-07-26 19:15:27 -07:00
John Benediktsson 180cf219bc sequences.extras: adding "unsurround" word. 2012-07-24 17:24:58 -07:00
John Benediktsson eddc0326b7 xkcd: rename private words. 2012-07-24 16:00:17 -07:00
John Benediktsson 5a323780d8 xkcd: having XKCD in a terminal - priceless. 2012-07-24 15:55:04 -07:00
John Benediktsson 928a460aa1 yahoo: fix help-lint. 2012-07-24 15:22:07 -07:00
John Benediktsson 44a8bbe3e4 couchdb: use CONSTANT:. 2012-07-24 15:04:32 -07:00
John Benediktsson 56404b8b89 dice: implementing randomized dice rolling with EBNF. 2012-07-24 15:04:31 -07:00
John Benediktsson fe7b482efe xkcd: adding a summary.txt. 2012-07-24 15:04:31 -07:00
Doug Coleman adb410582c html.elements: Use CONSTANT: 2012-07-24 14:16:17 -07:00
Doug Coleman 56ee372f15 google.search: Add fileFormat slot. Rename http-search to google-search 2012-07-24 14:09:29 -07:00
Doug Coleman 51b01d73b3 yahoo!: rename search-yahoo to yahoo-search 2012-07-24 14:09:03 -07:00
John Benediktsson fe457b5773 io.streams.256color: adding some tests. 2012-07-24 12:03:22 -07:00
John Benediktsson 3c16ee05b7 google.search: adding simple wrapper for Google Search API. 2012-07-24 11:57:42 -07:00
John Benediktsson 66624ce7da xkcd: adding words to view XKCD comics in the listener. 2012-07-24 11:11:42 -07:00
John Benediktsson 06469a4865 txon: adding reader and writer words for TXON format. 2012-07-24 09:49:45 -07:00
John Benediktsson bc5139e8ff io.streams.256color: fixing grayscale, adding authors and summary files. 2012-07-24 09:47:55 -07:00
John Benediktsson 5c76cbb421 rename some words to x>sequence and sequence>x. 2012-07-23 21:28:38 -07:00
John Benediktsson 9ab4053e46 io.streams.256color: adding a "256color-terminal?" word and minor cleanup. 2012-07-23 17:46:27 -07:00
John Benediktsson a8fae26b82 io.streams.256color: adding a xterm-256color style stream. 2012-07-23 14:36:55 -07:00
John Benediktsson af6d08078a sequence.extras: fix using for tests. 2012-07-23 09:16:10 -07:00
John Benediktsson f1aeea56fb sequences.extras: fix bug in infimum-by/supremum-by. 2012-07-23 07:52:27 -07:00
John Benediktsson 4e72d80256 Using "same?" in more places. 2012-07-21 10:22:44 -07:00
John Benediktsson 5afca2989c mongodb/couchdb: use associate where possible. 2012-07-20 09:41:05 -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 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
John Benediktsson 0cfc78c37c "filter empty?" is "any? not". 2012-07-19 16:33:01 -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 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 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 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 60927a7925 sequences.extras: adding ?trim. 2012-07-18 11:41:23 -07:00
John Benediktsson 126fbd45a7 benchmark.regexp: simple regexp matching benchmark. 2012-07-17 20:35:39 -07:00
John Benediktsson 667a00a69c benchmark.memoize: add zero arg memoized function. 2012-07-17 17:49:09 -07:00
John Benediktsson 72de9badda benchmark.memoize: adding a benchmark for memoization. 2012-07-17 16:02:00 -07:00
John Benediktsson 4eeafea8be some cleanup. 2012-07-17 08:53:40 -07:00
John Benediktsson 2f325e4fee using if-zero in even more places. 2012-07-16 19:38:49 -07:00
John Benediktsson 5cc30f46f5 using if-zero in more places. 2012-07-16 15:45:21 -07:00