Read-only forum archive

loading remote libraries

loading remote libraries

user · Thu Apr 04, 2013 2:09 pm

Is there any way to load a library from a URL? If not, could Singular developers extend the syntax?

I would like to use Singular inside sagecell (see sagecell.sagemath.org/) and I need the newest version of grobcov library.

Thanks.

Re: loading remote libraries

malex · Fri Apr 05, 2013 2:59 pm

user wrote:
Is there any way to load a library from a URL?


No, but as a workaround you can use system("sh", "wget...") or similar.