Salvador Fandiño
Salvador Fandiño
> The only thing I'm unsure about is how to handle functions with multiple arguments. Does f@1 mean that every argument must be an array, or only the first one?...
The only issue I see is what happens with functions accepting several arguments, just having a dimensional index would not help. The interesting thing of APL is that the extra...
BTW, I would like to add that, once you have the auto-dimensional adjustment, having an operator like `reverse` being able to operate at a customizable dimensions becomes much less interesting,...
> we could write > > let video3: [][][][3]f32 = ((blend_color@3 video1)@0 [0.4f32, 0.4f32, 1.0f32])@2 mask Ah, but I am not sure that would be completely equivalent. Note that the...
Besides allowing user selectable sorting criteria, I think that it is also quite important to improve the default order. Currently, it seems the main criterion is the number of levels...
A common cause of this error (at least for me) is launching VcXsrv when another instance is already running.
I have asked in PerlMonks how to solve it: [Multi-thread friendly object life-time handling for XS modules](http://www.perlmonks.org/?node_id=1202804).