From dc30d54ad116bf3f48fb38db225e242d4f7950a9 Mon Sep 17 00:00:00 2001 From: Fin <31080675+finrunsfar@users.noreply.github.com> Date: Tue, 25 Nov 2025 15:21:11 -0800 Subject: [PATCH] =?UTF-8?q?Add=20RunMat=20=E2=80=93=20modern,=20fast=20run?= =?UTF-8?q?time=20for=20MATLAB-style=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit RunMat is a modern, open-source runtime for MATLAB-style scripts. It aims to be a fast and portable environment for array math, with full MATLAB syntax support and automatic CPU/GPU execution. It differs from Octave by focusing on performance, GPU acceleration, and a compact, modern runtime design → not just compatibility. It meets guidelines: • Open source, active, well-documented • Personally used and tested • Not a new/unproven project dump • Clear improvements over similar tools (speed, GPU support, modern JIT, portability) • Fully documented with installation, language coverage, and examples • MIT-style license • Not a full MATLAB clone, but a focused runtime --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 99b0a18..ac84b95 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,7 @@ them. (Python, MIT, GitHub) - [HPDDM](https://github.com/hpddm/hpddm) - High-performance unified framework for domain decomposition methods. (C++, LGPL 3, GitHub) +- [RunMat](https://github.com/runmat-org/runmat) - Fast MATLAB-syntax code runtime with automatic CPU/GPU execution and fused array kernels. ## Community