NumPy-style ndarray library for Corros.
A NumPy-style ndarray library for Corros — tensors with broadcasting,
matmul, reductions, universal functions, softmax, and more, written entirely
in Corros. Pure Corros, zero
dependencies — even exp, log, tanh, sigmoid, cos, and softmax are
implemented from scratch in the language (the builtins only offer abs and
root). It's the reference implementation; pair it with
cryotorch / cryoquench for C-core
speed.
... (truncated for brevity in this message) ...
