I’m excited to announce the alpha release of Raven, a modern scientific computing ecosystem for OCaml. What is Raven? Raven is a collection of libraries and tools for numerical computing and machine learning, including: Nx: Multi-dimensional arrays with NumPy-like operations and pluggable backends (now pure OCaml, C FFI, Metal, next CUDA, WebGPU, etc.) - our equivalent of NumPy Rune: Automatic differentiation and device placement, building toward JIT compilation - our equivalent of Jax Kaun: ...