On Monday, August 18, 2025 at 3:52:38 PM UTC-5 Nils Bruin wrote: Would "%cython" code work in it?
Yes, it seems to work. I tested using %%cython as a decorator for a simple factorial function. The resulting function got the right answer, although it was a bit slower than the pure python version of the same code. I think that is probably a feature of %%cython, however, not of the AppImage. - Marc -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/sage-devel/7b49d1ea-b625-4a27-b477-328604a7a040n%40googlegroups.com.
