GeistHaus
log in · sign up

The Common Lisp Cookbook – Web development

lispcookbook.github.io

A collection of examples of how to use Common Lisp

5 pages link to this URL
Writing an interactive web app in Common Lisp: Hunchentoot then CLOG - Lisp journey

We want a web app to display a list of data and have an input field to interactively filter it.We’ll start with a simple, regular web app built with Hunchentoot. We’ll have a search input to filter our data, and we’ll see that to be more interactive, typically to filter out the results as the user types, we’ll need more than basic HTTP requests. We’ll need some JavaScript. But we’ll reach this level of interactivity with CLOG (and no JavaScript).

1 inbound link article en tutorialweblibrariescompaniesproductguitipdebuggingclojurepythonsbcldatabaseweb-scrapingabclgoogle-special-tag
Common Lisp web development and the road to a middleware

I’ve been looking recently for a Common Lisp system, which would allow me to expose a service I am developing over a REST API and honestly the options available right now in the Common Lisp ecosystem may be a bit overwhelming at first.