picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit 4571e47e8aa4d51523129596cf24e0e61392f34a
parent 752ad94c7ff341664847a55cfab251802300b8a3
Author: Alexander Burger <abu@software-lab.de>
Date:   Tue, 10 May 2011 12:18:56 +0200

Global vs. local invocation
Diffstat:
Mdoc/app.html | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/app.html b/doc/app.html @@ -326,7 +326,7 @@ the server process (you must have generated a <a href="#pw">".pw" file</a> for this), and enter the <code>html</code> statement <pre><code> -$ /usr/share/picolisp/bin/psh 8080 +$ /usr/lib/picolisp/bin/psh 8080 : (html 0 "Hello" "@lib.css" NIL "Hello World!") HTTP/1.0 200 OK Server: PicoLisp @@ -456,7 +456,7 @@ application server is running, and you did generate a <a href="#pw">".pw" file</a>) <pre><code> -$ /usr/share/picolisp/bin/psh 8080 +$ /usr/lib/picolisp/bin/psh 8080 : </code></pre>