factor/extra/constructors
Doug Coleman 73bd47f639 constructors: Unify C:, CONSTRUCTOR:, NAMED-CONSTRUCTOR:, and DEFAULT-CONSTRUCTOR: by requiring the class name after the constructor word name.
example: CONSTRUCTOR: <foo> foo ( stack effect -- obj ) ;

The benefit is that we can now search for <foo> by name and it's not auto-generated--less magic. Also, there are fewer kinds of constructors.

Rename CONSTRUCTOR-SYNTAX: to SLOT-CONSTRUCTOR: since it's more descriptive.
2014-11-04 15:56:23 -08:00
..
authors.txt Move constructors vocabulary to extra and refactor basis code not to use it 2009-06-13 18:47:19 -05:00
constructors-tests.factor constructors: Unify C:, CONSTRUCTOR:, NAMED-CONSTRUCTOR:, and DEFAULT-CONSTRUCTOR: by requiring the class name after the constructor word name. 2014-11-04 15:56:23 -08:00
constructors.factor constructors: Unify C:, CONSTRUCTOR:, NAMED-CONSTRUCTOR:, and DEFAULT-CONSTRUCTOR: by requiring the class name after the constructor word name. 2014-11-04 15:56:23 -08:00
summary.txt Move constructors vocabulary to extra and refactor basis code not to use it 2009-06-13 18:47:19 -05:00
tags.txt Move constructors vocabulary to extra and refactor basis code not to use it 2009-06-13 18:47:19 -05:00