followup to the script patch.

Faried Nawaz <[email protected]> Fri, 12 Dec 2003 18:29:19 -0800
Newsgroups gmane.comp.lang.goo.general
Organization Integral Domains
Message-ID <[email protected]>
The patch does one thing that isn't right in src/eval/main.goo:

        (post "%=" (read-script (elt args 1) 'goo/user)))

It probably shouldn't post the output of evaluating the script.  That
makes goo useless for, say, cgis.

The code in c/grt.c:YPinit_world() ends with an exit(0); what if you
want to do exit(1)?  Should there be a global integer defined that you
can (set ...) inside goo?  Will that work?


Faried.