Commit Graph

9711 Commits (c31d4c262af390827de3aa7a4cf21adc71686cc2)

Author SHA1 Message Date
Doug Coleman cec3f6036e freetype: Disable on mac. Fixes #588. 2012-07-31 12:00:21 -07:00
Doug Coleman 054e4cd417 clutter: load gtk first. Fixes #598. 2012-07-31 12:00:21 -07:00
John Benediktsson 537a9af0a8 math.extras: adding moving sum/supremum/infimum. 2012-07-30 16:16:10 -07:00
John Benediktsson 70a594133f make some predicates return t/f instead of something/f. 2012-07-29 10:52:46 -07:00
John Benediktsson 8668993297 benchmark.dispatch4: split into two benchmarks. 2012-07-27 15:50:12 -07:00
John Benediktsson ca3a297e60 benchmark.sum-file: removing dependency on random. 2012-07-27 15:44:38 -07:00
John Benediktsson 70d4690289 tools.scaffold: rename scaffold-help to scaffold-docs. 2012-07-27 15:24:30 -07:00
John Benediktsson c80de1abc9 math.extras: more maths functions. 2012-07-27 12:44:51 -07:00
John Benediktsson 4575bdaa4a io.streams.256color: use "\e" escape. 2012-07-26 19:15:27 -07:00
John Benediktsson 0cbe3db2d9 sequences.extras: adding "unsurround" word. 2012-07-24 17:24:58 -07:00
John Benediktsson 44db34f063 xkcd: rename private words. 2012-07-24 16:00:17 -07:00
John Benediktsson 182d3e5f6f xkcd: having XKCD in a terminal - priceless. 2012-07-24 15:55:04 -07:00
John Benediktsson e09c40ba17 yahoo: fix help-lint. 2012-07-24 15:22:07 -07:00
John Benediktsson a801e7e1a1 couchdb: use CONSTANT:. 2012-07-24 15:04:32 -07:00
John Benediktsson 1e5e59fb0b dice: implementing randomized dice rolling with EBNF. 2012-07-24 15:04:31 -07:00
John Benediktsson 6d75b2fa15 xkcd: adding a summary.txt. 2012-07-24 15:04:31 -07:00
Doug Coleman 8fc7b329c6 html.elements: Use CONSTANT: 2012-07-24 14:16:17 -07:00
Doug Coleman 2a98c2dcd9 google.search: Add fileFormat slot. Rename http-search to google-search 2012-07-24 14:09:29 -07:00
Doug Coleman c8fa16583e yahoo!: rename search-yahoo to yahoo-search 2012-07-24 14:09:03 -07:00
John Benediktsson ca26e036f4 io.streams.256color: adding some tests. 2012-07-24 12:03:22 -07:00
John Benediktsson ac1373d640 google.search: adding simple wrapper for Google Search API. 2012-07-24 11:57:42 -07:00
John Benediktsson 654ecca63c xkcd: adding words to view XKCD comics in the listener. 2012-07-24 11:11:42 -07:00
John Benediktsson 444420d6e4 txon: adding reader and writer words for TXON format. 2012-07-24 09:49:45 -07:00
John Benediktsson 0f7e41b7d6 io.streams.256color: fixing grayscale, adding authors and summary files. 2012-07-24 09:47:55 -07:00
John Benediktsson db76e0b022 rename some words to x>sequence and sequence>x. 2012-07-23 21:28:38 -07:00
John Benediktsson ae7c69b3b3 io.streams.256color: adding a "256color-terminal?" word and minor cleanup. 2012-07-23 17:46:27 -07:00
John Benediktsson 2a087c5596 io.streams.256color: adding a xterm-256color style stream. 2012-07-23 14:36:55 -07:00
John Benediktsson 3433bf0e11 sequence.extras: fix using for tests. 2012-07-23 09:16:10 -07:00
John Benediktsson 031b5f3fdd sequences.extras: fix bug in infimum-by/supremum-by. 2012-07-23 07:52:27 -07:00
John Benediktsson e654e4afd9 Using "same?" in more places. 2012-07-21 10:22:44 -07:00
John Benediktsson 59a71599b1 mongodb/couchdb: use associate where possible. 2012-07-20 09:41:05 -07:00
John Benediktsson 061f885268 io.sockets.secure.unix.debug: move to io.sockets.secure.debug (not unix specific). 2012-07-19 19:17:52 -07:00
John Benediktsson 3941c7b16b benchmark: assert some results. 2012-07-19 19:10:09 -07:00
Doug Coleman c457bed725 lint: remove make-assoc 2012-07-19 17:41:55 -07:00
Doug Coleman 77a2eb3bde koszul: Remove make-assoc 2012-07-19 17:41:46 -07:00
John Benediktsson 7ceb0e391c benchmark: rename main methods to be consistent. 2012-07-19 17:36:42 -07:00
John Benediktsson edd279d4fa "filter empty?" is "any? not". 2012-07-19 16:33:01 -07:00
John Benediktsson eb2967c56c more cleanup of with-scope. 2012-07-19 15:11:33 -07:00
John Benediktsson 79c2d567a7 more H{ } make fixes. 2012-07-19 14:38:22 -07:00
John Benediktsson 8315a41f86 google.translate: fix using. 2012-07-19 13:56:13 -07:00
John Benediktsson 09d972018d cleanup some use of with-scope. 2012-07-19 13:55:34 -07:00
John Benediktsson b05a59afd8 more use of H{ } make. 2012-07-19 11:24:45 -07:00
John Benediktsson 7104c2d7b9 using the new H{ } make. 2012-07-19 09:50:09 -07:00
John Benediktsson 3cb115f31b benchmark.fib: give each benchmark a unique main method name. 2012-07-19 08:18:18 -07:00
Doug Coleman 2b1b898737 with-variables: Monads has its own bind word. missed one bind in koszul. 2012-07-19 01:52:22 -07:00
Doug Coleman 9a220ef78c 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 03a86c98e5 sequences.extras: adding ?trim. 2012-07-18 11:41:23 -07:00
John Benediktsson 3d3843ce0c benchmark.regexp: simple regexp matching benchmark. 2012-07-17 20:35:39 -07:00
John Benediktsson 258f1110ea benchmark.memoize: add zero arg memoized function. 2012-07-17 17:49:09 -07:00
John Benediktsson 7bd0dae43c benchmark.memoize: adding a benchmark for memoization. 2012-07-17 16:02:00 -07:00