Articles in this series
Up to now, all scripts we have discussed were fairly academic. They are nice to get solid PicoLisp skills, and to get the basics right. Nevertheless,...
Welcome back to the Web Application tutorial. Today we will discuss how the PicoLisp interpreter actually transforms a script to something the browser...
Now that we know how to create a HTTP-response out of a PicoLisp script, let's set up a server and try it out. What actually is a server? When...
In the last post, we started the server and hosted a minimal "Hello World"-script. The resulting HTML source consisted of a single <body> tag. Today...
In the last post, we expanded our "Hello World" example by some tags. However, the page still looks really boring. We need to add some...
Today we will show how to create a simple HTML form in PicoLisp. User Interaction in HTML If a website purely works in HTML, the user interface can...