hissp VS awesome-cl

Compare hissp vs awesome-cl and see what are their differences.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
hissp awesome-cl
29 78
445 2,945
0.2% 0.5%
5.8 9.0
about 2 months ago 1 day ago
Python Makefile
Apache 2.0 GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

hissp

Posts with mentions or reviews of hissp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-17.

awesome-cl

Posts with mentions or reviews of awesome-cl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-05-19.
  • Lisp in Web-Based Applications (2001)
    3 projects | news.ycombinator.com | 19 May 2026
    I like History but I'll comment about Lisp in web apps today, if I may. We have a choice of web servers and web libraries (https://github.com/CodyReichert/awesome-cl/#web-development), and we live in happy times where HTMX or Datastar are great fit for Lisp -as with any stack. See these Datastar examples built in CL: https://github.com/fsmunoz/datastar-cl I use and like the Mito ORM too, which comes with automatic migrations and, since last year, a composable query engine (SxQL).

    Here you will find some screenshots of some of today's web applications built in CL: http://lisp-screenshots.org/ and here an opinionated tutorial: https://web-apps-in-lisp.github.io/ One example: ScreenShotBot https://screenshotbot.io/ a successful open-source product and company. It now replaced Facebook's automatic screenshot testing tool (source: their blog).

    The incremental development and interactive top-level are still precious and unmatched.

  • SBCL: A Sanely-Bootstrappable Common Lisp (2008) [pdf]
    8 projects | news.ycombinator.com | 12 Mar 2026
  • Common Lisp, ASDF, and Quicklisp: packaging explained
    11 projects | news.ycombinator.com | 10 Dec 2025
    Pretty good, except and I don't share the advice to use package-inferred-systems, like, at all. It hides the third-party libraries you rely on, it prevents you from using one package in multiple files (a flexibility not common out there), you can't see the project's structure at first glance… just use a simple .asd file declaration, you'll be fine.

    more: https://lispcookbook.github.io/cl-cookbook/

    libraries: https://github.com/CodyReichert/awesome-cl/

  • Clojure Land – Discover open-source Clojure libraries and frameworks
    12 projects | news.ycombinator.com | 26 Oct 2025
    I'll invite to explore the CL ecosystem starting with https://github.com/CodyReichert/awesome-cl/ (it might be larger than one thinks)

    In terms of asynchronous programming, not built-in to implementations (like, no green threads), we have

    - https://github.com/orthecreedence/wookie - an asynchronous HTTP server

    - https://github.com/fukamachi/woo - fast non-blocking HTTP server on top of libev.

    - an actor-based task manager for Hunchentoot: https://github.com/mdbergmann/cl-tbnl-gserver-tmgr

    see also https://github.com/CodyReichert/awesome-cl/#parallelism-and-... for promise libraries, async libraries, the actor library, an STM library, lparallel (run tasks in parallel, easy and often useful), bindings to other async tools.

    Those libraries are active.

  • Graphics Livecoding in Common Lisp
    10 projects | news.ycombinator.com | 23 Apr 2025
    for folks looking for libraries: https://github.com/CodyReichert/awesome-cl/

    (I don't know for popularity but my personal opinion is that CL is still unmatched: this level of interactive development + good debugging tools + excellent implementation that compiles to fast machine code + fast startup for binaries + self-contained binaries + stable yet improving language, implementations and ecosystem + connect from a running program + commercial vendors if you need + … such a unique and productive set)

  • Blacksmithing and Lisp
    2 projects | news.ycombinator.com | 6 Apr 2025
    But where is it now? If not mainstream, where? Is it not used at all, or only by hobbyists, or also by successful companies, today? If it isn't mainstream, is it important, if not, what's the cursor?

    elements to not judge in the void https://github.com/azzamsa/awesome-lisp-companies/ (some are hiring) (that's just the companies we know, nothing official)

    https://github.com/CodyReichert/awesome-cl/

  • AP5 from a programmer's point of view (1990)
    1 project | news.ycombinator.com | 14 Oct 2024
    https://github.com/CodyReichert/awesome-cl#library-manager
  • CIEL Is an Extended Lisp
    19 projects | news.ycombinator.com | 30 Aug 2024
    I think https://github.com/CodyReichert/awesome-cl with a bit more trimming/tagging and interactivity (e.g. show all "stars") to empower users to explore the ecosystem and build their own image is a better way.

    There should also be a large disclaimer saying "Consider disregarding portability in favour of SBCL to get a more modern experience".

  • Common Lisp with batteries included: CIEL v0.2 (aka fast scripting with useful libraries)
    5 projects | dev.to | 30 Aug 2024
    awesome-cl
  • My mental model of setf was wrong
    4 projects | news.ycombinator.com | 29 Jul 2024
    It looks like CL is all the rage for quantum computing (and some AI companies).

    https://github.com/CodyReichert/awesome-cl

    Thinking about recent feedback:

    - https://blog.funcall.org//lisp%20psychoacoustics/2024/05/01/... (https://news.ycombinator.com/item?id=40233736) (2024)

What are some alternatives?

When comparing hissp and awesome-cl you can also consider the following projects:

hy - A dialect of Lisp that's embedded in Python

awesome-lisp-companies - Awesome Lisp Companies

hy-lisp-python - OLD repo! see notes below for new location!!! examples for my book "A Lisp Programmer Living in Python-Land: The Hy Programming Language"

clog - CLOG - The Common Lisp Omnificent GUI

libpython-clj - Python bindings for Clojure

cl-str - Modern, simple and consistent Common Lisp string manipulation library.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured

Did you know that Python is
the 1st most popular programming language
based on number of references?