|
|
|
|
|
by eiz
1742 days ago
|
|
> This means no closures, which K implementers consider a feature (I don't). having not touched K in about 15 years, when did this change? in k3: K 3.2 2004-09-23 Copyright (C) 1993-2004 Kx Systems
LIN32 16CPU 15985MB ubuntu 0 EVAL
f:{a:x+1;{a+x}}
g:f 1
g
{a+x}
g 2
4
a
value error
a
^
parse error
|
|
See https://news.ycombinator.com/item?id=22572778, as well as https://chat.stackexchange.com/transcript/message/53999576#5... with more discussion on following days.