factor/core
Doug Coleman cada003d7f factor: Rename ``M\ array generic`` to ``m: { array generic }``.
The problem with M\ is that it has an arity of 1 where we need it to have arity 2. Also, for multimethods, the \ disables parsing of the array that follows, e.g. ``M\ { string string } multimethod-name`` parses as ``M\ {`` and leaves the rest unparsed. This is obviously wrong.

An alternative syntax that should be implement and looks ok is ``m{ array generic }``
2017-10-01 09:51:31 -05:00
..
alien docs: Update docs. 2017-08-31 21:21:14 -05:00
arrays factor: commit weekend work. 2017-09-11 16:37:47 -05:00
assocs Factor: Rename <enum> to <enumerated> to not confuse with ENUM:s 2017-07-03 12:47:19 -07:00
bootstrap factor: char: postpone: color: hexcolor: flexhexcolor: decimal: 2017-08-31 21:21:13 -05:00
byte-arrays
byte-vectors docs: Update docs. 2017-08-31 21:21:14 -05:00
checksums factor: char: postpone: color: hexcolor: flexhexcolor: decimal: 2017-08-31 21:21:13 -05:00
classes factor: Rename ``M\ array generic`` to ``m: { array generic }``. 2017-10-01 09:51:31 -05:00
combinators docs: Update docs. 2017-08-31 21:21:14 -05:00
compiler/units factor: char: postpone: color: hexcolor: flexhexcolor: decimal: 2017-08-31 21:21:13 -05:00
continuations docs: Update docs. 2017-08-31 21:21:14 -05:00
definitions docs: Update docs. 2017-08-31 21:21:14 -05:00
destructors
effects core: Fix how \words are parsed. 2017-08-31 21:21:15 -05:00
generic factor: Rename ``M\ array generic`` to ``m: { array generic }``. 2017-10-01 09:51:31 -05:00
graphs *-docs: replace double spaces with single spaces 2017-06-05 13:16:07 -07:00
growable
hash-sets core: keep nip cleanup. 2017-09-28 22:20:32 -05:00
hashtables core: keep nip cleanup. 2017-09-28 22:20:32 -05:00
init
io io.errors: Add words to print to error-stream as easily as to 2017-09-16 16:50:04 -05:00
kernel factor: commit weekend work. 2017-09-11 16:37:47 -05:00
layouts factor: char: postpone: color: hexcolor: flexhexcolor: decimal: 2017-08-31 21:21:13 -05:00
lexer core: \foo is literally just foo. To escape it, do ``\ foo`` instead. 2017-08-31 21:21:14 -05:00
make factor: char: postpone: color: hexcolor: flexhexcolor: decimal: 2017-08-31 21:21:13 -05:00
math docs: Update docs. 2017-08-31 21:21:14 -05:00
memory basis/,core/,extra/: more tags 2017-07-08 18:31:39 +02:00
namespaces
parser factor: Fix test errors. 2017-09-16 08:58:20 -05:00
quotations docs: postpone: \foo 2017-08-31 21:21:13 -05:00
sbufs factor: char: postpone: color: hexcolor: flexhexcolor: decimal: 2017-08-31 21:21:13 -05:00
sequences sequences: Add assert-string=. 2017-09-16 16:45:42 -05:00
sets factor: char: postpone: color: hexcolor: flexhexcolor: decimal: 2017-08-31 21:21:13 -05:00
slots docs: Update docs. 2017-08-31 21:21:14 -05:00
sorting
source-files
splitting factor: char: postpone: color: hexcolor: flexhexcolor: decimal: 2017-08-31 21:21:13 -05:00
strings factor: commit weekend work. 2017-09-11 16:37:47 -05:00
syntax factor: Rename ``M\ array generic`` to ``m: { array generic }``. 2017-10-01 09:51:31 -05:00
system factor: char: postpone: color: hexcolor: flexhexcolor: decimal: 2017-08-31 21:21:13 -05:00
vectors
vocabs docs: Update docs. 2017-08-31 21:21:14 -05:00
words factor: All RENAME: and FROM: and EXCLUDE: to have \foo as word names. 2017-08-31 21:21:14 -05:00