Skip to content

jasongrout/sage-forker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Sage Forker

See this sage-devel thread for the original posting by Jeroen Demeyer about sage-forker. Here are Jeroen's instructions:

First of all, you need to compile:

$ gcc fsage.c -o fsage

Then, start up the mothersage:

$ sage
----------------------------------------------------------------------
| Sage Version 4.6.1, Release Date: 2011-01-11                       |
| Type notebook() for the GUI, and license() for information.        |
----------------------------------------------------------------------
sage: load "sage-forker.pyx"
Compiling ./sage-forker.pyx...
sage: sage_forker()

Now open a new terminal and watch the Sage prompt appear without delay:

$ ./fsage
----------------------------------------------------------------------
| Sage Version 4.6.1, Release Date: 2011-01-11                       |
| Type notebook() for the GUI, and license() for information.        |
----------------------------------------------------------------------
sage:

About

A forking Sage daemon server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages