PicoLisp Blog

PicoLisp Blog

Follow
homeGetting StartedWeb AppsDatabaseMobile AppsPilogPicoLisp Explored
Tag

forms

#forms

More content

Read more stories on Hashnode


Articles with this tag

Web Apps: GUI Component Interaction

Oct 15, 20213 min read

Task For a minimal "application", write a program that presents a form with three components to the user: a numeric input field ("Value") a button...

Web Apps: GUI Component Interaction

Web Application Programming in PicoLisp: Introducing the GUI framework

Oct 11, 20215 min read

Now that we have covered the basics of object-oriented programming in PicoLisp, we can finally start with the PicoLisp GUI framework! What is the...

Web Application Programming in PicoLisp: Introducing the GUI framework

Web Application Programming in PicoLisp: Creating HTML Forms, Part 1

Oct 6, 20216 min read

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...

Web Application Programming in PicoLisp: Creating HTML Forms, Part 1