Web Application Programming in PicoLisp: Prefix Classes
In the last post, we have shown how to create an extremely minimalistic HTML form without any styling. This was the code:
(form NIL
(gui 'a '(+TextField) 30 "First Name")
(<br>)
(gui 'b '(+TextField) 30 "Last Name") ...
picolisp-explored.com6 min read