
-
In this post we are going to build a Common Lisp web application using a light-weight framework called ningle.
-
Nutrient
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
-
As ningle is a thin framework, you need to have subtle knowledge about Clack. It is a server interface ningle bases on.
-
Clack is a web application environment for Common Lisp inspired by Python's WSGI and Ruby's Rack. Clack provides a script to start a web server. It's useful when you deploy to production environment. You need to install Roswell before as Clack depends on it.
-
roswell
Discontinued intended to be a launcher for a major lisp environment that just works. [Moved to: https://github.com/roswell/roswell] (by snmsts)
You need roswell to install clack
-
The source code for this tutorial is hosted here in Github
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.