Run as a daemon or service: Difference between revisions

PARI
(PARI)
Line 79:
$ pkill -x dumper
$ rm dump</pre>
 
=={{header|PARI/GP}}==
GP scripts cannot run in this fashion directly, but can be compiled into PARI code with <code>gp2c</code>. PARI code, whether from <code>gp2c</code> or not, can be run as a daemon just as [[#C|C]] would be.
 
=={{header|PicoLisp}}==