JSage icon indicating copy to clipboard operation
JSage copied to clipboard

Something like Sage, but for the WebAssembly and JavaScript world.

Results 4 JSage issues
Sort by recently updated
recently updated
newest added

After installing on Windows 10 Pro 64 bit: npm install -g @jsage/jpython The command: npx jsage gives: '"bash"' is not recognized as an internal or external command, operable program or...

See https://github.com/pyodide/pyodide/tree/main/benchmark and https://pyodide.org/en/stable/project/roadmap.html#improve-performance-of-python-code-in-pyodide

The Jpython python parser strips 0's from the end of numeric literals. This is annoying and means that, e.g., "2.0" can't be a "constructor for a floating point number". Example:...

Hello, I have been using SageMath for many years and for me, the possibility of having the calculation part directly in wasm and being able to communicate with it directly...