Commit Graph

1127 Commits

Author SHA1 Message Date
Sam Caldwell bd328012a9 Merge pull request #8 from howell/master
Touch-up FAQ
2015-09-23 14:47:16 -04:00
Sam Caldwell ecb42dbbe3 Fix typo in FAQ 2015-09-22 14:48:12 -04:00
Sam Caldwell 233e536347 Add a bit about #f events to the FAQ 2015-09-22 14:48:06 -04:00
Tony Garnock-Jones 2fa909104c Typos and whitespace 2015-09-21 13:31:37 -04:00
Sam Caldwell d428853981 Create a FAQ based on email exchanges.
It's not exactly what you'd want in a FAQ, but it aggregates most of my
email exchanges with Tony and will hopefully be useful when creating a
more comprehensive collection of documentation.

I made a small effort to edit some of the information to be more usable
to a newcomer, but a lot of it is missing important context (such as
having read the paper describing the Network Calculus).
2015-09-17 22:27:35 -04:00
Tony Garnock-Jones 112c33302e 'gradient' 2015-09-09 11:44:42 -04:00
Tony Garnock-Jones c7ae3c64d3 FPS meter 2015-09-09 11:03:30 -04:00
Tony Garnock-Jones 14bd1f282d Fix glRotated call 2015-09-08 20:25:55 -04:00
Tony Garnock-Jones 6bd6eecf0e Keyboard-controlled sprite 2015-09-08 20:23:02 -04:00
Tony Garnock-Jones 7f06f3ceee simple-sprite 2015-09-08 20:15:52 -04:00
Tony Garnock-Jones b94e6113b0 Initial commit 2015-09-08 20:11:16 -04:00
Tony Garnock-Jones 7ed7ce096d Add (seal)s, for hiding structure from the routing table. Drastically improves big-bang example performance. 2015-09-07 16:05:06 -04:00
Tony Garnock-Jones eaa59161dc Ignore scratch dir 2015-08-25 16:14:36 -04:00
Tony Garnock-Jones 2a34861168 Switch back to module context; module-begin seems inappropriate? 2015-08-25 16:12:15 -04:00
Tony Garnock-Jones f6be642c97 Fix set/tset usage in endpoint.rkt 2015-08-25 15:54:23 -04:00
Tony Garnock-Jones 0a98061005 Use kernel-form-identifier-list and module-begin context for local-expand 2015-08-25 15:54:08 -04:00
Tony Garnock-Jones f52ba70b98 Toy durable key-value store 2015-08-21 17:56:03 -04:00
Tony Garnock-Jones 4d3e668ed4 Support deletion 2015-08-21 17:41:59 -04:00
Tony Garnock-Jones e54004f4e0 Simple key-value store. Not finished! 2015-08-21 17:02:41 -04:00
Leif Andersen 03b42f1917 Fix Dependencies. 2015-08-19 15:35:08 -04:00
Tony Garnock-Jones 44b6b5dcfa On-screen display of active window ID. 2015-08-18 20:14:59 -04:00
Tony Garnock-Jones 35e966cb13 Switch to arbitrary hash-order. 2015-08-18 20:14:31 -04:00
Tony Garnock-Jones 5eb155cc11 big-bang example 2015-08-18 20:01:58 -04:00
Tony Garnock-Jones fc971868d9 README.md 2015-08-18 12:47:29 -04:00
Tony Garnock-Jones 02c5ee97d3 Echo server example 2015-08-18 12:45:29 -04:00
Tony Garnock-Jones 2e3a8fceaa Handle empty matchers better in dot rendering 2015-07-14 17:56:10 -04:00
Tony Garnock-Jones b2e94f63b4 Try it out in the tests 2015-07-14 17:44:12 -04:00
Tony Garnock-Jones 2b0ec0d632 dot output for matchers 2015-07-14 17:38:32 -04:00
Tony Garnock-Jones 63039b63f0 A bug 2015-07-09 14:04:40 -04:00
Tony Garnock-Jones 4c6dd497c1 TODO 2015-07-09 10:45:20 -04:00
Tony Garnock-Jones 7d561fc49e First commit switching from sets to tsets for labels in RHSs of matchers. 2015-06-19 20:43:23 -04:00
Tony Garnock-Jones ee1cf9b100 tset 2015-06-19 20:18:10 -04:00
Tony Garnock-Jones 29bbe7678b Export treap-order; add treap->empty and treap-fold. 2015-06-19 20:08:16 -04:00
Tony Garnock-Jones 76eaa2fa39 Port websocket support from minimart 2015-06-06 17:15:43 -04:00
Tony Garnock-Jones 417c7728b7 Break dependency on web-server-lib 2015-05-23 11:41:43 -04:00
Tony Garnock-Jones 2a6393f88b DSL support 2015-05-12 20:11:47 -04:00
Tony Garnock-Jones 95bdd892f6 Initial work on endpoints for prospect 2015-05-11 18:25:38 -04:00
Tony Garnock-Jones 2b5358ab2c More flexible state printing during tracing 2015-05-11 18:25:21 -04:00
Tony Garnock-Jones e8b99ae8e7 Cosmetic: trim trailing whitespace 2015-05-11 13:33:05 -04:00
Tony Garnock-Jones 5ea3cf283f Non-working backward-chaining experiment; observe one specific ancestry relationship. 2015-04-25 14:51:12 -04:00
Tony Garnock-Jones a1bd9cd482 Add COUNT aggregate to forward-chaining example 2015-04-25 11:51:55 -04:00
Tony Garnock-Jones e00f079871 Check whether avoiding delays maintains truth 2015-04-24 17:30:51 -04:00
Tony Garnock-Jones 7c77223255 Forward-chaining 2015-04-24 16:16:24 -04:00
Tony Garnock-Jones c92beaa5bf Fix semantics bug 2015-04-03 21:42:32 -04:00
Tony Garnock-Jones d5ce38162b Only compute downward patch when needed 2015-03-21 18:59:20 -04:00
Tony Garnock-Jones 1467912f57 Fix bug with incorrect dropped action. 2015-03-21 18:38:37 -04:00
Tony Garnock-Jones dfb0eae02c Fix patch-feedback calculation mistake, to match fixes in redex and coq 2015-03-21 17:31:17 -04:00
Tony Garnock-Jones 0d38e11ee8 Support tracing at ground-level; support display of intermediate world states 2015-03-21 17:30:48 -04:00
Tony Garnock-Jones a016a967ef Improve comprehensibility of traces 2015-03-21 12:30:10 -04:00
Tony Garnock-Jones df567e8793 Similar optimization to that applied to biased-intersection recently 2015-03-18 19:02:53 -04:00