that works, thanks.
- Original Message -
From: Henry Rich
To: programm...@jsoftware.com
Cc:
Sent: Wednesday, July 22, 2015 5:46 PM
Subject: Re: [Jprogramming] item amend verb/gerund form
Not far off - as NuVoc says,
m} y is equivalent to m {"0 1&.|: y , with the restricti
Jasmin' via Programming
To: Programming Forum
Cc:
Sent: Wednesday, July 22, 2015 11:25 AM
Subject: [Jprogramming] item amend verb/gerund form
There appears to be a missing gerund form for monadic }. Basically to
make a tacit version of this:
4 : 'x}y'
0 1 (4 : 'x}y') 1
m
> > wrote:
>
>> can do this, I guess:
>>
>> ia =:[: 0&{::`(1&{::)} ,&<
>>
>> 0 1 ia 1 1 ,: 3 4
>> 1 4
>>
>>
>>
>>
>> - Original Message -
>> From: 'Pascal Jasmin' via Programming
&g
> 1 4
>
>
>
>
> - Original Message -
> From: 'Pascal Jasmin' via Programming >
> To: Programming Forum >
> Cc:
> Sent: Wednesday, July 22, 2015 11:25 AM
> Subject: [Jprogramming] item amend verb/gerund form
>
> There appears to be a miss
can do this, I guess:
ia =:[: 0&{::`(1&{::)} ,&<
0 1 ia 1 1 ,: 3 4
1 4
- Original Message -
From: 'Pascal Jasmin' via Programming
To: Programming Forum
Cc:
Sent: Wednesday, July 22, 2015 11:25 AM
Subject: [Jprogramming] item amend verb/gerund form
Ther
There appears to be a missing gerund form for monadic }. Basically to make a
tacit version of this:
4 : 'x}y'
0 1 (4 : 'x}y') 1 1 ,: 3 4
1 4
I'd suggest this:
0 1 ([:`[`])} 1 1 ,: 3 4
|domain error
but is there already a trick for a tacit version?
---