Commit Graph

3499 Commits (e88d429476ba958d69a48f02d65441a80f08785c)

Author SHA1 Message Date
chris.double 3ea3b26ce0 lazy-lists: added llines for lazy lines from files 2006-09-18 02:50:24 +00:00
chris.double 00305bfd15 lazy-lists: add todo note about memoizing lmap 2006-09-18 00:26:56 +00:00
slava 931b60393e Better usage. word 2006-09-16 21:11:55 +00:00
slava c2c4417be5 Books don't add/remove their children 2006-09-16 20:31:40 +00:00
wayo.cavazos f89254bfb5 slate-examples in contrib/README 2006-09-18 13:29:05 +00:00
wayo.cavazos c9065cde61 modularize slate-examples 2006-09-18 13:26:48 +00:00
wayo.cavazos 292e85a8a3 slate update 2006-09-18 12:57:20 +00:00
wayo.cavazos af81d1b87e Minor updates to lindenmayer.factor 2006-09-18 12:56:25 +00:00
wayo.cavazos d089ba25c1 Add slate-examples 2006-09-17 11:41:53 +00:00
wayo.cavazos cd31550a72 Add gl commands to slate 2006-09-16 11:22:19 +00:00
wayo.cavazos 093f38f421 Convert lindenmayer to use slate 2006-09-16 11:20:28 +00:00
chris.double 509b0fc588 lazy-lists: add lazy reading of characters from a file 2006-09-17 23:59:06 +00:00
slava 6bd500c34b Document division by zero behavior 2006-09-16 19:57:07 +00:00
slava ef865ffd96 Add a new optimization 2006-09-16 19:42:27 +00:00
chris.double 122c82f79f usb: change read/write to use byte arrays instead of strings 2006-09-16 11:46:33 +00:00
chris.double c9777598dd usb: add help, implement higher level functions 2006-09-16 06:14:59 +00:00
slava db8e1d5b0d Faster Unix stream-read 2006-09-16 04:20:52 +00:00
slava f699a781d5 Editor: only redraw visible lines 2006-09-16 02:43:00 +00:00
slava eb09b5ffd0 dataflow UI fixes 2006-09-16 01:29:58 +00:00
slava b6d438196f Fix bootstrap problem 2006-09-16 01:02:48 +00:00
slava 70c1037e0e Further simplifications 2006-09-16 00:59:47 +00:00
slava 36680369ba Dataflow UI improvements 2006-09-16 00:52:13 +00:00
slava f45cc8ac98 pastebin fix 2006-09-16 00:52:06 +00:00
erg 478ab63538 md5/sha1 update -- don't slurp file before computing hash 2006-09-15 21:22:23 +00:00
wayo.cavazos 7f055b3e91 Doc fix in prettyprint.facts 2006-09-15 01:29:50 +00:00
wayo.cavazos de02f17845 Minor slate fix 2006-09-15 01:10:00 +00:00
wayo.cavazos 0d713f3712 Fix stack effect for pprint-short 2006-09-15 01:07:05 +00:00
wayo.cavazos cfc8c57b49 Added gluDisk, misc gl stuff, and a draw-circle word 2006-09-14 22:03:39 +00:00
chris.double bc8752e514 usb: add path to macosx dylib 2006-09-15 03:52:09 +00:00
chris.double eb735f0e02 usb: add macosx structs 2006-09-15 03:20:26 +00:00
chris.double 96e322a5ed usb: split out win32/unix code 2006-09-15 03:12:19 +00:00
chris.double 06464836e7 first attempt at libusb wrapper 2006-09-15 03:04:43 +00:00
chris.double 9d266acdf0 first attempt at implementating FIELD: for arrays
Currently only char arrays are implemented, and for the single indexed array form:
BEGIN-STRUCT: foo
  FIELD: char[100] bar
END-STRUCT

my-foo foo-bar => "hello"
"X" 0 set-foo-bar my-foo foo-bar => "Xello"
2006-09-14 23:51:47 +00:00
chris.double 267108e601 parser-combiantors: update to work with lazy-lists changes 2006-09-14 01:48:38 +00:00
chris.double 0929fafe10 lazy-lists: temporarily disable prime number example
Need to implement lapply to get this to work again
2006-09-14 01:40:13 +00:00
chris.double d4091e03c6 lazy-lists: modify examples 2006-09-13 13:09:59 +00:00
chris.double 668a9cf878 lazy-lists: complete remaining lazy list operations 2006-09-13 07:49:18 +00:00
chris.double 9252f8deb9 lazy-lists: add nil? generic and implement lsubset 2006-09-13 02:17:23 +00:00
chris.double 84ad813665 lazy-lists: more refactoring 2006-09-13 01:32:23 +00:00
chris.double 31c34547bc lazy-lists: move towards making fully lazy 2006-09-12 12:53:07 +00:00
slava 461a6bf324 factor.el fix 2006-09-15 06:14:19 +00:00
slava 06f2cfe8d3 UI tool improvements 2006-09-14 20:15:39 +00:00
slava bded83ef35 Inferencce refactoring for more reliable stack height recording 2006-09-14 20:14:27 +00:00
erg 221c464a7e add sha2 test file 2006-09-12 02:36:13 +00:00
erg 4720e8a4a5 crypto -- add sha-256, cleanup md5/sha1 2006-09-12 02:11:41 +00:00
erg 07af3690f2 win32 io bugfixes 2006-09-11 00:51:25 +00:00
chris.double b645c7d5ae http-client: fix requires/provides 2006-09-13 22:24:40 +00:00
slava b84f62192f Slate load fix 2006-09-13 22:37:50 +00:00
slava 9325fa74a2 UI dataflow visualizer (experiemntal) 2006-09-13 06:17:46 +00:00
slava 6d6560c6a8 Core cleanups 2006-09-13 04:48:42 +00:00