Simple windowed application: Difference between revisions

Content added Content deleted
(move the "Capability:" part into the template.)
m (Changed hash-bang to full pathname)
Line 926: Line 926:
The standard PicoLisp GUI is HTTP based. Connect your browser to
The standard PicoLisp GUI is HTTP based. Connect your browser to
http://localhost:8080 after starting the following script.
http://localhost:8080 after starting the following script.
<lang PicoLisp>#!bin/picolisp lib.l
<lang PicoLisp>#!/usr/bin/picolisp /usr/lib/picolisp/lib.l


(load "ext.l" "lib/http.l" "lib/xhtml.l" "lib/form.l")
(load "@ext.l" "@lib/http.l" "@lib/xhtml.l" "@lib/form.l")


(zero *Count)
(zero *Count)