Yes, but the important lesson for me is to realize that the evaluation of an expression like a `f` b || c `f` b in Haskell seems quite different from J's evaluation of (a f b) +. c f b
This 'missing the point' urged me to develop the tree generation and pruning method which is faster (then my translation), but with it's own shortcomings. Thanks. Hallo Raul Miller, je schreef op 28-01-10 20:52: > On Thu, Jan 28, 2010 at 1:37 PM, Aai <[email protected]> wrote: > >> I was confused/disappointed by the result of >> my translation of the Haskell function. >> > This kind of "mostly but not quite scalar" problem > seems ideally suited for Haskell. > > -- Met vriendelijke groet, =@@i ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
