Create a Common Lisp Web app using ningle

This page summarizes the projects mentioned and recommended in the original post on dev.to

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.
www.nutrient.io
featured
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.
coderabbit.ai
featured
  1. ningle

    Super micro framework for Common Lisp

    In this post we are going to build a Common Lisp web application using a light-weight framework called ningle.

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

    Nutrient logo
  3. clack

    Web server abstraction layer for Common Lisp (by fukamachi)

    As ningle is a thin framework, you need to have subtle knowledge about Clack. It is a server interface ningle bases on.

  4. roswell

    intended to be a launcher for a major lisp environment that just works.

    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.

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

  6. cl-beers

    Brewing Beers in Common Lisp and htmx

    The source code for this tutorial is hosted here in Github

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

    CodeRabbit logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • AP5 from a programmer's point of view (1990)

    1 project | news.ycombinator.com | 14 Oct 2024
  • My mental model of setf was wrong

    4 projects | news.ycombinator.com | 29 Jul 2024
  • Improving REPL experience in terminal?

    11 projects | /r/lisp | 17 May 2023
  • Stanford MYCIN or EMYCIN code available?

    5 projects | /r/lisp | 24 Jan 2023
  • Roswell image size reduction options (anyone tried?)

    1 project | /r/Common_Lisp | 15 Dec 2022

Did you know that Common Lisp is
the 34th most popular programming language
based on number of references?