Application Development

The main tutorial can be found here. Please read through this document before proceeding with the underlying material.

Applications in Picolisp are essentially Web Apps. The main interface is through browser and each instance of the running app is stored as a session in the browser.

Within the underlying picolisp process, each instance is actually a forked process which is linked with the browser session.



http:///wiki/?appdev

04jun23   admin