carkat

Results 3 issues of carkat

https://codeberg.org/CptJimKirk/aoc/src/commit/da2d8826e9f9356fde81a350b9d3817312a47999/cl/apl/15.apl#L54 Over a 1000 1000⍴0 array, apply a function to windowed regions defined by ``` {{↓(⊃⍵)+⍤1⊢↑,⍳1+⊃|-/⍵}1↓¨⍵} ``` where `⍵` is `(x1 y1)(x2 y2)` integer pairs of coordinates. In Dyalog this...

Is there a way presently to convert Common Lisp vectors to Clojure vectors? Especially the higher dimensional variety? For instance ```clojure (require '[abclj.quicklisp :refer [quickload]]) (quickload :april) (-> (with-cl `(april:april-c...

``` sudo sh mk + [ = ktye.h ] + DEF= + cc=gcc -O2 -s -Werror -Wfatal-errors + DEF= -DMAT + MAT=mat.o liblapacke.a liblapack.a librefblas.a -lgfortran -lquadmath -lm + gcc...