
An Example of Nim WASM for Wolfram Alpha alternatives
My original post: https://www.reddit.com/r/sideprojects/s/2WBPjTT8Wu
I’ve been pretty busy lately, but I was thinking—what if Nim had its own SymPy Gamma / Wolfram Alpha-style project?
By using WASM, most of the computation could run directly in the browser, so it could stay free without needing a backend server. The compiler is still the WASM based Nim Compiler in the Web which exports the HTML and Wasm file.
It could start with symbolic math, derivatives, integrals, equations, matrices, and step-by-step solutions, and grow from there.
Basically, a small computer algebra system for Nim + WASM. Link to the calculator: www.qoqoro.online