Commit Graph

1531 Commits (a3687773b50b117f9d8a2ccfe7be2b539f7c068c)

Author SHA1 Message Date
Slava Pestov 5866613d3e compiler optimizations 2005-09-23 05:22:04 +00:00
Chris Double e580d8209e Fixes to cont-responder for new html attribute code. 2005-09-23 04:58:52 +00:00
Slava Pestov b45b514404 remove infer-only nonsense 2005-09-23 03:18:12 +00:00
Slava Pestov 2a48d86e97 tweaking some stuff 2005-09-23 02:12:02 +00:00
Slava Pestov b4b1e3d1a6 redid HTML tags; tweaked continuations to infer properly 2005-09-23 01:01:55 +00:00
Slava Pestov a838821556 minor tweaks 2005-09-22 20:21:36 +00:00
Doug Coleman b7dbcd2b42 Added view/set info
Added view/set away
Start of add/delete buddy
2005-09-22 20:10:20 +00:00
Doug Coleman 568e6f41a5 Works with the new catch word 2005-09-22 20:09:49 +00:00
Chris Double b337a3ed05 sqlite: fix bitrot and add sqlite-map and binding to queries 2005-09-21 22:25:42 +00:00
Slava Pestov d04b47ebe3 getting more words to infer 2005-09-21 05:12:16 +00:00
Chris Double cd32714099 change concurrency library to use new catch usage 2005-09-21 02:15:29 +00:00
Chris Double 6b4227b022 Fix catch usage in cont-responder examples 2005-09-21 02:10:51 +00:00
Slava Pestov 29190ebc3e catch change, new cleanup word, with-server combinator 2005-09-21 00:18:01 +00:00
Doug Coleman 600e61218b Away status
Sending of messages
Sign on, sign off
2005-09-20 06:23:59 +00:00
Slava Pestov 34ff4e2c27 more preliminary work for callcc compilation 2005-09-20 05:59:38 +00:00
Doug Coleman b3f306eef3 Changed with-default-stream to with-unscoped
added writeln
2005-09-20 02:59:25 +00:00
Doug Coleman 49bc74e044 Uses nested unscoped streams
Handles incoming messages
Various refactoring
2005-09-20 02:58:20 +00:00
Doug Coleman a8e80915ce Slight refactoring of second-server 2005-09-19 19:44:37 +00:00
Doug Coleman 3169c92747 with-default-stream fixed
1 >le -> unit >string
head-string outputs a string, not an sbuf
2005-09-19 19:34:30 +00:00
Doug Coleman ebf2830c5f Full login
Handling of opcodes implemented
Notification of incompletely handled opcodes
Error handling on login to second server
Added test account
2005-09-19 19:33:06 +00:00
Slava Pestov 6b3c4eccfb handle I/O on closed ports gracefully 2005-09-19 03:22:58 +00:00
Doug Coleman a97c50abd0 Initial checkin.
bug-demo shows the bug.
2005-09-19 00:23:06 +00:00
Doug Coleman db8fd1cc50 sha1 refactoring
string>md5 now gives a binary string.
the old string>md5 is now string>md5str
2005-09-19 00:19:59 +00:00
Chris Double ab032471c2 get coroutines code working with continuation changes 2005-09-18 06:32:02 +00:00
Chris Double 2a8d918409 Fix space invaders bitrot 2005-09-18 06:31:33 +00:00
Chris Double 8d805d3dcb Get cont-responder contrib examples working again, and more fixes to cont-responder for continuation word
changes.
2005-09-18 05:55:18 +00:00
Slava Pestov 7decaf614e inference updates for callcc inference 2005-09-18 05:37:28 +00:00
Chris Double cd6977e979 get cont-responder working with continuation word changes 2005-09-18 05:36:59 +00:00
Slava Pestov 989a330f67 missing file 2005-09-18 02:52:02 +00:00
Slava Pestov fa1e1a4801 f throw no longer a no-op 2005-09-18 02:25:18 +00:00
Chris Double 9193b4fecb Changed callcc0 and callcc1 to use with-continuation. 2005-09-18 02:18:28 +00:00
Slava Pestov 277630eeae fix sleep bug 2005-09-17 19:25:18 +00:00
Slava Pestov b0426d93e4 remove meets 2005-09-17 08:15:05 +00:00
Slava Pestov 59854a2546 more minor tweaks to make bootstrap faster 2005-09-17 03:33:20 +00:00
Slava Pestov 8af5e755c6 add 1+ 1- words and other tweaks 2005-09-17 02:47:28 +00:00
Slava Pestov 68da8852cc compiler performance improvements, more usages of 2apply, rename nmap to inject 2005-09-17 00:49:24 +00:00
Slava Pestov 7ecbfb5c98 big generic word cleanup; kill-literals optimization; continuations overhaul 2005-09-16 06:39:33 +00:00
Slava Pestov bf5d88b649 changes to continuation words 2005-09-14 04:37:50 +00:00
Chris Double e0bc6e8166 space invaders: fix things so 'step' compiles 2005-09-12 23:22:02 +00:00
Chris Double a70469d3e9 Add coroutines code to contrib 2005-09-12 23:20:46 +00:00
Slava Pestov f9600934c6 UI fixed and other tweaks 2005-09-12 22:14:29 +00:00
Doug Coleman ea7e1bc7fc Added USE: arrays to fix bootstrap on Windows 2005-09-12 15:10:33 +00:00
Slava Pestov bc8615b713 unit test fix 2005-09-12 02:01:59 +00:00
Slava Pestov b856b6294b fixes 2005-09-12 01:57:21 +00:00
Slava Pestov 5953497dae fixes, removed empty-vector 2005-09-12 01:18:19 +00:00
Slava Pestov 27439f95c9 arrays are now better supported, various cleanups 2005-09-12 00:46:55 +00:00
Chris Double 0f54aa9e13 space invaders: fix half carry problem, this fixing score problem. Implemented remaining 8080 instructions. 2005-09-11 22:32:44 +00:00
Chris Double dede7e0dba space invaders: sync frame rate. reorganise code into generic 8080 and space invaders portions. remove dead
code.
2005-09-11 01:51:05 +00:00
Slava Pestov d0312300b8 unsafe-nth unsafe-set-nth for faster inner loops 2005-09-10 22:27:31 +00:00
Slava Pestov 22ab0d97fa performance improvements 2005-09-10 19:53:17 +00:00