If *this* is a bug - then there may be a lot of bugs. :) Obviously, you can just do (vsub #(1 2 3) (vsub #(1 2 3) #(1 2 3)) which will have the expected results. I mean how often do you need to do a (vdot va vb vc)?
In general - many of the functions could be more "generic". In fact, making generic dispatchers for many of the math functions is something I've been resisting. On Sat, May 9, 2009 at 1:11 AM, gabor papp <[email protected]> wrote: > i found this this morning: > > fluxus> (vsub #(1 2 3) #(1 2 3) #(1 2 3)) > #(1.0 2.0 3.0) > > i think the result should be #(-1.0 -2.0 -3.0) instead. > > best, > gabor > >
