On 6/30/07, Raul Miller <[EMAIL PROTECTED]> wrote:
On 6/30/07, Terrence Brannon <[EMAIL PROTECTED]> wrote:
> http://hg.metaperl.com/pleac?f=-1;file=pleac_j.data;style=raw
I notice that you say:
NB. Shell expansion not available in J on Windows or Mac
But I thought Macs are unix machines?
Perhaps the docs are out of date?
http://www.jsoftware.com/help/dictionary/dx002.htm
they say it doesnt work on mac
I also notice that you say:
NB. J cannot use different delimiters to aid converting a
NB. string to a list
',' cutopen 'I think, perhaps, we have options.'
+-------+--------+-----------------+
|I think| perhaps| we have options.|
+-------+--------+-----------------+
Thanks for this info. By delimiters, I meant things AROUND the string
in this case... like in Perl:
@array = qw(a b c);
@array = qw< ( ) >; # two elements - '(' and ')'
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm