factor/core/classes
Slava Pestov a4d9cdfeb3 Refactor all usages of >r/r> in core to use dip, 2dip, 3dip
Non-optimizing compiler now special-cases dip, 2dip, 3dip following a
literal quotation: this allows us to break the dip/slip meta-circle
without explicit calls to >r/r>
2008-11-23 02:44:56 -06:00
..
algebra Refactor all usages of >r/r> in core to use dip, 2dip, 3dip 2008-11-23 02:44:56 -06:00
builtin use if/when/unless-empty, docs 2008-09-06 17:10:32 -05:00
intersection use if/when/unless-empty, docs 2008-09-06 17:10:32 -05:00
mixin 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
parser Split up huge parser vocabulary 2008-06-25 03:25:08 -05:00
predicate New $quotation markup element 2008-11-16 09:03:30 -06:00
singleton Fix permission bits 2008-10-02 08:34:49 -05:00
tuple Refactor all usages of >r/r> in core to use dip, 2dip, 3dip 2008-11-23 02:44:56 -06:00
union Fix permission bits 2008-10-02 08:34:49 -05:00
authors.txt
classes-docs.factor Fix permission bits 2008-10-02 08:34:49 -05:00
classes-tests.factor Old fix for classes-intersect? no-method bug was incorrect; we were 2008-11-05 18:32:02 -06:00
classes.factor Old fix for classes-intersect? no-method bug was incorrect; we were 2008-11-05 18:32:02 -06:00
summary.txt
tags.txt