factor/library
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
..
bootstrap Modules are now stored in an assoc, not a hash, to preserve order 2006-09-07 00:02:13 +00:00
collections Walker improvement 2006-09-07 21:25:54 +00:00
compiler first attempt at implementating FIELD: for arrays 2006-09-14 23:51:47 +00:00
generic Constructor fix 2006-09-06 23:02:55 +00:00
help Kick off 0.85 by creating a new tools vocabulary and putting a bunch of stuff, including 'walk' there 2006-09-05 05:29:26 +00:00
io win32 io bugfixes 2006-09-11 00:51:25 +00:00
math Move libm primitives to alien calls in library 2006-08-26 07:20:37 +00:00
syntax Modules are now stored in an assoc, not a hash, to preserve order 2006-09-07 00:02:13 +00:00
test Single stepper now properly supports continuations 2006-09-09 01:12:18 +00:00
tools Single stepper now properly supports continuations 2006-09-09 01:12:18 +00:00
ui UI tool improvements 2006-09-14 20:15:39 +00:00
windows win32 fixes 2006-09-07 23:55:47 +00:00
cli.factor edit fixes, new :edit word 2006-08-25 04:02:30 +00:00
continuations.factor Single stepper now properly supports continuations 2006-09-09 01:12:18 +00:00
continuations.facts HELP: syntax change 2006-08-16 01:23:05 +00:00
definitions.factor Presentation cleanups and mouse help 2006-08-26 01:29:23 +00:00
definitions.facts Presentation cleanups and mouse help 2006-08-26 01:29:23 +00:00
effects.factor Inference documentation 2006-08-18 22:47:41 +00:00
effects.facts Modularized core 2006-09-06 22:06:11 +00:00
errors.factor Walker improvements 2006-09-08 06:32:14 +00:00
errors.facts HELP: syntax change 2006-08-16 01:23:05 +00:00
kernel.factor Make OS detection words foldable 2006-09-02 21:34:55 +00:00
kernel.facts Final round of HELP: syntax changes 2006-08-18 03:08:04 +00:00
load.factor Cleanups and fixes 2006-09-06 22:48:46 +00:00
modules.factor Core cleanups 2006-09-13 04:48:42 +00:00
modules.facts Update doc 2006-09-07 00:02:46 +00:00
quotations.factor Messing around with commands and operations 2006-08-30 07:50:02 +00:00
quotations.facts HELP: syntax change 2006-08-16 01:23:05 +00:00
threads.factor Non-local exit hook to make the stepper more reliable when continuations are flying around 2006-09-07 21:14:35 +00:00
threads.facts Final round of HELP: syntax changes 2006-08-18 03:08:04 +00:00
version.factor Modularized core 2006-09-06 22:06:11 +00:00
words.factor Core cleanups 2006-09-13 04:48:42 +00:00
words.facts Kick off 0.85 by creating a new tools vocabulary and putting a bunch of stuff, including 'walk' there 2006-09-05 05:29:26 +00:00