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 62bfab831e4b55b38b8be4b3ca9ae3c5b460af0b
parent 5e91a9510302eb1de6750c3f54c85643b52fa1f5
Author: Alexander Burger <abu@software-lab.de>
Date:   Sat, 25 Jun 2011 09:48:03 +0200

Removed 'p' (obsolete, replaced by 'pil')
Diffstat:
Mrcsim/README | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rcsim/README b/rcsim/README @@ -1,4 +1,4 @@ -12nov09abu +25jun11abu (c) Software Lab. Alexander Burger @@ -51,11 +51,11 @@ PicoLisp servers with 'killall picolisp'. You can start the PicoLisp server with - $ ./p rcsim/applet.main.l -main -go -wait + $ ./pil rcsim/applet.main.l -main -go -wait or (to get an interactive PicoLisp command line) with - $ ./dbg rcsim/main.l -main -go + $ ./pil rcsim/main.l -main -go + and then point your browser to "http://localhost:8080".