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

Re: [sage-devel] wasm

2024-04-30 Thread Oscar Benjamin
> > Since I am not a programmer and nobody in my team is a mathematician (so my > > developers don't know Sage), I kindly ask on this list for any hints how we > > could proceed? > Sage mainly uses other open source C libraries to carry out these > factorizations, so you would need to be able t

Re: [sage-devel] wasm

2024-04-30 Thread David Roe
On Tue, Apr 30, 2024 at 3:29 AM 'Doris Behrendt' via sage-devel < sage-devel@googlegroups.com> wrote: > Hi all, > > My team is about to develop a webapp where we want to factor polynomials > with coefficients in ZZ. > We want to offer a dropdown menu where the user can select the base ring > and t

Re: [sage-devel] wasm

2024-04-30 Thread Oscar Benjamin
Hi Doris, I believe some parts of Sage can be used in WASM (via pyodide) but others cannot so I am not sure if it is possible to get the functionality that you want from Sage in WASM. It is however possible to use SymPy in WASM (via pyodide) as demonstrated here using JupyterLite: https://live.sy

[sage-devel] Re: sagemath-10.4 beta3

2024-04-30 Thread Kwankyu Lee
https://github.com/sagemath/sage/pull/37840 is handling the problem, I guess. On Sunday, April 28, 2024 at 8:56:36 AM UTC+9 Henri Girard wrote: > I still have this message on ubuntu 24.04 but it compiles fine in wsl2 > (sage 1.4. beta4) > > Any help ? In between I use sage conda 10.2.0 because

[sage-devel] wasm

2024-04-30 Thread 'Doris Behrendt' via sage-devel
Hi all, My team is about to develop a webapp where we want to factor polynomials with coefficients in ZZ. We want to offer a dropdown menu where the user can select the base ring and then the factorisation changes interactively. We use React and JavaScript and also Web Assembly, e.g. for our We