There was a hint to good utils this morning or yesterday
http://www.jsoftware.com/jwiki/APL2JPhraseBook
and in it to the reference vard which is very handy

There are a number of things in the addons and if you are adventurous you
can list some of the locales.

You can go through the locale lab abd it will tell you about what locales
there are and what the path is

Like list them

conl 0
conames 0

There are a number of things in the addons and you can list some of the
locales.

Like:

   copath 'each'
z

to see all the names in z

  names_z_''

If you want to find the script you can use find in files I then you can see
the definition and there may be some comments and some other interesting
utils.


2012/1/9 Tom Szczesny <[email protected]>

> Yes, I should have asked J.
> Who knew that there was a cover function (each) for   &.>   ?
>
> Or that each concept was expressed by        &.>        ?
>
> What other commonly used cover functions exist?
> (each is not listed in the Index.)
>
>
> 2012/1/9 Björn Helgason <[email protected]>
>
> > 2012/1/9 Tom Szczesny <[email protected]>
> >
> >
> > > How do you express
> > >    <  each  i.7
> > > and get 7 individually boxed items?
> > > (I could not find an entry for "each" in the Index, nor in the
> > Vocabulary.)
> > >
> > > You should have asked J
> >
> >   <  each  i.7
> > ┌───┬───┬───┬───┬───┬───┬───┐
> > │┌─┐│┌─┐│┌─┐│┌─┐│┌─┐│┌─┐│┌─┐│
> > ││0│││1│││2│││3│││4│││5│││6││
> > │└─┘│└─┘│└─┘│└─┘│└─┘│└─┘│└─┘│
> > └───┴───┴───┴───┴───┴───┴───┘
> >   each
> > &.>
> >   <  &.>  i.7
> > ┌───┬───┬───┬───┬───┬───┬───┐
> > │┌─┐│┌─┐│┌─┐│┌─┐│┌─┐│┌─┐│┌─┐│
> > ││0│││1│││2│││3│││4│││5│││6││
> > │└─┘│└─┘│└─┘│└─┘│└─┘│└─┘│└─┘│
> > └───┴───┴───┴───┴───┴───┴───┘
> > ----------------------------------------------------------------------
> > For information about J forums see http://www.jsoftware.com/forums.htm
> >
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>



-- 
Björn Helgason, Verkfræðingur
Fornustekkum II
781 Hornafirði,
t-póst: [email protected]
gsm: +3546985532
twitter: @flugfiskur
http://groups.google.com/group/J-Programming


Tæknikunnátta höndlar hið flókna, sköpunargáfa er meistari einfaldleikans

góður kennari getur stigið á tær án þess að glansinn fari af skónum
          /|_      .-----------------------------------.
         ,'  .\  /  | Með léttri lund verður        |
     ,--'    _,'   | Dagurinn í dag                     |
    /       /       | Enn betri en gærdagurinn  |
   (   -.  |        `-----------------------------------'
   |     ) |         (\_ _/)
  (`-.  '--.)       (='.'=)   ♖♘♗♕♔♙
   `. )----'        (")_(") ☃☠
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to