On Sun, Jul 22, 2012 at 2:51 PM, David Vaughan <[email protected]> wrote:
> So there's no way to achieve it with a tacit verb?

There's many ways.

I'm fond of:
   do bind 'name'

In other words, instead of
   paths =: \:~&.> (;~ 0$0) , <\ 2+i.7
   g =. >@{&paths

use
   g=: >@{&(do bind 'paths')

or, perhaps
   g=: [ >@{ do bind 'paths'


-- 
Raul
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to