I forget about <\ but I am still curious about the strange result that I
got.
 Further than that I wanted a verb for finding all locations ( not just one)
in a list where another shorter list appears. 
cheers
 
Roelof  
 
Contact information
 
Dr. Roelof K. Brouwer PEng
Professor
Department of Computing Science
School of Advanced Technologies and Mathematics
Thompson Rivers University
900 McGill Road, PO Box 3010
Kamloops, BC, Canada,V2C 5N3
 
skype RoelofBrouwer
telephone numbers
1-250 828 5219 work
1-250-374-5874 home
1-250-377-6133 fax
home page www.tru.ca/advtech/compsci/faculty/rbrouwer
email [EMAIL PROTECTED]
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Raul Miller
Sent: March 14, 2007 10:55 AM
To: General forum
Subject: Re: [Jgeneral] unexpected result

It's not at all clear to me what you are trying to do.

I think one result you wanted was
   a f.`(b f.)@.c  f.

Or, if you prefer:
   fix_gerund=:3 :'{.''''`(y`:6 f.)'"0
   (fix_gerund a`b)@.c f.

As for partition_list, perhaps <\ would be more convenient?
  3 <\ 'adfggr'

Or, if you prefer:
partition_list=: a:,~<\

Please correct me if I've missed your point.

Thanks,

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

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

Reply via email to