File: idea

package info (click to toggle)
maxima 5.6-17
  • links: PTS
  • area: main
  • in suites: woody
  • size: 30,572 kB
  • ctags: 47,715
  • sloc: ansic: 154,079; lisp: 147,553; asm: 45,843; tcl: 16,744; sh: 11,057; makefile: 7,198; perl: 1,842; sed: 334; fortran: 24; awk: 5
file content (17 lines) | stat: -rw-r--r-- 422 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

for windows we will have the user interface in tcl running under
regular wish8.0

It will start up and then fork off a maxima, and will listen
for a connection from it.

It will send back its 'cygnus' pid.   This can be used to invoke
the 'cygnus kill.exe' on the maxima process...

If the kill -INT from the shell is too slow, we can have a third
little process waiting to do this job, with a socket open from wish