Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
arrays if the contents are also arrays
|
|
|
|
statements that aren't the result or are assigned.
|
|
|
|
int, float, rune. This allows scalar arrays with mixed scalar types
|
|
Teach inverse() that the inverse of f⍫g is g⍫f
|
|
|
|
|
|
|
|
|
|
|
|
Example of code this commit fixes:
before:
a←10
{a←⍵ ⋄ a} 20
10
a
10
now:
a←10
{a←⍵ ⋄ a} 20
20
a
10
|
|
|
|
TCO later.
|
|
|
|
|
|
error on assignment to ⍵
|
|
|
|
|
|
dfn's.
|
|
function call via ∇
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
numbers yet
|