Fork me on GitHub
#off-topic
<
2017-11-05
>
qqq03:11:22

@mobileink J is great if all you have are tensors. Red seems slightly more general than that.

qqq03:11:20

Anyone here found Thinking Forth / Starting Forth to be helpful? I've tried to read it many times, but always got stuck with: 1. I don't want to program in forth. 2. It's not clear how much of this can be applied in Clojure.

mobileink20:11:29

terrific if you like stack-oriented programming. see https://factorcode.org. or postscript. or joy.

qqq03:11:28

bi here is a bufferedImage

(.getData  (.getDataBuffer (.getRaster  bi)))
does Java guarantee if the output is row or col major?