On Fri, 14 Aug 2009, Raul Miller wrote:
> But, of course A was defined as v/conj
> (the conjunction conj curried with the left
> verb v/).  and conj had been changed
> from " to @
> 
> In other words, conj gets evaluated
> when A is evaluated.
> 

I have a question, with v not yet defined.

   *: v/" 1 2 3
*: v/"1 2 3

this is expected. But

   *: A 1 2 3
1 2 3
  
   -: A 1 2 3
1 2 3

   <"0 A 1 2 3
1 2 3

   <"1 A 1 2 3
|value error: v
|       <"1 A 1 2 3
   
It appears that the bident (verb A) is not executed, (or executed zero times)
only if the left verb is of rank-0.  How to rationalize this behavior?

-- 
regards,
====================================================
GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to