factor/core
Slava Pestov ea4feee886 Fix typo 2008-12-09 15:10:51 -06:00
..
alien Replace millis primitive with micros primitive 2008-11-19 01:50:05 -06:00
arrays Exploit the fast-path for allocation of array with initial element 0 by changing 2008-12-06 18:37:28 -06:00
assocs Fix error in the docs for assoc-map. 2008-12-09 12:35:59 -08:00
bootstrap Add new until combinator, and a new do word which acts like a modifier: do while, do until for loops which iterate at least once 2008-12-08 23:37:18 -06:00
byte-arrays Faster conversion of sbufs, vectors and byte-vectors to their corresponding fixed-size type respectively; we call the resize-T primitive on the underlying sequence instead of >T 2008-12-05 06:37:19 -06:00
checksums Untangling some dependencies 2008-12-08 14:58:00 -06:00
classes Fix typo 2008-12-09 15:10:51 -06:00
combinators Add new until combinator, and a new do word which acts like a modifier: do while, do until for loops which iterate at least once 2008-12-08 23:37:18 -06:00
compiler Refactor all usages of >r/r> in core to use dip, 2dip, 3dip 2008-11-23 02:44:56 -06:00
continuations assert-depth now has a static stack effect. This fixes a UI unit test failure 2008-12-05 08:25:26 -06:00
definitions Only build a generic word once, even if a compilation unit defines several methods on it, by adding generics to a set and building them at the end. 25% improvement on bootstrap time 2008-11-03 03:51:28 -06:00
destructors New $quotation markup element 2008-11-16 09:03:30 -06:00
effects core: swap 3append -> glue 2008-12-03 19:12:48 -06:00
generic Fix some problems with arithmetic type inference, exposed by recent changes to log2 word 2008-12-07 19:44:49 -06:00
graphs Adding inline recursive declarations 2008-07-18 19:22:59 -05:00
growable Untangling some dependencies 2008-12-08 14:58:00 -06:00
hashtables Mark a word inline 2008-12-06 15:31:35 -06:00
init Fix permission bits 2008-10-02 08:34:49 -05:00
io Move byte-vectors and io.streams.byte-array to basis 2008-12-08 13:59:25 -06:00
kernel Add new until combinator, and a new do word which acts like a modifier: do while, do until for loops which iterate at least once 2008-12-08 23:37:18 -06:00
layouts Fix permission bits 2008-10-02 08:34:49 -05:00
lexer Refactor all usages of >r/r> in core to use dip, 2dip, 3dip 2008-11-23 02:44:56 -06:00
make Add missing meta-data 2008-09-23 16:11:59 -05:00
math Add new until combinator, and a new do word which acts like a modifier: do while, do until for loops which iterate at least once 2008-12-08 23:37:18 -06:00
memory Add new until combinator, and a new do word which acts like a modifier: do while, do until for loops which iterate at least once 2008-12-08 23:37:18 -06:00
namespaces Exploit the fast-path for allocation of array with initial element 0 by changing 2008-12-06 18:37:28 -06:00
parser swap ... 3append -> surround in core 2008-12-06 18:42:41 -06:00
quotations Refactor all usages of >r/r> in core to use dip, 2dip, 3dip 2008-11-23 02:44:56 -06:00
sbufs Faster conversion of sbufs, vectors and byte-vectors to their corresponding fixed-size type respectively; we call the resize-T primitive on the underlying sequence instead of >T 2008-12-05 06:37:19 -06:00
sequences Remove cache-nth word, nobody was using it and the semantics were broken 2008-12-07 08:51:22 -06:00
sets add docs for gather 2008-09-17 00:49:55 -05:00
slots Add new until combinator, and a new do word which acts like a modifier: do while, do until for loops which iterate at least once 2008-12-08 23:37:18 -06:00
sorting Refactor all usages of >r/r> in core to use dip, 2dip, 3dip 2008-11-23 02:44:56 -06:00
source-files Untangling more dependencies 2008-12-08 16:02:31 -06:00
splitting Refactor all usages of >r/r> in core to use dip, 2dip, 3dip 2008-11-23 02:44:56 -06:00
strings Remove eval dependency from unicode.syntax 2008-12-08 19:46:40 -06:00
syntax Untangling some dependencies 2008-12-08 14:58:00 -06:00
system Fix help lint 2008-11-24 00:51:46 -06:00
vectors Exploit the fast-path for allocation of array with initial element 0 by changing 2008-12-06 18:37:28 -06:00
vocabs Fix restart behavior with circular vocabs, and add a test for this 2008-12-09 04:50:33 -06:00
words swap ... 3append -> surround in core 2008-12-06 18:42:41 -06:00