Re: [Jprogramming] tine

2023-01-05 Thread 'Pascal Jasmin' via Programming
missing line break, sorry  M =: @]  v2c =: 1 : '[. u ].' tine =: 1 : ' (M~) (u v2c) M ' On Thursday, January 5, 2023 at 07:32:34 p.m. EST, 'Pascal Jasmin' via Programming wrote:  M =: @]v2c =: 1 : '[. u ].' tine =: 1 : ' (M~) (u v2c) M ' there was a recent change to allow gerund arg

Re: [Jprogramming] tine

2023-01-05 Thread 'Pascal Jasmin' via Programming
 M =: @]v2c =: 1 : '[. u ].' tine =: 1 : ' (M~) (u v2c) M ' there was a recent change to allow gerund argument to &. & and &: could allow gerund v such that w&(u`v)  is (u@[ w v@]).  But tine as written is easier to use (only one function.  no parenthesizing gerund arguments). On Thursda

[Jprogramming] tine

2023-01-05 Thread Raul Miller
Sometimes it seems like it would be nice to have a variation on fork where instead of (f g h) we get *f@[ g h@]) And, of course, we can do that manually. (Also, I forget the contexts where I have wanted to use this. Maybe I'll remember later. I also have a vague memory of someone else asking for s