Re: [sage-devel] Re: wasm

2024-05-02 Thread parisse
giac has a wasm version, that support factoring over Q, Q[extension], approx real, approx complex, Z/pZ and GF(p,n). Example: [url=https://www-fourier.univ-grenoble-alpes.fr/%7eparisse/xcasen.html#exec&filename=%40session&python=1&radian=1&cas=0,0,factor(x%5E4%2B4)&cas=0,200,factor(x%5E4%2B4%2Ci)&

Re: [sage-devel] Re: wasm

2024-04-30 Thread Dima Pasechnik
It's interesting to compare this with the development by cocalc people, cowasm Perhaps William can explain the differences. On 30 April 2024 18:00:26 BST, Matthias Koeppe wrote: >Hi Doris, >porting Sage to pyodide is in progress, see >https://github.com/sagemath/sage/iss

Re: [sage-devel] Re: wasm

2024-04-30 Thread 'William Stein' via sage-devel
Hi, Thanks Dima for mentioning CoWasm. Unfortunately, I ran out of resources to work on cowasm, so there likely won't be any further work on it until things change. -- William On Tue, Apr 30, 2024 at 2:53 PM Dima Pasechnik wrote: > It's interesting to compare this with the development by coc

[sage-devel] Re: wasm

2024-04-30 Thread Matthias Koeppe
Hi Doris, porting Sage to pyodide is in progress, see https://github.com/sagemath/sage/issues/34539, but it's not ready to be used for what you have in mind. I second Oscar's suggestion to look into using *sympy* and/or *python-flint* . The current status of the Sage pyodide port: - Some key de