factor/basis/locals
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
..
backend summary.txt: Delete empty lines and empty files. 2016-03-30 22:11:51 -07:00
definitions generic: rename method-body predicate class to method 2010-02-03 23:11:24 +13:00
errors factor: [let to let[, [| to |[ 2017-08-31 21:21:13 -05:00
fry reduce number of empty quotations generated by fry 2009-11-07 16:12:22 -06:00
macros update M\ lambda condomize 'cause you can't compose a lambda 2009-11-07 13:32:08 -06:00
parser docs: Update docs. 2017-08-31 21:21:14 -05:00
prettyprint factor: [let to let[, [| to |[ 2017-08-31 21:21:13 -05:00
rewrite factor: [let to let[, [| to |[ 2017-08-31 21:21:13 -05:00
types Fix comments to be ! not #!. 2015-09-08 16:15:10 -07:00
authors.txt Create basis vocab root 2008-07-28 22:03:13 -05:00
locals-docs.factor docs: Update docs. 2017-08-31 21:21:14 -05:00
locals-tests.factor factor: Rename ``M\ array generic`` to ``m: { array generic }``. 2017-10-01 09:51:31 -05:00
locals.factor factor: commit weekend work. 2017-09-11 16:37:47 -05:00
summary.txt Create basis vocab root 2008-07-28 22:03:13 -05:00
tags.txt Create basis vocab root 2008-07-28 22:03:13 -05:00