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 dcbcb9dff5af11bb594c0aa156687768f8107b8c
parent 91c0363f5c67b70ec4396dc75a7e5d27ff737828
Author: Alexander Burger <abu@software-lab.de>
Date:   Fri,  3 Aug 2012 09:10:32 +0200

Minor doc addition
Diffstat:
Mdoc/app.html | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/app.html b/doc/app.html @@ -17,8 +17,8 @@ in PicoLisp. <p>It concentrates on the XHTML/CSS GUI-Framework (as opposed to the previous Java-AWT, Java-Swing and Plain-HTML frameworks), which is easier to use, more -flexible in layout design, and does not depend on plug-ins, JavaScript or -cookies. +flexible in layout design, and does not depend on plug-ins, JavaScript, cookies +or CSS. <p>A plain HTTP/HTML GUI has various advantages: It runs on any browser, and can be fully driven by scripts ("@lib/scrape.l").