<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Track Awesome Cl Updates Daily</title>
  <id>https://www.trackawesomelist.com/CodyReichert/awesome-cl/feed.xml</id>
  <updated>2026-02-17T03:12:38.412Z</updated>
  <link rel="self" type="application/atom+xml" href="https://www.trackawesomelist.com/CodyReichert/awesome-cl/feed.xml"/>
  <link rel="alternate" type="application/json" href="https://www.trackawesomelist.com/CodyReichert/awesome-cl/feed.json"/>
  <link rel="alternate" type="text/html" href="https://www.trackawesomelist.com/CodyReichert/awesome-cl/"/>
  <generator uri="https://github.com/bcomnes/jsonfeed-to-atom#readme" version="1.2.2">jsonfeed-to-atom</generator>
  <icon>https://www.trackawesomelist.com/favicon.ico</icon>
  <logo>https://www.trackawesomelist.com/icon.png</logo>
  <subtitle>A curated list of awesome Common Lisp frameworks, libraries and other shiny stuff.</subtitle>
  <entry>
    <id>https://www.trackawesomelist.com/2026/02/17/</id>
    <title>Awesome Cl Updates on Feb 17, 2026</title>
    <updated>2026-02-17T03:12:38.412Z</updated>
    <published>2026-02-17T03:12:38.350Z</published>
    <content type="html"><![CDATA[<h3><p>Matrix libraries / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/Lisp-Stat/lla" rel="noopener noreferrer">LLA (⭐18)</a> -  Lisp Linear Algebra. MS-PL.<ul>
<li>a high-level Common Lisp library built on on BLAS and LAPACK, but providing a more abstract interface with the purpose of freeing the user from low-level concerns and reducing the number of bugs in numerical code.</li>
</ul>
</li>
</ul>
<h3><p>Utils / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/atgreen/cl-cancel" rel="noopener noreferrer">cl-cancel (⭐1)</a> -  Cancellation propagation library for Common Lisp with deadlines and timeouts. MIT. <em>With LLM</em>.</li>
</ul>
<h3><p>Event processing / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/atgreen/cl-nats" rel="noopener noreferrer">cl-nats (⭐3)</a> -  A full-featured NATS messaging client for Common Lisp. MIT. <em>With LLM</em>.<ul>
<li>Pub/Sub, request/reply, TLS 1.3, auto-reconnect, cluster discovery, Keep-Alive, cancellation.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/02/17/"/>
    <summary>3 awesome projects updated on Feb 17, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/02/14/</id>
    <title>Awesome Cl Updates on Feb 14, 2026</title>
    <updated>2026-02-14T02:51:34.970Z</updated>
    <published>2026-02-14T02:51:34.967Z</published>
    <content type="html"><![CDATA[<h3><p>Showcase</p>
</h3>
<ul>
<li>🔥 <a href="https://www.lisp-screenshots.org/" rel="noopener noreferrer">lisp-screenshots.org</a></li>
</ul>

<ul>
<li><a href="https://github.com/azzamsa/awesome-lisp-companies/" rel="noopener noreferrer">awesome-lisp-companies (⭐641)</a></li>
</ul>

<ul>
<li><a href="https://github.com/azzamsa/awesome-cl-software" rel="noopener noreferrer">cl-software (⭐379)</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/02/14/"/>
    <summary>3 awesome projects updated on Feb 14, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/02/11/</id>
    <title>Awesome Cl Updates on Feb 11, 2026</title>
    <updated>2026-02-11T03:24:42.909Z</updated>
    <published>2026-02-11T03:24:41.858Z</published>
    <content type="html"><![CDATA[<h3><p>JSON</p>
</h3>
<ul>
<li><a href="https://git.sr.ht/~q3cpma/cl-json-utils" rel="noopener noreferrer">cl-json-utils</a> - querying JSON, inspired by JSONPath by lisp-ier.<ul>
<li>jsonpath: <code>$.store.book[*].author</code>, json-utils: <code>(query $ "store" "book" :wild "author")</code></li>
</ul>
</li>
</ul>
<h3><p>XML</p>
</h3>
<ul>
<li><a href="https://github.com/gwangjinkim/cl-excel" rel="noopener noreferrer">cl-excel (⭐13)</a> - a modern and powerful Common Lisp library for reading and writing Microsoft Excel .xlsx and LibreOffice .ods files. MIT.<ul>
<li>"allow developers to handle complex spreadsheets with minimal code while maintaining memory efficiency for large datasets."</li>
<li>full writing support.</li>
<li>robust format detection.</li>
</ul>
</li>
</ul>
<h3><p>Miscellaneous</p>
</h3>
<ul>
<li><a href="https://github.com/bohonghuang/eon" rel="noopener noreferrer">eon (⭐43)</a> -  An easy-to-use but flexible game framework based on Raylib for Common Lisp. Apache2.0.</li>
</ul>

<ul>
<li><a href="https://github.com/ruricolist/lisp-magick-wand" rel="noopener noreferrer">lisp-magick-wand (⭐21)</a> - ImageMagick bindings. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD</a>. Not in Quicklisp.</li>
</ul>
<h3><p>Javascript / Isomorphic web frameworks</p>
</h3>
<ul>
<li><a href="https://github.com/fsmunoz/datastar-cl" rel="noopener noreferrer">datastar-cl (⭐58)</a> - Datastar Common Lisp SDK.<ul>
<li>online demo: <a href="https://dataspice.interlaye.red/" rel="noopener noreferrer">https://dataspice.interlaye.red/</a></li>
</ul>
</li>
</ul>
<h3><p>Job processing / Third-party APIs</p>
</h3>
<ul>
<li><a href="http://ds26gte.github.io/pregexp/index.html" rel="noopener noreferrer">pregexp</a> -  Portable Regular Expressions for Scheme and Common Lisp.</li>
</ul>
<h3><p>Emacs / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://codeberg.org/IDEmacs/IDEmacs" rel="noopener noreferrer">IDEmacs</a> is an attempt at making Emacs beginner friendly.<ul>
<li>it ships Sly for Common Lisp. With Emacs v29 or higher, you can try IDEmacs temporarily without messing with your .emacs configuration, thanks to the new <code>--init-directory</code> option.</li>
</ul>
</li>
</ul>
<h3><p>Documentation lookup / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/digikar99/cl-docsearch" rel="noopener noreferrer">cl-docsearch (⭐5)</a> -  A tool to search documentation of lisp symbols in the current lisp image.<ul>
<li>indexes and searches the documentation string too.</li>
<li><a href="https://github.com/digikar99/cl-docsearch/blob/main/README-docsearch-ollama.md" rel="noopener noreferrer">docsearch-ollama (⭐5)</a> provides Common Lisp documentation search functionality through Ollama. It computes and caches embeddings corresponding to symbol documentation, and looks up user queries by comparing the cosine similarity of the query embedding with symbol documentation embeddings.<ul>
<li>we can do something like: <code>(query "How do I remove whitespace from the ends of a string?")</code></li>
</ul>
</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/02/11/"/>
    <summary>8 awesome projects updated on Feb 11, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/02/08/</id>
    <title>Awesome Cl Updates on Feb 08, 2026</title>
    <updated>2026-02-08T09:14:42.919Z</updated>
    <published>2026-02-08T09:14:41.622Z</published>
    <content type="html"><![CDATA[<h3><p>Educational</p>
</h3>
<ul>
<li><a href="https://github.com/norvig/paip-lisp" rel="noopener noreferrer">PAIP-lisp (⭐7.4k)</a> - Lisp code for the textbook <a href="https://norvig.github.io/paip-lisp/#/" rel="noopener noreferrer">"Paradigms of Artificial Intelligence Programming"</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/aimacode/aima-lisp" rel="noopener noreferrer">AIMA-lisp (⭐430)</a> -  Common Lisp implementation of algorithms from Russell and Norvig's "Artificial Intelligence - A Modern Approach".</li>
</ul>

<ul>
<li>the book <a href="http://www.incompleteideas.net/book/the-book.html" rel="noopener noreferrer">Reinforcement Learning: An Introduction</a>, by Richard S. Sutton and Andrew G. Barto, with code in Lisp.<ul>
<li>the authors are the recipients of the <a href="https://awards.acm.org/about/2024-turing" rel="noopener noreferrer">2024 ACM A.M. Turing Award</a> for developing the conceptual and algorithmic foundations of reinforcement learning.</li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://codeberg.org/johnlorentzson/asdf-dependency-traverser/" rel="noopener noreferrer">asdf-dependency-traverser</a> - a small utility for traversing the dependency tree of an ASDF system. Zlib.</li>
</ul>
<h3><p>Lisp parsers</p>
</h3>
<ul>
<li><a href="https://github.com/fstamour/breeze/" rel="noopener noreferrer">Eclector (⭐25)</a> - A portable Common Lisp reader that is highly customizable, can recover from errors and can return concrete syntax trees.<ul>
<li><em>under active development</em></li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://github.com/atgreen/rewrite-cl" rel="noopener noreferrer">rewrite-cl (⭐16)</a> - Read, modify, and write Common Lisp source code while preserving whitespace and comments. MIT. <em>Built with LLMs</em>.</li>
</ul>

<ul>
<li><a href="https://github.com/fstamour/breeze/" rel="noopener noreferrer">breeze (⭐25)</a> - experiments on workflows for Common Lisp. WIP.</li>
</ul>
<h3><p>Iteration</p>
</h3>
<ul>
<li><a href="https://github.com/slburson/misc-extensions" rel="noopener noreferrer">gmap (⭐22)</a> - A concise and extensible iteration facility that has the advantage of integrating well with FSet (see the Data Structures section), as it was written by the same author. In Quicklisp as part of <code>misc-extensions</code>. Public domain.</li>
</ul>
<h3><p>Parsing html / Isomorphic web frameworks</p>
</h3>
<ul>
<li><a href="https://github.com/atgreen/cl-sanitize-html/" rel="noopener noreferrer">cl-sanitize-html (⭐9)</a> - OWASP-style HTML sanitization library for Common Lisp, designed for safely rendering untrusted HTML content (like HTML emails or user-generated content). MIT.<ul>
<li>partly LLM. <a href="https://old.reddit.com/r/Common_Lisp/comments/1q30bqh/atgreenclsanitizehtml_a_common_lisp_library_for/" rel="noopener noreferrer">reddit announce</a>.</li>
<li>related: <a href="https://codeberg.org/cage/trivial-sanitize" rel="noopener noreferrer">trivial-sanitize</a></li>
</ul>
</li>
</ul>
<h3><p>HTTPS / Hosting platforms</p>
</h3>
<ul>
<li><a href="https://github.com/atgreen/pure-tls" rel="noopener noreferrer">pure-tls (⭐34)</a> -  Pure Common Lisp TLS 1.3 implementation, HTTPS server with automatic Let's Encrypt certificate. MIT<ul>
<li>warn: new code, partly done with LLMs.</li>
<li>read:<ul>
<li><a href="https://atgreen.github.io/repl-yell/posts/pure-tls/" rel="noopener noreferrer">Building a TLS 1.3 implementation in Common Lisp</a></li>
<li><a href="https://atgreen.github.io/repl-yell/posts/pure-tls-acme/" rel="noopener noreferrer">Automatic TLS Certificates for Common Lisp with pure-tls/acme</a></li>
</ul>
</li>
</ul>
</li>
</ul>
<h3><p>Updating executables / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/atgreen/cl-selfupdate" rel="noopener noreferrer">cl-selfupdate (⭐12)</a> -  Self-update functionality for Common Lisp executables via GitHub/GitLab Releases. MIT.</li>
</ul>
<h3><p>Linting, code formatting / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/ocicl/ocicl/" rel="noopener noreferrer">ocicl (⭐275)</a>'s built-in linter and auto-fix feature.</li>
</ul>

<ul>
<li><a href="https://github.com/eschulte/lisp-format" rel="noopener noreferrer">lisp-format (⭐60)</a> and <a href="https://github.com/yitzchak/cl-indentify" rel="noopener noreferrer">cl-indentify (⭐25)</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/02/08/"/>
    <summary>13 awesome projects updated on Feb 08, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/01/02/</id>
    <title>Awesome Cl Updates on Jan 02, 2026</title>
    <updated>2026-01-02T13:01:59.245Z</updated>
    <published>2026-01-02T13:01:59.245Z</published>
    <content type="html"><![CDATA[<h3><p>Reactive programming</p>
</h3>
<ul>
<li>NEW (2025) · <a href="https://github.com/alex-gutev/live-cells-cl/" rel="noopener noreferrer">live-cells (⭐5)</a> -  A reactive programming library for Lisp. BSD_3Clause.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/01/02/"/>
    <summary>1 awesome projects updated on Jan 02, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/12/31/</id>
    <title>Awesome Cl Updates on Dec 31, 2025</title>
    <updated>2025-12-31T02:25:11.947Z</updated>
    <published>2025-12-31T02:25:11.271Z</published>
    <content type="html"><![CDATA[<h3><p>MCP servers</p>
</h3>
<ul>
<li><a href="https://github.com/cl-ai-project/cl-mcp" rel="noopener noreferrer">cl-MCP (⭐40)</a> - MCP for Common Lisp.<ul>
<li>provides a newline‑delimited JSON‑RPC 2.0 transport over stdio or TCP, a small protocol layer (initialize, ping, tools/list, tools/call), and a REPL tool that evaluates forms and returns the last value.</li>
</ul>
</li>
</ul>
<h3><p>Expert Systems</p>
</h3>
<ul>
<li><a href="https://github.com/davypough/wouldwork" rel="noopener noreferrer">WouldWork (⭐3)</a> - solve classical planning and constraint satisfaction problems without extensive programming experience. BSD_3Clause.</li>
</ul>
<h3><p>To third parties</p>
</h3>
<ul>
<li><a href="https://github.com/coalton-lang/coalton-zmq" rel="noopener noreferrer">coalton-zmq (⭐0)</a> - ZeroMQ interface for Coalton.<ul>
<li>"It's complete enough to be useful for building apps that use ZeroMQ". Many of the official <a href="https://github.com/coalton-lang/coalton-zmq/tree/main/zmq-examples" rel="noopener noreferrer">ZeroMQ examples (⭐0)</a> are implemented.</li>
</ul>
</li>
</ul>
<h3><p>Changing the syntax</p>
</h3>
<ul>
<li><a href="https://gitlab.com/digikar/moonli" rel="noopener noreferrer">Moonli</a> - a Julia/Python-ish syntax layer that transpiles to Common Lisp.<ul>
<li><em>experimental</em>. New as of 2025.</li>
</ul>
</li>
</ul>
<h3><p>HTTP Servers / Hunchentoot plugins</p>
</h3>
<ul>
<li><a href="https://github.com/y2q-actionman/hunchentoot-recycling-taskmaster" rel="noopener noreferrer">hunchentoot-recycling-taskmaster (⭐9)</a> - a taskmaster implementation for Hunchentoot, aiming to improve connection establishment efficiency through thread-pooling and flexible thread count adjustment. BSD_2Clause.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/12/31/"/>
    <summary>5 awesome projects updated on Dec 31, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/12/19/</id>
    <title>Awesome Cl Updates on Dec 19, 2025</title>
    <updated>2025-12-19T02:22:46.268Z</updated>
    <published>2025-12-19T02:22:46.268Z</published>
    <content type="html"><![CDATA[<h3><p>To third parties</p>
</h3>
<ul>
<li><a href="https://fossil.cyberia9.org/cl-remizmq/index" rel="noopener noreferrer">cl-remizmq</a> - ZeroMQ sockets, messages, timers, atomics, and proxies.<ul>
<li>low-level and high-level APIs. Tested with libzmq 5.2.5, any v4.x and v5.x should work, v3.x may as well.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/12/19/"/>
    <summary>1 awesome projects updated on Dec 19, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/12/18/</id>
    <title>Awesome Cl Updates on Dec 18, 2025</title>
    <updated>2025-12-18T13:05:23.208Z</updated>
    <published>2025-12-18T13:05:23.207Z</published>
    <content type="html"><![CDATA[<h3><p>Readline, ncurses and other graphical TUI helpers / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/nallen05/old-norse" rel="noopener noreferrer">old-norse (⭐19)</a> - a low-latency, grid-based terminal graphics engine with an integrated event loop. MIT.<ul>
<li>mouse support, 60fps rendering, deploy anywhere via SSH or TTYD.</li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://github.com/Plisp/uncursed" rel="noopener noreferrer">uncursed (⭐36)</a> - cross-platform library for writing terminal interfaces with minimal dependencies. BSD_3Clause.<ul>
<li>a higher-level buffered drawing abstraction and low-level utilities are provided.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/12/18/"/>
    <summary>2 awesome projects updated on Dec 18, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/12/15/</id>
    <title>Awesome Cl Updates on Dec 15, 2025</title>
    <updated>2025-12-15T13:07:41.516Z</updated>
    <published>2025-12-15T13:07:41.516Z</published>
    <content type="html"><![CDATA[<h3><p>REPLs / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/atgreen/icl" rel="noopener noreferrer">icl (⭐149)</a> - an enhanced REPL for the terminal. MIT.<ul>
<li>based on Slynk: shares many features with Slime.</li>
<li>interactive inspector</li>
<li>experimental <code>,explain</code> command that fires up Gemini or Claude CLI.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/12/15/"/>
    <summary>1 awesome projects updated on Dec 15, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/12/11/</id>
    <title>Awesome Cl Updates on Dec 11, 2025</title>
    <updated>2025-12-11T02:23:18.520Z</updated>
    <published>2025-12-11T02:23:17.422Z</published>
    <content type="html"><![CDATA[<h3><p>JSON</p>
</h3>
<ul>
<li><a href="https://git.sr.ht/~hajovonta/cl-jsonpath" rel="noopener noreferrer">cl-jsonpath</a> - A JSONPath implementation for Common Lisp with 99% test compliance and complete real-world compatibility. MIT. With AI inside.</li>
</ul>
<h3><p>Linting, code formatting / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/fukamachi/mallet" rel="noopener noreferrer">mallet (⭐70)</a> -  A sensible Common Lisp linter that catches real mistakes, not style. MIT.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/12/11/"/>
    <summary>2 awesome projects updated on Dec 11, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/11/24/</id>
    <title>Awesome Cl Updates on Nov 24, 2025</title>
    <updated>2025-11-24T16:17:54.867Z</updated>
    <published>2025-11-24T16:17:53.529Z</published>
    <content type="html"><![CDATA[<h3><p>Expert Systems</p>
</h3>
<ul>
<li><a href="https://github.com/youngde811/Lisa" rel="noopener noreferrer">Lisa (⭐132)</a> - a production-quality, forward-chaining expert system shell featuring an optimized implementation of Charles Forgy's Rete algorithm, a highly efficient solution to the difficult many-to-many pattern matching problem. MIT.</li>
</ul>
<h3><p>Educational</p>
</h3>
<ul>
<li><a href="https://codeberg.org/shinmera/modularize" rel="noopener noreferrer">modularize</a> -  A modularization framework for Common Lisp. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.<ul>
<li>provides a common interface to segregate major application components.</li>
<li>for instance, by adding module definition options you can introduce mechanisms to tie modules together in functionality, hook into each other and so on.</li>
<li>acts as a wrapper around <code>defpackage</code> and integrates into ASDF.</li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://github.com/eudoxia0/asdf-linguist" rel="noopener noreferrer">asdf-linguist (⭐35)</a> - Extensions for ASDF for compiling various languages and running various preprocessing tools on files in your project. <a href="https://directory.fsf.org/wiki/License:Expat" rel="noopener noreferrer">Expat</a>.<ul>
<li>Sass, LESS, Myth, C, C++, Fortran, CSS/JS minifiers, ParensScript, Make, CMake, org-mode, pandoc, dot, diita…</li>
<li>currently archived and unmaintained.</li>
</ul>
</li>
</ul>
<h3><p>C, C++</p>
</h3>
<ul>
<li>NEW as of 2025 <a href="https://github.com/saman-pasha/cicili/" rel="noopener noreferrer">Cicili (⭐43)</a> - C generator macro-driven language. GPL3.0.<ul>
<li>"can use lisp libraries to produce compile time content like html, json, sql, ... for inside C generated code".</li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://codeberg.org/shinmera/crypto-shortcuts" rel="noopener noreferrer">crypto-shortcuts</a> - Collection of common crypto shortcuts. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.</li>
</ul>
<h3><p>Persistent object databases</p>
</h3>
<ul>
<li><a href="https://codeberg.org/shinmera/ubiquitous" rel="noopener noreferrer">ubiquitous</a> - A library providing easy-to-use persistent configuration storage. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.</li>
</ul>
<h3><p>Graph databases</p>
</h3>
<ul>
<li><a href="https://github.com/JermellB/restagraph" rel="noopener noreferrer">restagraph (⭐0)</a> - an app that dynamically generates REST APIs for a Neo4j database, using a schema defined within the database. <a href="http://www.gnu.org/copyleft/gpl.html" rel="noopener noreferrer">GPL3</a>.</li>
</ul>
<h3><p>JSON</p>
</h3>
<ul>
<li><a href="https://github.com/dotemacs/pantry" rel="noopener noreferrer">pantry (⭐4)</a> - client library for the <a href="https://getpantry.cloud/" rel="noopener noreferrer">Pantry JSON storage service</a>. BSD.</li>
</ul>
<h3><p>Parsing html / Isomorphic web frameworks</p>
</h3>
<ul>
<li>👍 <a href="https://codeberg.org/shinmera/plump" rel="noopener noreferrer">Plump</a> - A lenient HTML/XML parser, tolerant on malformed markup. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>. Best used with <a href="https://codeberg.org/shinmera/lquery" rel="noopener noreferrer">lquery</a> and <a href="https://codeberg.org/shinmera/CLSS" rel="noopener noreferrer">clss</a>.</li>
</ul>
<h3><p>YAML</p>
</h3>
<ul>
<li><a href="https://codeberg.org/shinmera/trivial-extensible-sequences" rel="noopener noreferrer">trivial-extensible-sequences</a> - Portability library for the extensible sequences protocol (<a href="http://www.sbcl.org/manual/#Extensible-Sequences" rel="noopener noreferrer">SBCL documentation</a>). <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.</li>
</ul>

<ul>
<li>also cl-containers, cl-data-structures, serapeum</li>
</ul>

<ul>
<li>also cl-containers, cl-data-structures</li>
</ul>

<ul>
<li>Serapeum's hash-table functions: <code>dict</code> etc.</li>
</ul>

<ul>
<li><a href="https://codeberg.org/glv/bst" rel="noopener noreferrer">bst</a> - Binary Search Tree. <a href="http://www.gnu.org/copyleft/gpl.html" rel="noopener noreferrer">GPL3</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/ItsMeForLua/cl-freelock" rel="noopener noreferrer">cl-freelock (⭐27)</a> - thread-safe, lock-free queues optimized for different use cases and hardware. The library offers three queue types, each designed for specific concurrency patterns and performance requirements.<ul>
<li>On systems with many cores, cl-freelock demonstrates up to 3.2x performance improvements over competing libraries.</li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://github.com/hraban/cl-containers" rel="noopener noreferrer">cl-containers (⭐72)</a> - an extensive library of data structures and utilities - queues, trees, heaps, doubly-linked lists, sets, bags,... <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a><ul>
<li>and a "standard interface so that they are simpler to use and so that changing design decisions becomes significantly easier".</li>
</ul>
</li>
</ul>
<h3><p>Objective-C</p>
</h3>
<ul>
<li><a href="https://github.com/byulparan/cl-nextstep" rel="noopener noreferrer">cl-nextstep (⭐44)</a> -  Cocoa binding for Common Lisp on macOS.</li>
</ul>

<ul>
<li><a href="https://codeberg.org/shinmera/cocoas" rel="noopener noreferrer">cocoas</a> -  A toolkit library to help deal with CoreFoundation, Cocoa, and objc. zlib.</li>
</ul>
<h3><p>Miscellaneous</p>
</h3>
<ul>
<li><a href="https://codeberg.org/shirakumo/trial" rel="noopener noreferrer">Trial</a> - Trial is an OpenGL game engine with a heavy focus on modularity. It is supposed to provide a large toolkit of useful bits and pieces from which you can create a game. Custom: <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a> with a political clause added.<ul>
<li>the <a href="https://kandria.com/" rel="noopener noreferrer">Kandria</a> game is built with Trial.</li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://github.com/borodust/trivial-gamekit" rel="noopener noreferrer">trivial-gamekit (⭐175)</a> – With this small framework you would be able to make simple 2D games: draw basic geometric forms, images and text, play sounds and listen to mouse and keyboard input. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/mishoo/queen.lisp" rel="noopener noreferrer">Queen.lisp (⭐61)</a> - Chess Utilities For Common Lisp. MIT.<ul>
<li>board generation (0x88 method), move generation, FEN/SAN/PGN parser and generator, basic evaluation engine.</li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://github.com/calsys456/trivial-svg" rel="noopener noreferrer">trivial-svg (⭐23)</a> - render SVG images to PNG using Vecto and zpb-ttf. 0BSD.</li>
</ul>

<ul>
<li><a href="https://codeberg.org/shinmera/qtools/" rel="noopener noreferrer">Qtools</a> - A Qt toolkit, based on CommonQt. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a> Also <a href="https://codeberg.org/shinmera/qtools-ui" rel="noopener noreferrer">Qtools-ui</a> (premade UI components), with <a href="https://www.youtube.com/watch?v=KwASFOhYta4&amp;index=7&amp;list=PLkDl6Irujx9Mh3BWdBmt4JtIrwYgihTWp" rel="noopener noreferrer">videos</a>.</li>
</ul>

<ul>
<li><a href="https://codeberg.org/shinmera/file-select" rel="noopener noreferrer">file-select</a> -  A library to invoke the native system file dialog to select or create files. Zlib.</li>
</ul>
<h3><p>Mobile</p>
</h3>
<ul>
<li>⭐ <a href="https://ccl.clozure.com/" rel="noopener noreferrer">CCL</a> - Clozure Common Lisp; compiler-only implementation, generates native code.  <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.</li>
</ul>

<ul>
<li><a href="http://www.cons.org/cmucl/" rel="noopener noreferrer">CMUCL</a> - An implementation from Carnegie Mellon University. Public domain. SBCL is a fork of CMUCL.</li>
</ul>

<ul>
<li><a href="https://codeberg.org/shinmera/cl-all" rel="noopener noreferrer">cl-all</a> - A script to run Lisp snippets in multiple implementations. This allows you to quickly compare implementation behaviour and differences. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.</li>
</ul>
<h3><p>Lisp parsers</p>
</h3>
<ul>
<li>👍 <a href="https://github.com/ruricolist/serapeum/" rel="noopener noreferrer">serapeum (⭐491)</a> - Another general-purpose utility library. <a href="https://directory.fsf.org/wiki/License:Expat" rel="noopener noreferrer">Expat</a>.</li>
</ul>
<h3><p>Portability layers</p>
</h3>
<ul>
<li><a href="https://codeberg.org/shinmera/trivial-arguments" rel="noopener noreferrer">trivial-arguments</a> - A portable library to retrieve the arguments list and argument types of a function. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.</li>
</ul>

<ul>
<li><a href="https://codeberg.org/shinmera/definitions" rel="noopener noreferrer">definitions</a> - a general definitions introspection library. It gives you the ability to retrieve definitions or bindings associated with designators such as symbols, packages, and names in general. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.</li>
</ul>
<h3><p>Iteration</p>
</h3>
<ul>
<li><a href="https://github.com/s-expressionists/Khazern" rel="noopener noreferrer">Khazern (⭐20)</a> - An implementation of CL:LOOP that can be used in any CL implementation without replacing the core CL:LOOP, is extensible and has a "batteries included" extension system with many useful iteration constructs.</li>
</ul>
<h3><p>Other books</p>
</h3>
<ul>
<li><a href="https://www.qrg.northwestern.edu/BPS/readme.html" rel="noopener noreferrer">Building Problem Solvers</a> (<a href="https://www.qrg.northwestern.edu/BPS/BPS-Searchable.pdf" rel="noopener noreferrer">PDF</a>) by Ken Forbus and Johan de Kleer, made available for free by MIT Press - a  unique book among standard artificial intelligence texts in combining science and engineering, theory and craft to describe the construction of AI reasoning systems, and including code illustrating the ideas.</li>
</ul>
<h3><p>HTTP Servers</p>
</h3>
<ul>
<li><a href="https://github.com/sharplispers/portableaserve" rel="noopener noreferrer">portableaserve (⭐9)</a> - an attempt to provide the functionality of Franz.com's <a href="https://github.com/franzinc/aserve" rel="noopener noreferrer">AllegroServe web server (⭐200)</a> (open-source but tied to AllegroCL) to other lisp implementations.<ul>
<li>the system named <code>aserve</code> on Quicklisp.</li>
<li>AllegroServe is open-source: LGPL2.1.</li>
<li>it provides:<ul>
<li>HTTP/1.1 compliant web server capable of serving static and dynamic pages.</li>
<li>SSL for client an server, web proxy, CGI, chunking, compress and inflate files on the fly,</li>
<li>A publish function that builds a page from static and dynamic data and handles caching of the result, with access rights.</li>
</ul>
</li>
<li>Allegro's <a href="https://github.com/franzinc/aserve/blob/master/doc/aserve.md" rel="noopener noreferrer">Aserve documentation (⭐200)</a></li>
<li>! not all AllegroServe tests pass on portableaserve.</li>
<li><a href="https://github.com/gendl/aserve" rel="noopener noreferrer">zaserve (⭐8)</a> - a portable fork of AllegroServe <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.</li>
</ul>
</li>
</ul>
<h3><p>Web frameworks / Clack plugins</p>
</h3>
<ul>
<li><a href="https://codeberg.org/shirakumo/radiance" rel="noopener noreferrer">radiance</a> - A web application environment and framework . <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.</li>
</ul>
<h3><p>Querying HTML/DOM, web scraping / Isomorphic web frameworks</p>
</h3>
<ul>
<li>👍 <a href="https://codeberg.org/shinmera/lquery" rel="noopener noreferrer">lquery</a> - A jQuery-like HTML/DOM manipulation library. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.</li>
</ul>
<h3><p>URI and IP handling / Isomorphic web frameworks</p>
</h3>
<ul>
<li><a href="https://github.com/lisp-maintainers/cl-slug" rel="noopener noreferrer">cl-slug (⭐2)</a> - a small library to make slugs, mainly for URIs, transform in CamelCase, remove accentuation and punctuation, for english and beyond. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.</li>
</ul>
<h3><p>Javascript / Isomorphic web frameworks</p>
</h3>
<ul>
<li><a href="https://lisperator.net/slip/" rel="noopener noreferrer">SLip</a> - an aspiring Common Lisp environment in the browser.<ul>
<li>Self-hosting compiler, TCO, CLOS, structures, conditions, loop and format, JavaScript "FFI", green threads…</li>
<li>in-browser development environment inspired by Emacs and Slime based on <a href="https://lisperator.net/ymacs/" rel="noopener noreferrer">Ymacs</a>.</li>
<li><a href="https://lisperator.net/s/slip/" rel="noopener noreferrer">Live demo</a>!</li>
</ul>
</li>
</ul>
<h3><p>Deployment / Hosting platforms</p>
</h3>
<ul>
<li><a href="https://www.nearlyfreespeech.net/" rel="noopener noreferrer">Nearly Free Speech</a> - 25+ programming languages, pay for what you use.<ul>
<li>SBCL and GNU CLISP</li>
</ul>
</li>
</ul>
<h3><p>Others / Web project skeletons and generators</p>
</h3>
<ul>
<li><a href="https://codeberg.org/shinmera/LASS" rel="noopener noreferrer">LASS</a> -  Lisp Augmented Style Sheets. Largely inspired by SASS. Zlib.</li>
</ul>

<ul>
<li><a href="https://github.com/lisp-maintainers/find-port" rel="noopener noreferrer">find-port (⭐0)</a> -  Programmatically find open ports. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>

<ul>
<li><a href="https://codeberg.org/Shinmera/dns-client" rel="noopener noreferrer">dns-client</a> - DNS record client. See <a href="https://shinmera.github.io/dns-client/" rel="noopener noreferrer">documentation</a>. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.</li>
</ul>
<h3><p>Others / Email</p>
</h3>
<ul>
<li><a href="https://github.com/fosskers/parcom/?tab=readme-ov-file#email-addresses" rel="noopener noreferrer">parcom/email (⭐85)</a> - types and parsers for RFC5322 email addresses. The implementation is RFC-compliant and particularly memory-efficient for well-behaved addresses.</li>
</ul>
<h3><p>Others / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/fukamachi/pira" rel="noopener noreferrer">pirá (⭐30)</a> - Unofficial AWS SDK for Common Lisp.<ul>
<li>"Pirá is a modern, unofficial AWS SDK for Common Lisp built on the Smithy protocol framework. It provides comprehensive coverage of AWS services through auto-generated client code from official AWS service models."</li>
<li>Supports 400+ AWS services</li>
<li>Multiple Protocols: REST-JSON, REST-XML, AWS Query, EC2 Query, and AWS JSON.</li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://codeberg.org/shinmera/tooter" rel="noopener noreferrer">tooter</a> - a client library implementing the full v1 REST API protocol for Mastodon. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.</li>
</ul>

<ul>
<li><a href="https://codeberg.org/shinmera/humbler" rel="noopener noreferrer">humbler</a> - A Tumblr API interface. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.</li>
</ul>

<ul>
<li><a href="https://codeberg.org/shinmera/multiposter" rel="noopener noreferrer">multiposter</a> - post to multiple services simultaneously. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.</li>
</ul>
<h3><p>Event processing / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://codeberg.org/shinmera/simple-tasks" rel="noopener noreferrer">simple-tasks</a> - A very simple task scheduling framework. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.<ul>
<li>saves the return values and the task environment in case of failure, so we can inspect it later.</li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://codeberg.org/shinmera/deeds" rel="noopener noreferrer">deeds</a> - Deeds is an Extensible Event Delivery System. It allows for efficient event delivery to multiple handlers with a complex event filtering system. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.</li>
</ul>
<h3><p>Readline, ncurses and other graphical TUI helpers / Third-party APIs</p>
</h3>
<ul>
<li>🔥 <a href="https://github.com/atgreen/cl-tuition" rel="noopener noreferrer">cl-tuition (⭐132)</a> -  A Common Lisp library for building rich, responsive TUIs. MIT.<ul>
<li>model-view-update Elm architecture, reusable widgets (text input, spinner, progress bar…), mouse support, layout helpers…</li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://github.com/garlic0x1/cl-termbox2" rel="noopener noreferrer">cl-termbox2 (⭐10)</a> - <a href="https://github.com/termbox/termbox2" rel="noopener noreferrer">Termbox2 (⭐660)</a> bindings.<ul>
<li>"termbox2 is a terminal I/O library for creating TUIs. It is a slim alternative to the ubiquitous ncurses library. Unlike ncurses, it has a tighter API, and comes with built-in support for popular terminals if a terminfo db is not present on the system."</li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://codeberg.org/shinmera/text-draw" rel="noopener noreferrer">text-draw</a> - Toolkit to draw graphics using pure Unicode text only: boxes, backgrounds, checkboxes and radio buttons, lines, arrows, tables, trees… zlib.</li>
</ul>
<h3><p>Emacs / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://gitlab.com/akashadutchie/sly-mrepl-db" rel="noopener noreferrer">sly-mrepl-db</a> - from the debugger, evaluate expressions in a REPL with frame context (and not only in the minibuffer).</li>
</ul>
<h3><p>Lem / Third-party APIs</p>
</h3>
<ul>
<li>🚀 <a href="https://www.youtube.com/watch?v=IMN7feOQOak" rel="noopener noreferrer">Rooms: Lem on the cloud</a> (video presentation)<ul>
<li>"Rooms is a product that runs Lem, a text editor created in Common Lisp, in the Cloud and can be used by multiple users."</li>
<li>NEW as of April, 2024.</li>
</ul>
</li>
</ul>
<h3><p>LispWorks / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://codeberg.org/fourier/lw-rich-text/" rel="noopener noreferrer">lw-rich-text</a> - LispWorks panes with support for HTML-like markup.</li>
</ul>
<h3><p>Online editors / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://codeberg.org/cage/trivial-sanitize" rel="noopener noreferrer">trivial-sanitize</a> -  clean html strings: <code>"&lt;a&gt;foo&lt;/a&gt;"</code> → <code>"foo"</code>. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.</li>
</ul>

<ul>
<li><a href="https://codeberg.org/shinmera/parachute" rel="noopener noreferrer">Parachute</a> - An extensible and cross-compatible testing framework. With test dependencies, conditions, fixtures and restarts. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.</li>
</ul>

<ul>
<li><a href="https://codeberg.org/cage/clunit2/" rel="noopener noreferrer">CLUnit2</a> - A unit testing library. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>

<ul>
<li><a href="https://cicadas.surf/cgit/colin/testiere.git/about/" rel="noopener noreferrer">testiere</a> - a testing utility where tests are included at the top of a <code>defun/t</code> form. They are run when you recompile your functions interactively. With mocking and stubbing support. <a href="http://www.gnu.org/copyleft/gpl.html" rel="noopener noreferrer">GPL3</a>.<ul>
<li><a href="https://github.com/dotemacs/testiere-mode.el" rel="noopener noreferrer">testiere-mode (⭐3)</a> for Emacs, to hide and show the <code>#+testiere</code> section.</li>
</ul>
</li>
</ul>
<h3><p>Caching (serialization) / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://gitlab.com/naive-x/cl-naive-store" rel="noopener noreferrer">cl-naive-store</a> - a naive persisted, in memory (lazy loading), indexed, document store for Common Lisp. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.<ul>
<li>see <a href="https://zaries.wordpress.com/2022/05/31/cl-naive-store/" rel="noopener noreferrer">the introductory blog post</a></li>
<li>dare we add: used in production by the author's company (ASTN Group, see <a href="https://github.com/azzamsa/awesome-lisp-companies/" rel="noopener noreferrer">awesome-lisp-companies (⭐641)</a>)</li>
</ul>
</li>
</ul>
<h3><p>Compression / decompression / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://codeberg.org/shinmera/zippy" rel="noopener noreferrer">zippy</a> -  A ZIP archive format library based on 3bz. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.</li>
</ul>
<h3><p>Date and time / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://codeberg.org/shinmera/fuzzy-dates" rel="noopener noreferrer">fuzzy-dates</a> -  A library to fuzzily parse date and time strings. Zlib.</li>
</ul>
<h3><p>Data validation / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://codeberg.org/shinmera/ratify" rel="noopener noreferrer">ratify</a> - A collection of utilities to ratify, validate and parse inputs. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.</li>
</ul>
<h3><p>Developer utilities / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://codeberg.org/shinmera/trivial-benchmark" rel="noopener noreferrer">trivial-benchmark</a> - Tiny benchmarking library. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.<ul>
<li>a similar macro (<code>benchmark</code>) is part of <a href="https://github.com/aartaka/trivial-time" rel="noopener noreferrer">trivial-time (⭐6)</a>, providing support for more implementations (ABCL, Allegro, CCL, CLISP, ECL).</li>
<li>Indeed, most trivial-benchmark's metrics are only implemented on SBCL. On other implementations, it measures real and user-space time (and not bytes allocated (it does for ECL), system run-time or GC run-time).</li>
</ul>
</li>
</ul>
<h3><p>Documentation builders / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://codeberg.org/shinmera/staple" rel="noopener noreferrer">Staple</a> - a tool to generate documentation pages using an HTML template. Uses the existing README, adds docstrings, crossreferences and links to the CLHS. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.</li>
</ul>

<ul>
<li>🟢 [NEW in 2025] <a href="https://hyperdoc.khinsen.net/" rel="noopener noreferrer">HyperDoc</a> - scientific publications that combine code, data, and computed results with explanatory text, and software documentation that is an integral part of a software system, rather than a pile of documents remaining outside of it.</li>
</ul>
<h3><p>Files and directories / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://codeberg.org/shinmera/pathname-utils" rel="noopener noreferrer">pathname-utils</a> - A collection of utilities to help with pathname operations. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.<ul>
<li><a href="https://codeberg.org/shinmera/filesystem-utils" rel="noopener noreferrer">filesystem-utils</a> - deal with common problems with filesystems, such as listing files, probing file types, determining default directories, etc.</li>
<li>no dependencies, doesn't access the filesystem.</li>
<li><a href="https://codeberg.org/shinmera/file-attributes" rel="noopener noreferrer">file-attributes</a> -  access to common file attributes (uid, gid, permissions, ctime, mtime, atime).</li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://github.com/lisp-maintainers/file-finder/" rel="noopener noreferrer">file-finder (⭐16)</a> - File-object finder Common Lisp library. Enable rapid file search, inspection and manipulation. <a href="http://www.gnu.org/copyleft/gpl.html" rel="noopener noreferrer">GPL3</a>.</li>
</ul>

<ul>
<li><a href="https://codeberg.org/shinmera/mmap" rel="noopener noreferrer">mmap</a> - Portable mmap file memory mapping utility library. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/fukamachi/trivial-glob" rel="noopener noreferrer">trivial-glob (⭐16)</a> -  Shell-style glob pattern matching and filesystem globbing for Common Lisp. MIT.<ul>
<li><code>(glob "**/*.lisp")</code></li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://codeberg.org/shinmera/file-notify" rel="noopener noreferrer">file-notify</a> - a cross-platform library for file change detection. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.</li>
</ul>
<h3><p>Git / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://codeberg.org/fourier/git-api" rel="noopener noreferrer">git-api</a> - Common Lisp library to access a git repository. It doesn't need git or libgit installed. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD</a>.</li>
</ul>
<h3><p>i18n / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://codeberg.org/cage/cl-i18n" rel="noopener noreferrer">cl-i18n</a> - an i18n library. Load translations from GNU gettext text or binary files or from its native format. Localisation helpers of plural forms. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/fosskers/fluent" rel="noopener noreferrer">fluent (⭐18)</a> - implementation of <a href="https://github.com/projectfluent/fluent/" rel="noopener noreferrer">Fluent (⭐1.6k)</a>, a modern localisation system. MPL-2.0.</li>
</ul>

<ul>
<li><a href="https://codeberg.org/shinmera/oxenfurt" rel="noopener noreferrer">oxenfurt</a> - A  client library for the Oxford dictionary API. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.</li>
</ul>
<h3><p>PDF / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://codeberg.org/cage/cl-pslib" rel="noopener noreferrer">cl-pslib</a> - a (thin) wrapper around the <a href="http://pslib.sourceforge.net/" rel="noopener noreferrer">pslib</a> library for generating PostScript files. Also <a href="https://codeberg.org/cage/cl-pslib-barcode" rel="noopener noreferrer">cl-pslib-barcode</a>. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.</li>
</ul>
<h3><p>System interface / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://codeberg.org/shinmera/machine-state/" rel="noopener noreferrer">machine-state</a> -  Retrieve machine state information about CPU time, memory usage, thread processing time, etc.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/11/24/"/>
    <summary>76 awesome projects updated on Nov 24, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/07/14/</id>
    <title>Awesome Cl Updates on Jul 14, 2025</title>
    <updated>2025-07-14T09:56:56.211Z</updated>
    <published>2025-07-14T09:56:55.669Z</published>
    <content type="html"><![CDATA[<h3><p>MCP servers</p>
</h3>
<ul>
<li><a href="https://github.com/40ants/mcp" rel="noopener noreferrer">40ants-MCP (⭐47)</a> - a framework for building Model Context Protocol servers in Common Lisp.</li>
</ul>

<ul>
<li><a href="https://github.com/gornskew/lisply-mcp" rel="noopener noreferrer">Lisply MCP (⭐45)</a> - a generic Node.js wrapper meant to work with pretty much any language backend which can support "eval" and http .<ul>
<li>By default, it comes configured to work with an existing reference-implementation backend CL-based container image which it will pull and run on-demand.</li>
</ul>
</li>
</ul>
<h3><p>JSON</p>
</h3>
<ul>
<li><a href="https://github.com/fosskers/parcom" rel="noopener noreferrer">parcom/json (⭐85)</a> - An extension to <code>parcom</code> for simple, fast, no-dependency JSON parsing.</li>
</ul>
<h3><p>TOML</p>
</h3>
<ul>
<li><a href="https://github.com/fosskers/parcom" rel="noopener noreferrer">parcom/toml (⭐85)</a> - An extension to <code>parcom</code> for simple, no-dependency TOML parsing.</li>
</ul>

<ul>
<li><a href="https://github.com/sheepduke/clop" rel="noopener noreferrer">clop (⭐24)</a> - A 1.0-compliant TOML parser.</li>
</ul>
<h3><p>XML</p>
</h3>
<ul>
<li><a href="https://github.com/fosskers/parcom" rel="noopener noreferrer">parcom/xml (⭐85)</a> - An extension to <code>parcom</code> for simple, fast XML parsing.</li>
</ul>
<h3><p>HTTP Servers / Clack plugins</p>
</h3>
<ul>
<li><a href="https://github.com/dertuxmalwieder/cl-hismetic" rel="noopener noreferrer">hismetic (⭐0)</a> - Security for Clack-based web applications. <a href="https://directory.fsf.org/wiki/License:Expat" rel="noopener noreferrer">Expat</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/07/14/"/>
    <summary>7 awesome projects updated on Jul 14, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/05/16/</id>
    <title>Awesome Cl Updates on May 16, 2025</title>
    <updated>2025-05-16T12:57:57.955Z</updated>
    <published>2025-05-16T12:57:57.955Z</published>
    <content type="html"><![CDATA[<h3><p>Plotting / Third-party APIs</p>
</h3>
<ul>
<li>lisp-stat's <a href="https://github.com/Lisp-Stat/plot" rel="noopener noreferrer">plot (vega-lite) (⭐34)</a> - a Vega-lite DSL. MS-PL.<ul>
<li>includes functions for text-based plotting that work in the REPL, and JavaScript visualisations that are rendered in a browser.</li>
<li><a href="https://github.com/applied-science/emacs-vega-view?tab=readme-ov-file#common-lisp" rel="noopener noreferrer">emacs-vega-view (⭐152)</a> - an Emacs plugin that allows to display a Vega plot from a lisp-stat expression in a buffer.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/05/16/"/>
    <summary>1 awesome projects updated on May 16, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/05/07/</id>
    <title>Awesome Cl Updates on May 07, 2025</title>
    <updated>2025-05-07T02:11:16.194Z</updated>
    <published>2025-05-07T02:11:16.194Z</published>
    <content type="html"><![CDATA[<h3><p>Documentation builders / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/HectareaGalbis/adp" rel="noopener noreferrer">adp (⭐4)</a> -  Common Lisp documentation generator using Scribble files. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/05/07/"/>
    <summary>1 awesome projects updated on May 07, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/04/28/</id>
    <title>Awesome Cl Updates on Apr 28, 2025</title>
    <updated>2025-04-28T13:10:25.228Z</updated>
    <published>2025-04-28T13:10:25.211Z</published>
    <content type="html"><![CDATA[<h3><p>Package declarations / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/takagi/cl-reexport" rel="noopener noreferrer">cl-reexport (⭐12)</a> - when you want to import and re-export many symbols at once and <code>:include</code> or <code>:exclude</code> some.</li>
</ul>
<h3><p>Security / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/phoe/safe-read" rel="noopener noreferrer">safe-read (⭐46)</a> - a variant of READ secure against internbombing, excessive input and macro characters. <a href="https://directory.fsf.org/wiki/License:BSD_2Clause" rel="noopener noreferrer">BSD_2Clause</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/04/28/"/>
    <summary>2 awesome projects updated on Apr 28, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/04/23/</id>
    <title>Awesome Cl Updates on Apr 23, 2025</title>
    <updated>2025-04-23T17:26:04.779Z</updated>
    <published>2025-04-23T17:26:04.776Z</published>
    <content type="html"><![CDATA[<h3><p>Online editors / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/eugeneia/maxpc" rel="noopener noreferrer">MaxPC (⭐49)</a> - a simple and pragmatic library for writing parsers and lexers based on combinatory parsing.<ul>
<li>MaxPC is capable of parsing deterministic, context-free languages, provides powerful tools for parse tree transformation and error handling, and can operate on sequences and streams.</li>
<li>excellent documentation.</li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://github.com/fosskers/parcom" rel="noopener noreferrer">parcom (⭐85)</a> - Simple parser combinators for Common Lisp, in the style of Haskell’s <code>parsec</code> and Rust’s <code>nom</code>. <a href="http://mozilla.org/MPL/2.0/" rel="noopener noreferrer">MPL-2.0</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/04/23/"/>
    <summary>2 awesome projects updated on Apr 23, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/04/09/</id>
    <title>Awesome Cl Updates on Apr 09, 2025</title>
    <updated>2025-04-09T12:55:41.191Z</updated>
    <published>2025-04-09T12:55:41.172Z</published>
    <content type="html"><![CDATA[<h3><p>Miscellaneous</p>
</h3>
<ul>
<li>🆕 <a href="https://tomscii.sig7.se/barium/" rel="noopener noreferrer">Barium</a> - an X widget toolkit, directly accessing the X client library and other platform libraries (OpenGL, Cairo). <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.<ul>
<li>with menus, panes, tabs, dialogs, a file chooser, a flexible event loop…</li>
<li>not a wrapper of another toolkit. Allows incremental GUI development.</li>
<li>new as of April, 2025.</li>
</ul>
</li>
</ul>
<h3><p>Web views</p>
</h3>
<ul>
<li><a href="https://ceramic.github.io/" rel="noopener noreferrer">ceramic</a> - a wrapper around simpler tools to create and build an Electron app for Common Lisp. It is currently broken and unmaintained, but some tools are workth having a look at.</li>
</ul>

<ul>
<li>NOTE: the main idea in embedding a lisp web app in Electron is to start the lisp webserver as an async process from Electron's <code>main.js</code> file, and to point the Electron window to the localhost URL. That's it.</li>
</ul>

<ul>
<li><a href="https://github.com/garlic0x1/cl-webui/" rel="noopener noreferrer">cl-webui (⭐40)</a> - bindings for <a href="https://webui.me/" rel="noopener noreferrer">webui</a>, that allows to use any web browser or WebView as GUI.</li>
</ul>

<ul>
<li><a href="https://github.com/rabbibotton/clog/tree/main/clogframe" rel="noopener noreferrer">clogframe (⭐1.7k)</a> - an executable wrapper for webview.h, allowing to display any web application served by a Common Lisp server.<ul>
<li>clogframe does <em>not</em> induce the use of the whole CLOG framework.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/04/09/"/>
    <summary>5 awesome projects updated on Apr 09, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/04/08/</id>
    <title>Awesome Cl Updates on Apr 08, 2025</title>
    <updated>2025-04-08T02:03:15.728Z</updated>
    <published>2025-04-08T02:03:15.728Z</published>
    <content type="html"><![CDATA[<h3><p>Clojure</p>
</h3>
<ul>
<li>NEW! in 2025 <a href="https://github.com/dtenny/clj-coll" rel="noopener noreferrer">clj-coll (⭐77)</a> -  Clojure collection and sequence APIs in Common Lisp, with optional Clojure collection syntax. <a href="http://www.eclipse.org/legal/epl-v10.html" rel="noopener noreferrer">Eclipse</a>.<ul>
<li>provides immutable Cons, Queue, PersistentList, capabilities as well as Vector, Set, and Map analogues built on FSet (but accessed entirely via Clojure APIs).</li>
<li>optional read syntax so you can type <code>{:a 1 :b 2}</code>, <code>#{1 2 3}</code>, and <code>[1 2 3]</code>.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/04/08/"/>
    <summary>1 awesome projects updated on Apr 08, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/03/31/</id>
    <title>Awesome Cl Updates on Mar 31, 2025</title>
    <updated>2025-03-31T02:09:12.678Z</updated>
    <published>2025-03-31T02:09:12.677Z</published>
    <content type="html"><![CDATA[<h3><p>Miscellaneous</p>
</h3>
<ul>
<li><a href="https://github.com/bohonghuang/claw-raylib" rel="noopener noreferrer">claw-raylib (⭐74)</a> - Fully auto-generated Common Lisp bindings to Raylib and Raygui using claw and cffi-object. Apache 2.0.</li>
</ul>

<ul>
<li><a href="https://github.com/fosskers/raylib/" rel="noopener noreferrer">raylib (⭐39)</a> (2025) - Hand-written bindings to Raylib for improved performance and smaller dependency footprint. <a href="http://mozilla.org/MPL/2.0/" rel="noopener noreferrer">MPL-2.0</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/03/31/"/>
    <summary>2 awesome projects updated on Mar 31, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/03/08/</id>
    <title>Awesome Cl Updates on Mar 08, 2025</title>
    <updated>2025-03-08T01:36:03.774Z</updated>
    <published>2025-03-08T01:36:03.728Z</published>
    <content type="html"><![CDATA[<h3><p>Around the OpenAI API</p>
</h3>
<ul>
<li><a href="https://codeberg.org/kilianmh/openai-openapi-client" rel="noopener noreferrer">openai-openapi-client</a> - semi-automatically generated Openapi client updated frequently from the <a href="https://github.com/openai/openai-openapi/blob/master/openapi.yaml" rel="noopener noreferrer">official Openapi specification (⭐2.3k)</a>. AGPL-3.<ul>
<li>available on Ultralisp.</li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://github.com/atgreen/cl-completions" rel="noopener noreferrer">cl-completions (⭐26)</a> - LLM completions.<ul>
<li>makes it easy to create GPT functions in Common Lisp.</li>
<li>Ollama support.</li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://github.com/atgreen/cl-embeddings" rel="noopener noreferrer">cl-embeddings (⭐14)</a> - LLM embeddings.</li>
</ul>

<ul>
<li><a href="https://github.com/atgreen/cl-chroma" rel="noopener noreferrer">cl-chroma (⭐11)</a> - the vector DB interface.</li>
</ul>

<ul>
<li><a href="https://github.com/hikettei/Caten" rel="noopener noreferrer">Caten (⭐237)</a> -  Deep Learning Compiler based on Polyhedral Compiler and Light-weight IRs, and Optimizing Pattern Matcher, written in Common Lisp</li>
</ul>
<h3><p>Machine Learning</p>
</h3>
<ul>
<li><a href="https://github.com/snunez1/llama.cl" rel="noopener noreferrer">llama.cl (⭐62)</a> - implementation of Llama inference operations. MIT.<ul>
<li>"Enables researchers and developers to explore LLM techniques within the Common Lisp ecosystem, leveraging the language's capabilities for interactive development and integration with symbolic AI systems."</li>
</ul>
</li>
</ul>
<h3><p>Educational</p>
</h3>
<ul>
<li><a href="https://github.com/openmusic-project/openmusic/" rel="noopener noreferrer">OpenMusic (⭐391)</a> visual programming / computer-aided composition environment. <a href="http://www.gnu.org/copyleft/gpl.html" rel="noopener noreferrer">GPL3</a>. Developped at <a href="https://www.stms-lab.fr/team/representations-musicales/" rel="noopener noreferrer">IRCAM</a>, France.</li>
</ul>

<ul>
<li><a href="https://github.com/openmusic-project/om7" rel="noopener noreferrer">OM7 (⭐176)</a> - a new implementation of the OpenMusic visual programming and computer-aided composition environment including a number of improvements on graphical interface, computational mode, and connection to external software libraries. <a href="http://www.gnu.org/copyleft/gpl.html" rel="noopener noreferrer">GPL3</a>.<ul>
<li>an extension: <a href="https://github.com/openmusic-project/RQ" rel="noopener noreferrer">rq (⭐10)</a> - a library for rhythm transcription in OpenMusic (version 6.10 and later). <a href="https://www.youtube.com/watch?v=XVEllB0TtVs" rel="noopener noreferrer">demo video</a>. <a href="http://www.gnu.org/copyleft/gpl.html" rel="noopener noreferrer">GPL3</a>.</li>
</ul>
</li>
</ul>

<ul>
<li><a href="http://incudine.sourceforge.net/" rel="noopener noreferrer">Incudine</a> -  Music/DSP programming environment for Common Lisp. Useful to design software synthesizers or sound plugins from scratch. It is also a compositional tool that allows to produce high quality sounds controllable at the sample level, defining and redefining the digital signal processors and the musical structures on-the-fly.</li>
</ul>

<ul>
<li><a href="https://ccrma.stanford.edu/software/clm/" rel="noopener noreferrer">CLM</a> - Common Lisp Music is a music synthesis and signal processing package in the Music V family. It provides much the same functionality as Stk, Csound, SuperCollider, PD, CMix, cmusic, and Arctic — a collection of functions that create and manipulate sounds, aimed primarily at composers (in CLM's case anyway).<ul>
<li><a href="https://github.com/theraphonics/common-tones" rel="noopener noreferrer">common-tones (⭐12)</a> - a fork of CLM5 with modern Lisp (ASDF, cffi…). <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD_3Clause</a>.</li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://github.com/mdedwards/slippery-chicken/" rel="noopener noreferrer">Slippery Chicken (⭐78)</a> - Algorithmic composition library which outputs Midi, Common Music Notation, pdf-score via Lilypond and sound via Common Lisp Music. <a href="http://www.gnu.org/copyleft/gpl.html" rel="noopener noreferrer">GPL3</a>.<ul>
<li>with documentation: <a href="https://michael-edwards.org/sc/" rel="noopener noreferrer">https://michael-edwards.org/sc/</a></li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://github.com/ormf/cm" rel="noopener noreferrer">Common Music (⭐27)</a> - the repository of an
ancient version of Common Music (version 2.12.0), the presumably
last version which ran on Common Lisp dating from around 2007-09,
before work on Common Music shifted to (scheme-based) cm3.<ul>
<li>note: old project but working.</li>
<li><a href="https://github.com/ormf/cm-incudine" rel="noopener noreferrer">cm-incudine (⭐9)</a> - extends Common Music 2 with realtime capabilities. GPL2.</li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://github.com/defaultxr/cl-patterns" rel="noopener noreferrer">cl-patterns (⭐87)</a> - a system for composing music via Lisp code, heavily inspired by SuperCollider’s patterns system, with aims to implement much of it, but in a more robust, expressive, consistent, reflective, and lispy way. Audio output through SuperCollider, with preliminary support for Incudine, and MIDI through ALSA.</li>
</ul>

<ul>
<li><a href="https://github.com/MegaLoler/Music" rel="noopener noreferrer">Music (⭐41)</a> - A framework for musical expression in Lisp with a focus on music theory (built from scratch, unrelated to Common Music).</li>
</ul>

<ul>
<li><a href="https://shirakumo.github.io/harmony" rel="noopener noreferrer">Harmony</a> - A real-time sound processing and playback system. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.<ul>
<li>"provides you with audio processing tools as well as an audio server to play back music, sfx, and so forth."</li>
<li>using <a href="https://github.com/Shirakumo/cl-mixed" rel="noopener noreferrer">cl-mixed (⭐30)</a> for the mixing and sound processing library.</li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://github.com/shamazmazum/easy-audio" rel="noopener noreferrer">easy-audio (⭐24)</a> - a collection of audio decoders and metadata readers.</li>
</ul>

<ul>
<li><a href="https://github.com/byulparan/scheduler" rel="noopener noreferrer">scheduler (⭐9)</a> - The time based musical event scheduler for Common Lisp. <a href="https://directory.fsf.org/wiki/License:Apache2.0" rel="noopener noreferrer">Apache2.0</a>.</li>
</ul>

<ul>
<li><a href="https://ccrma.stanford.edu/software/cmn/" rel="noopener noreferrer">Common Music Notation</a> - Common Music Notation (CMN) provides a package of functions to hierarchically describe a musical score. Public domain.</li>
</ul>

<ul>
<li><a href="https://github.com/zzkt/osc" rel="noopener noreferrer">osc (⭐39)</a> - an implementation of the Open Sound Protocol. <a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" rel="noopener noreferrer">LGPL2.1</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/Shirakumo/cl-mpg123" rel="noopener noreferrer">cl-mpg123 (⭐5)</a>, <a href="https://github.com/Shirakumo/cl-opus" rel="noopener noreferrer">cl-opus (⭐8)</a> (OGG/Opus), <a href="https://github.com/Shirakumo/cl-vorbis" rel="noopener noreferrer">cl-vorbis (⭐4)</a> (OGG/Vorbis), <a href="https://github.com/Shirakumo/cl-soloud" rel="noopener noreferrer">cl-SoLoud (⭐2)</a>, <a href="https://github.com/Shirakumo/cl-out123" rel="noopener noreferrer">cl-out123 (⭐5)</a> (libout123), <a href="https://github.com/Shirakumo/cl-flac" rel="noopener noreferrer">cl-flac (⭐2)</a></li>
</ul>

<ul>
<li><a href="https://github.com/csound/csound" rel="noopener noreferrer">csound (⭐1.5k)</a> - A sound and music computing system. Includes CFFI and FFI interfaces for Common Lisp.</li>
</ul>

<ul>
<li><a href="https://github.com/byulparan/cl-collider" rel="noopener noreferrer">cl-collider (⭐256)</a> - A <a href="http://supercollider.github.io/" rel="noopener noreferrer">SuperCollider</a> client for CommonLisp. With a <a href="https://github.com/defaultxr/cl-collider-tutorial" rel="noopener noreferrer">tutorial (⭐21)</a> and <a href="https://www.youtube.com/watch?v=xzTH_ZqaFKI" rel="noopener noreferrer">live coding demos</a>. Public domain.</li>
</ul>

<ul>
<li><a href="https://github.com/zkat/cl-openal" rel="noopener noreferrer">cl-openal (⭐37)</a> - bindings for the OpenAL audio library. Public domain.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/03/08/"/>
    <summary>23 awesome projects updated on Mar 08, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/03/01/</id>
    <title>Awesome Cl Updates on Mar 01, 2025</title>
    <updated>2025-03-01T12:47:46.184Z</updated>
    <published>2025-03-01T12:47:46.184Z</published>
    <content type="html"><![CDATA[<h3><p>Monitoring / Hosting platforms</p>
</h3>
<ul>
<li><a href="https://gitlab.com/lockie/lisp-sentry" rel="noopener noreferrer">lisp-sentry</a> - A full-featured Common Lisp client library for Sentry application monitoring software. MIT.<ul>
<li>light in dependencies, provides Sentry with source code in stack traces, supports  file attachments, event breadcrumbs, automatically populated execution contexts, threads and user reports, GPU information.</li>
<li>supports only SBCL</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/03/01/"/>
    <summary>1 awesome projects updated on Mar 01, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/02/16/</id>
    <title>Awesome Cl Updates on Feb 16, 2025</title>
    <updated>2025-02-16T12:49:11.583Z</updated>
    <published>2025-02-16T12:49:11.384Z</published>
    <content type="html"><![CDATA[<h3><p>JSON</p>
</h3>
<ul>
<li><a href="https://github.com/fukamachi/jose" rel="noopener noreferrer">JOSE (⭐37)</a> - A JSON Object Signing and Encryption (JOSE) implementation for Common Lisp. BSD_2Clause.</li>
</ul>
<h3><p>Java</p>
</h3>
<ul>
<li><a href="https://github.com/atgreen/openldk" rel="noopener noreferrer">open-ldk (⭐249)</a> - A Java JIT Compiler and Runtime in Common Lisp. <a href="https://directory.fsf.org/wiki/License:Apache2.0" rel="noopener noreferrer">GPL3.0</a>. (Work In Progress)<ul>
<li>"bridges the gap between Java and Common Lisp by incrementally translating Java bytecode into Lisp, which is then compiled into native machine code for execution. This unique approach allows Java classes to be seamlessly mapped to Common Lisp Object System (CLOS) classes, enabling effortless integration between Java and Common Lisp codebases."</li>
<li>"provides a practical solution for integrating Java libraries into a Lisp-based workflow without the need for an out-of-process Java runtime environment."</li>
</ul>
</li>
</ul>
<h3><p>Iteration</p>
</h3>
<ul>
<li><a href="https://github.com/fosskers/cl-transducers/" rel="noopener noreferrer">cl-transducers (⭐150)</a> - Ergonomic, efficient data processing. <a href="https://www.gnu.org/licenses/lgpl-3.0.en.html" rel="noopener noreferrer">LGPL3</a>.<ul>
<li>"Transducers are an ergonomic and extremely memory-efficient way to process a data source. Here “data source” means simple collections like Lists or Vectors, but also potentially large files or generators of infinite data."</li>
<li>"It is, in general, the most complete implementation of the Transducer pattern."</li>
<li>a "modern" API with <code>map</code>, <code>filter</code>, <code>take</code>, <code>repeat</code>, <code>cycle</code>, <code>fold</code>…</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/02/16/"/>
    <summary>3 awesome projects updated on Feb 16, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/02/05/</id>
    <title>Awesome Cl Updates on Feb 05, 2025</title>
    <updated>2025-02-05T12:50:36.238Z</updated>
    <published>2025-02-05T12:50:36.238Z</published>
    <content type="html"><![CDATA[<h3><p>YAML</p>
</h3>
<ul>
<li><a href="https://gitlab.com/lockie/docker-lisp-gamedev" rel="noopener noreferrer">docker-lisp-gamedev</a> - A Docker image containing tools necessary for Common Lisp game development and deployment. Comes in Linux and Windows variety. Thoroughly tested via CI.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/02/05/"/>
    <summary>1 awesome projects updated on Feb 05, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/02/04/</id>
    <title>Awesome Cl Updates on Feb 04, 2025</title>
    <updated>2025-02-04T01:51:32.138Z</updated>
    <published>2025-02-04T01:51:32.138Z</published>
    <content type="html"><![CDATA[<h3><p>YAML</p>
</h3>
<ul>
<li><a href="https://github.com/40ants/setup-lisp" rel="noopener noreferrer">40ants/setup-lisp (⭐29)</a> -  GitHub Action to Setup Common Lisp tools.<ul>
<li>updates ASDF, installs Qlot, installs Roswell</li>
<li>for multiple implementations</li>
<li>for Ubuntu, OSX and Windows.</li>
<li>Example use: <a href="https://github.com/Shirakumo/trial/blob/master/.github/workflows/examples.yml" rel="noopener noreferrer">Trial's CI (⭐1.1k)</a></li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/02/04/"/>
    <summary>1 awesome projects updated on Feb 04, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/02/01/</id>
    <title>Awesome Cl Updates on Feb 01, 2025</title>
    <updated>2025-02-01T12:45:05.026Z</updated>
    <published>2025-02-01T12:45:05.026Z</published>
    <content type="html"><![CDATA[<h3><p>Plotting / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/ajberkley/plotly-user" rel="noopener noreferrer">plotly-user (⭐9)</a> -  Use plotly in your browser to explore data from a Common Lisp REPL. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD_3Clause</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/02/01/"/>
    <summary>1 awesome projects updated on Feb 01, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/01/31/</id>
    <title>Awesome Cl Updates on Jan 31, 2025</title>
    <updated>2025-01-31T15:11:23.859Z</updated>
    <published>2025-01-31T15:11:23.859Z</published>
    <content type="html"><![CDATA[<h3><p>LispWorks / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/apr3vau/lw-plugins" rel="noopener noreferrer">lw-plugins (⭐34)</a> -  LispWorks Plugins by April &amp; May. OBSD.<ul>
<li>terminal integration, code folding, side tree, markdown highlighting, Nerd Fonts, fuzzy-matching, enhanced directory mode, expand region, pair editing, SVG rendering…</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/01/31/"/>
    <summary>1 awesome projects updated on Jan 31, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/01/22/</id>
    <title>Awesome Cl Updates on Jan 22, 2025</title>
    <updated>2025-01-22T07:45:22.091Z</updated>
    <published>2025-01-22T07:45:21.127Z</published>
    <content type="html"><![CDATA[<h3><p>Other DB wrappers</p>
</h3>
<ul>
<li><a href="https://github.com/cl-rabbit/cl-bunny" rel="noopener noreferrer">cl-bunny (⭐15)</a> -  Common Lisp RabbitMQ client based on IOLib. MIT.</li>
</ul>
<h3><p>Web Development</p>
</h3>
<ul>
<li>NEW <a href="https://web-apps-in-lisp.github.io/" rel="noopener noreferrer">Web Apps in Lisp: Know-how</a> - tutorial and reference material to build interactive web apps in Common Lisp. CC-BY.</li>
</ul>
<h3><p>Showcase</p>
</h3>
<ul>
<li><a href="https://github.com/fosskers/vend" rel="noopener noreferrer">vend (⭐111)</a> - Just vendor your dependencies! <a href="http://mozilla.org/MPL/2.0/" rel="noopener noreferrer">MPL-2.0</a>.</li>
</ul>
<h3><p>Caching (serialization) / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/skypher/cl-store" rel="noopener noreferrer">cl-store (⭐59)</a> - a portable serialization package which gives you the ability to store all common-lisp data types into streams. MIT.<ul>
<li>Call <code>store object "file.bin")</code> to store a (possibly compound) lisp object to disk, and <code>restore</code> to get it back.</li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://github.com/conspack/cl-conspack" rel="noopener noreferrer">conspack (⭐98)</a> - binary serialization.</li>
</ul>

<ul>
<li>🚀 <a href="https://github.com/ajberkley/cl-binary-store" rel="noopener noreferrer">cl-binary-store (⭐50)</a> -  A fast Common Lisp binary serializer/deserializer. BSD_3Clause. See <a href="https://www.reddit.com/r/Common_Lisp/comments/1hz5879/new_binary_serializationdeserialization_library/" rel="noopener noreferrer">reddit announce</a> (2025).<ul>
<li>"A super fast and customizable serializer/deserializer of Common Lisp objects to/from a very compact binary format. Equality of objects, circular references, and the full Common Lisp type system are supported. Specialized arrays (on SBCL) are stored/restore at lightning speed."</li>
</ul>
</li>
</ul>
<h3><p>Compression / decompression / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/keithj/deoxybyte-gzip" rel="noopener noreferrer">deoxybyte-gzip</a> -  Common Lisp interface to zlib via CFFI. GPL3.<ul>
<li>This system provides gzip and gunzip functions and a Gray-streams implementation, both built on a set of lower-level zlib functions.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/01/22/"/>
    <summary>7 awesome projects updated on Jan 22, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/12/11/</id>
    <title>Awesome Cl Updates on Dec 11, 2024</title>
    <updated>2024-12-11T02:05:01.137Z</updated>
    <published>2024-12-11T02:05:01.137Z</published>
    <content type="html"><![CDATA[<h3><p>YAML</p>
</h3>
<ul>
<li><a href="https://github.com/garlic0x1/rope" rel="noopener noreferrer">rope (⭐21)</a> -  Immutable Ropes for Common Lisp. MIT.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/12/11/"/>
    <summary>1 awesome projects updated on Dec 11, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/12/10/</id>
    <title>Awesome Cl Updates on Dec 10, 2024</title>
    <updated>2024-12-10T02:06:16.925Z</updated>
    <published>2024-12-10T02:06:16.923Z</published>
    <content type="html"><![CDATA[<h3><p>Others / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/digikar99/numericals" rel="noopener noreferrer">numericals (⭐55)</a> -  SIMD powered simple-math numerical operations on arrays for Common Lisp through CFFI [still experimental]. MIT.<ul>
<li>documentation: <a href="https://digikar99.github.io/numericals/" rel="noopener noreferrer">https://digikar99.github.io/numericals/</a></li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://github.com/digikar99/dense-arrays" rel="noopener noreferrer">dense-arrays (⭐27)</a> -  Numpy like array object for common lisp. MIT.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/12/10/"/>
    <summary>2 awesome projects updated on Dec 10, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/12/09/</id>
    <title>Awesome Cl Updates on Dec 09, 2024</title>
    <updated>2024-12-09T12:57:54.004Z</updated>
    <published>2024-12-09T12:57:53.836Z</published>
    <content type="html"><![CDATA[<h3><p>Community</p>
</h3>
<ul>
<li><a href="https://xmpp.link/#lisp@conference.a3.pm?join" rel="noopener noreferrer">Lisp Jabber/XMPP channel</a></li>
</ul>
<h3><p>Web frameworks / Isomorphic web frameworks</p>
</h3>
<ul>
<li><a href="https://codeberg.org/mmontone/mold-desktop" rel="noopener noreferrer">mold-desktop</a> - a programmable desktop.</li>
</ul>

<ul>
<li>[WIP] <a href="https://codeberg.org/khinsen/clog-moldable-inspector" rel="noopener noreferrer">clog-moldable-inspector</a> - A moldable Common Lisp object inspector based on CLOG. The inspector is thus shown in a Web browser.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/12/09/"/>
    <summary>3 awesome projects updated on Dec 09, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/11/13/</id>
    <title>Awesome Cl Updates on Nov 13, 2024</title>
    <updated>2024-11-13T01:54:06.302Z</updated>
    <published>2024-11-13T01:54:06.267Z</published>
    <content type="html"><![CDATA[<h3><p>HTTP Servers / Clack plugins</p>
</h3>
<ul>
<li><a href="https://40ants.com/clack-cors/" rel="noopener noreferrer">clack-cors</a> - A Clack middleware to set CORS related HTTP headers. — Unlicense.</li>
</ul>

<ul>
<li><a href="https://40ants.com/clack-prometheus/" rel="noopener noreferrer">clack-promotheus</a> - Clack middleware to serve stats in Prometheus format. Unlicense.</li>
</ul>
<h3><p>HTML generators and templates / Isomorphic web frameworks</p>
</h3>
<ul>
<li><a href="https://github.com/skyizwhite/hsx/" rel="noopener noreferrer">hsx (⭐38)</a> - An easily composable HTML5 generation library with the most simplistic syntax. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/11/13/"/>
    <summary>3 awesome projects updated on Nov 13, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/11/12/</id>
    <title>Awesome Cl Updates on Nov 12, 2024</title>
    <updated>2024-11-12T12:57:46.400Z</updated>
    <published>2024-11-12T12:57:46.400Z</published>
    <content type="html"><![CDATA[<h3><p>Mobile</p>
</h3>
<ul>
<li><a href="https://github.com/bohonghuang/sbcl-termux-build/" rel="noopener noreferrer">sbcl-termux-build (⭐47)</a> - Prebuilt SBCL binary for Android (Termux).</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/11/12/"/>
    <summary>1 awesome projects updated on Nov 12, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/10/31/</id>
    <title>Awesome Cl Updates on Oct 31, 2024</title>
    <updated>2024-10-31T12:51:18.700Z</updated>
    <published>2024-10-31T12:51:18.698Z</published>
    <content type="html"><![CDATA[<h3><p>Others / Web project skeletons and generators</p>
</h3>
<ul>
<li><a href="https://github.com/Junker/mobiledetect" rel="noopener noreferrer">mobiledetect (⭐4)</a> - System for detecting mobile devices (including tablets) in User-Agent strings. MIT.</li>
</ul>

<ul>
<li><a href="https://github.com/Junker/random-ua" rel="noopener noreferrer">random-ua (⭐3)</a> - Random User-Agent generator for Common Lisp. BSD_2Clause.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/10/31/"/>
    <summary>2 awesome projects updated on Oct 31, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/10/29/</id>
    <title>Awesome Cl Updates on Oct 29, 2024</title>
    <updated>2024-10-29T01:57:14.525Z</updated>
    <published>2024-10-29T01:57:14.525Z</published>
    <content type="html"><![CDATA[<h3><p>YAML</p>
</h3>
<ul>
<li><a href="https://gist.github.com/WetHat/9682b8f70f0241c37cd5d732784d1577" rel="noopener noreferrer">Pretty printing tree data structures in Common Lisp</a> (as a Jupyter notebook)</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/10/29/"/>
    <summary>1 awesome projects updated on Oct 29, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/10/18/</id>
    <title>Awesome Cl Updates on Oct 18, 2024</title>
    <updated>2024-10-18T12:50:49.684Z</updated>
    <published>2024-10-18T12:50:49.684Z</published>
    <content type="html"><![CDATA[<h3><p>Advanced</p>
</h3>
<ul>
<li><a href="https://www.cs.umd.edu/~nau/cmsc421/norvig-lisp-style.pdf" rel="noopener noreferrer">Norvig's Lisp style</a><ul>
<li>and <a href="https://lisp-lang.org/style-guide/" rel="noopener noreferrer">lisp-lang.org's style guide</a></li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/10/18/"/>
    <summary>1 awesome projects updated on Oct 18, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/10/16/</id>
    <title>Awesome Cl Updates on Oct 16, 2024</title>
    <updated>2024-10-16T12:52:12.290Z</updated>
    <published>2024-10-16T12:52:12.290Z</published>
    <content type="html"><![CDATA[<h3><p>HTTP Servers / Hunchentoot plugins</p>
</h3>
<ul>
<li><a href="https://github.com/avodonosov/hunchentoot-stuck-connection-monitor/" rel="noopener noreferrer">hunchentoot-stuck-connection-monitor (⭐1)</a> - Monitors hunchentoot connections and logs the connections stuck in the same state for a long time.<ul>
<li>offers an option to shutdown the stuck connections sockets manually or automatically, thus unblocking the connection threads and preventing thread and socket leakage. <a href="https://directory.fsf.org/wiki/License:BSD_2Clause" rel="noopener noreferrer">BSD_2Clause</a>.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/10/16/"/>
    <summary>1 awesome projects updated on Oct 16, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/10/15/</id>
    <title>Awesome Cl Updates on Oct 15, 2024</title>
    <updated>2024-10-15T01:56:14.476Z</updated>
    <published>2024-10-15T01:56:14.476Z</published>
    <content type="html"><![CDATA[<h3><p>URI and IP handling / Isomorphic web frameworks</p>
</h3>
<ul>
<li><a href="https://github.com/ynadji/netaddr" rel="noopener noreferrer">netaddr (⭐7)</a> -  A network address manipulation library for Common Lisp. MIT.<ul>
<li>for manipulating IP addresses, subnets, ranges, and sets. It is inspired by its namesake library in Python, netaddr.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/10/15/"/>
    <summary>1 awesome projects updated on Oct 15, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/10/14/</id>
    <title>Awesome Cl Updates on Oct 14, 2024</title>
    <updated>2024-10-14T12:52:12.655Z</updated>
    <published>2024-10-14T12:52:12.655Z</published>
    <content type="html"><![CDATA[<h3><p>Non-deterministic, logic programming</p>
</h3>
<ul>
<li><a href="https://ap5.com/" rel="noopener noreferrer">AP5</a> - allows users to program in a model of first order logic or a relational database. 1989, updated 2024. Public domain.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/10/14/"/>
    <summary>1 awesome projects updated on Oct 14, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/09/28/</id>
    <title>Awesome Cl Updates on Sep 28, 2024</title>
    <updated>2024-09-28T01:53:39.715Z</updated>
    <published>2024-09-28T01:53:39.284Z</published>
    <content type="html"><![CDATA[<h3><p>CLOS extensions</p>
</h3>
<ul>
<li><a href="https://github.com/lisp-maintainers/defclass-std" rel="noopener noreferrer">defclass-std (⭐15)</a> - a shortcut macro to write DEFCLASS and PRINT-OBJECT forms quickly. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.</li>
</ul>
<h3><p>Others / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/boogsbunny/stripe" rel="noopener noreferrer">stripe (⭐10)</a> - a client for the Stripe payment system. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/09/28/"/>
    <summary>2 awesome projects updated on Sep 28, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/09/26/</id>
    <title>Awesome Cl Updates on Sep 26, 2024</title>
    <updated>2024-09-26T12:52:29.782Z</updated>
    <published>2024-09-26T12:52:29.781Z</published>
    <content type="html"><![CDATA[<h3><p>HTTP Servers / Clack plugins</p>
</h3>
<ul>
<li><a href="https://github.com/daninus14/lack-compression-cache" rel="noopener noreferrer">lack-expression-cache (⭐4)</a> -  lack middleware for compressing and caching static resources. MIT.</li>
</ul>

<ul>
<li><a href="https://github.com/daninus14/lack-rerouter" rel="noopener noreferrer">lack-rerouter (⭐2)</a> -  lack middleware to reroute URIs of requests. MIT.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/09/26/"/>
    <summary>2 awesome projects updated on Sep 26, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/09/20/</id>
    <title>Awesome Cl Updates on Sep 20, 2024</title>
    <updated>2024-09-20T12:49:30.295Z</updated>
    <published>2024-09-20T12:49:30.295Z</published>
    <content type="html"><![CDATA[<h3><p>Developer utilities / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/varjagg/brake" rel="noopener noreferrer">brake (⭐13)</a> -  An extended breakpoint facility for Common Lisp. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/09/20/"/>
    <summary>1 awesome projects updated on Sep 20, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/09/15/</id>
    <title>Awesome Cl Updates on Sep 15, 2024</title>
    <updated>2024-09-15T15:33:52.347Z</updated>
    <published>2024-09-15T15:33:52.311Z</published>
    <content type="html"><![CDATA[<h3><p>Running scripts / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/ciel-lang/CIEL/" rel="noopener noreferrer">CIEL (⭐409)</a> - CIEL Is an Extended Lisp is a collection of dozens of libraries useful for mundane tasks (HTTP, JSON, regexps…). [unclear licence]<ul>
<li>It also comes as a binary that is able to run scripts from sources. Scripts that use the built-in libraries start fast without a compilation step.</li>
<li><em>in beta as of 2024</em></li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://github.com/ruricolist/kiln" rel="noopener noreferrer">kiln (⭐73)</a> - an infrastructure (managing a hidden multicall binary) to make Lisp scripting efficient and ergonomic. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.<ul>
<li>Kiln makes it practical to write very small scripts. Kiln scripts are fast and cheap to the point where it makes sense to expose even small pieces of Lisp functionality to the shell.</li>
</ul>
</li>
</ul>
<h3><p>Other scripting utilities / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/inconvergent/lqn" rel="noopener noreferrer">lqn (⭐52)</a> -  query language and terminal utility for querying and transforming Lisp, JSON and other text files. written in Common Lisp. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/09/15/"/>
    <summary>3 awesome projects updated on Sep 15, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/08/27/</id>
    <title>Awesome Cl Updates on Aug 27, 2024</title>
    <updated>2024-08-27T12:47:21.864Z</updated>
    <published>2024-08-27T12:47:20.814Z</published>
    <content type="html"><![CDATA[<h3><p>YAML</p>
</h3>
<ul>
<li><a href="https://github.com/stylewarning/cl-permutation" rel="noopener noreferrer">cl-permutation (⭐52)</a> -  Permutations and permutation groups in Common Lisp. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD_3Clause</a>.</li>
</ul>
<h3><p>Miscellaneous</p>
</h3>
<ul>
<li><a href="https://github.com/tokenrove/imago" rel="noopener noreferrer">imago (⭐58)</a> -  image manipulation library for Common Lisp.<ul>
<li>supports images in png, pcx, portable bitmap (.pnm), Truevision TGA (.tga) and jpeg formats</li>
<li>allows for: resizing, rotation, emboss effect, inverting colors, adjusting contrast, manipulating color elements, composing pictures, drawing simple primitives…</li>
<li>is integrated with common-lisp-jupyter.</li>
</ul>
</li>
</ul>
<h3><p>Date and time / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/copyleft/calendar-times" rel="noopener noreferrer">calendar-times (⭐12)</a> - a calendar time library implemented on top of the LOCAL-TIME library. It features zoned calendar times and calculations.<ul>
<li>see also: <a href="https://github.com/takagi/calendar-date" rel="noopener noreferrer">calendar-date (⭐8)</a> - a Gregorian calendar date library. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
</li>
</ul>
<h3><p>Security / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/rotatef/secret-values" rel="noopener noreferrer">secret-values (⭐12)</a> -  A Common Lisp library to reduce the risk of accidentally revealing secret values such as passwords.<ul>
<li><a href="https://github.com/atgreen/privacy-output-stream" rel="noopener noreferrer">privacy-output-stream (⭐6)</a> - an output stream that masks secret strings with <code>****</code>, based on secret-values. MIT.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/08/27/"/>
    <summary>4 awesome projects updated on Aug 27, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/08/19/</id>
    <title>Awesome Cl Updates on Aug 19, 2024</title>
    <updated>2024-08-19T01:44:32.431Z</updated>
    <published>2024-08-19T01:44:32.431Z</published>
    <content type="html"><![CDATA[<h3><p>Parsing html / Isomorphic web frameworks</p>
</h3>
<ul>
<li><a href="https://github.com/rotatef/cl-html5-parser" rel="noopener noreferrer">cl-html5-parser (⭐57)</a> -  HTML5 parser for Common Lisp. GPL3.0.<ul>
<li>a port of the Python library html5lib.</li>
<li>compared to Plump: Plump is a mix of an XML and an HTML parser and breaks on some HTML rules, while cl-html5-parser is a fully compliant HTML parser.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/08/19/"/>
    <summary>1 awesome projects updated on Aug 19, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/07/29/</id>
    <title>Awesome Cl Updates on Jul 29, 2024</title>
    <updated>2024-07-29T12:47:31.556Z</updated>
    <published>2024-07-29T12:47:31.556Z</published>
    <content type="html"><![CDATA[<h3><p>Emacs / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/lisp-maintainers/quicksearch" rel="noopener noreferrer">Quicksearch (⭐4)</a> - search for projects on GitHub, Quicklisp, Cliki and Bitbucket. MIT.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/07/29/"/>
    <summary>1 awesome projects updated on Jul 29, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/07/12/</id>
    <title>Awesome Cl Updates on Jul 12, 2024</title>
    <updated>2024-07-12T12:44:18.553Z</updated>
    <published>2024-07-12T12:44:18.541Z</published>
    <content type="html"><![CDATA[<h3><p>Intermediate</p>
</h3>
<ul>
<li>A gentle introduction to Compile-Time Computing - <a href="https://medium.com/@MartinCracauer/a-gentle-introduction-to-compile-time-computing-part-1-d4d96099cea0" rel="noopener noreferrer">Part 1</a>, <a href="https://medium.com/@MartinCracauer/a-gentle-introduction-to-compile-time-computing-part-2-cb0a46f6cfe8" rel="noopener noreferrer">Part 2</a>, <a href="https://medium.com/@MartinCracauer/a-gentle-introduction-to-compile-time-computing-part-3-scientific-units-8e41d8a727ca" rel="noopener noreferrer">Part 3 (Safely dealing with scientific units of variables at compile time)</a></li>
</ul>

<ul>
<li><a href="https://medium.com/@MartinCracauer/static-type-checking-in-the-programmable-programming-language-lisp-79bb79eb068a" rel="noopener noreferrer">Static type checking in the programmable programming language</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/07/12/"/>
    <summary>2 awesome projects updated on Jul 12, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/07/07/</id>
    <title>Awesome Cl Updates on Jul 07, 2024</title>
    <updated>2024-07-07T08:55:50.624Z</updated>
    <published>2024-07-07T08:55:49.776Z</published>
    <content type="html"><![CDATA[<h3><p>YAML</p>
</h3>
<ul>
<li><a href="https://github.com/orthecreedence/cl-hash-util" rel="noopener noreferrer">cl-hash-util (⭐32)</a> - Hash-table creation, access, and manipulation utilities. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>Clojure</p>
</h3>
<ul>
<li><a href="https://github.com/dtenny/clj-arrows" rel="noopener noreferrer">clj-arrows (⭐15)</a> -  Clojure-compatible threading/transformation/arrow macros for Common Lisp.</li>
</ul>

<ul>
<li><a href="https://github.com/dtenny/with-redefs" rel="noopener noreferrer">with-redefs (⭐3)</a> - enables rebinding of global functions, inspired by Clojure's with-redefs.</li>
</ul>
<h3><p>Miscellaneous</p>
</h3>
<ul>
<li><a href="https://github.com/lisp-mirror/pngload" rel="noopener noreferrer">pngload-fast (⭐2)</a> - A PNG (Portable Network Graphics) image format decoder in portable Common Lisp with an emphasis on speed. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>Intermediate</p>
</h3>
<ul>
<li><a href="https://leanpub.com/lovinglisp" rel="noopener noreferrer">Loving Common Lisp, or the Savvy Programmer's Secret Weapon</a> - Quick introduction to Common Lisp with many examples. A particular focus is on how to use Large Language Models (LLMs).</li>
</ul>
<h3><p>Others / Web project skeletons and generators</p>
</h3>
<ul>
<li><a href="https://github.com/fukamachi/cl-cookie" rel="noopener noreferrer">cl-cookie (⭐19)</a> HTTP Cookie (jar) manager: parse and write (set-)cookie headers, compare cookies, optional cookie attribute sanity check. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a></li>
</ul>
<h3><p>Job processing / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/dtenny/rexxparse" rel="noopener noreferrer">rexxparse (⭐13)</a> -  A string parsing tool inspired by the REXX PARSE construct. MIT.</li>
</ul>
<h3><p>Online editors / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/40ants/cl-hamcrest" rel="noopener noreferrer">cl-hamcrest (⭐19)</a> -  a set of <a href="https://hamcrest.org/" rel="noopener noreferrer">Hamcrest</a> matchers that can be combined to create flexible expressions of intent. Helps make your unittests more readable by using  assertions such as <code>has-plist-entries</code>, <code>has-slots</code>, <code>has-length</code>, <code>contains</code>, <code>contains-in-any-order</code>, <code>has-all</code>… <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD_3Clause</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/07/07/"/>
    <summary>8 awesome projects updated on Jul 07, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/04/25/</id>
    <title>Awesome Cl Updates on Apr 25, 2024</title>
    <updated>2024-04-25T01:32:43.231Z</updated>
    <published>2024-04-25T01:32:43.230Z</published>
    <content type="html"><![CDATA[<h3><p>Advanced</p>
</h3>
<ul>
<li><a href="https://simonsafar.com/2020/sbcl/" rel="noopener noreferrer">SBCL internals</a></li>
</ul>

<ul>
<li><a href="https://github.com/guicho271828/sbcl-wiki/wiki" rel="noopener noreferrer">sbcl-wiki (⭐57)</a> - an open wiki to document SBCL's internals.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/04/25/"/>
    <summary>2 awesome projects updated on Apr 25, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/04/22/</id>
    <title>Awesome Cl Updates on Apr 22, 2024</title>
    <updated>2024-04-22T12:39:50.548Z</updated>
    <published>2024-04-22T12:39:50.548Z</published>
    <content type="html"><![CDATA[<h3><p>C, C++</p>
</h3>
<ul>
<li><a href="https://codeberg.org/kilianmh/bitcoin-core-rpc/" rel="noopener noreferrer">bitcoin-core-rpc</a> - a (hopefully) complete Bitcoin Core RPC client. <a href="https://directory.fsf.org/wiki/License:AGPL-3.0" rel="noopener noreferrer">AGPL-3.0+</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/04/22/"/>
    <summary>1 awesome projects updated on Apr 22, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/04/15/</id>
    <title>Awesome Cl Updates on Apr 15, 2024</title>
    <updated>2024-04-15T12:37:47.118Z</updated>
    <published>2024-04-15T12:37:47.118Z</published>
    <content type="html"><![CDATA[<h3><p>Deployment / Isomorphic web frameworks</p>
</h3>
<ul>
<li><a href="https://github.com/melusina-org/make-common-lisp-program/" rel="noopener noreferrer">make-common-lisp-program (⭐4)</a> -  GitHub action to build an executable Common Lisp program on Ubuntu, MacOS and Windows. MIT.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/04/15/"/>
    <summary>1 awesome projects updated on Apr 15, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/04/12/</id>
    <title>Awesome Cl Updates on Apr 12, 2024</title>
    <updated>2024-04-12T12:37:16.077Z</updated>
    <published>2024-04-12T12:37:16.077Z</published>
    <content type="html"><![CDATA[<h3><p>CLOS extensions</p>
</h3>
<ul>
<li>⭐ <a href="https://github.com/pcostanza/closer-mop" rel="noopener noreferrer">closer-mop (⭐167)</a> - A compatibility layer that rectifies many absent or incorrect MOP features. <a href="https://directory.fsf.org/wiki/License:Expat" rel="noopener noreferrer">Expat</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/04/12/"/>
    <summary>1 awesome projects updated on Apr 12, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/04/06/</id>
    <title>Awesome Cl Updates on Apr 06, 2024</title>
    <updated>2024-04-06T12:35:53.720Z</updated>
    <published>2024-04-06T12:35:52.722Z</published>
    <content type="html"><![CDATA[<h3><p>YAML</p>
</h3>
<ul>
<li><a href="https://github.com/fosskers/cl-nonempty" rel="noopener noreferrer">nonempty (⭐3)</a> -  Non-empty collections for Common Lisp.  <a href="https://www.gnu.org/licenses/lgpl-3.0.en.html" rel="noopener noreferrer">LGPL3</a>.</li>
</ul>
<h3><p>Miscellaneous</p>
</h3>
<ul>
<li><a href="https://codeberg.org/cage/nodgui" rel="noopener noreferrer">nodgui</a> - Bindings for the Tk toolkit, based on Ltk, with syntax sugar and additional widgets. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.<ul>
<li>🎨 supports <a href="https://wiki.tcl-lang.org/page/List+of+ttk+Themes" rel="noopener noreferrer">tk custom themes</a>, such as <a href="https://ttkthemes.readthedocs.io/en/latest/themes.html" rel="noopener noreferrer">ttkthemes</a> and <a href="https://github.com/rdbende/Forest-ttk-theme" rel="noopener noreferrer">Forest-ttk-theme (⭐453)</a>.</li>
<li>supports an SDL frame as an alternative to the Tk canvas when fast rendering is needed. For 2D (pixel-based) and 3D rendering (using openGL).</li>
</ul>
</li>
</ul>
<h3><p>Typing</p>
</h3>
<ul>
<li><a href="https://github.com/stylewarning/cl-algebraic-data-type" rel="noopener noreferrer">algebraic-data-types (⭐142)</a> - defining algebraic data types in a similar spirit to Haskell or Standard ML, as well as for operating on them. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD_3Clause</a>.</li>
</ul>
<h3><p>Showcase</p>
</h3>
<ul>
<li><a href="https://github.com/atgreen/trivial-system-loader" rel="noopener noreferrer">trivial-system-loader (⭐12)</a> -  A system installation/loading abstraction for Common Lisp.<ul>
<li>play nice with people using another library manager than Quicklisp: instead of hard-coding <code>(ql:quickload :mysystem)</code>, use <code>(tsl:load-system :mysystem)</code>. tsl:load-system will first try to use ocicl if available, then quicklisp, then plain asdf:load-system.</li>
</ul>
</li>
</ul>
<h3><p>Interfaces to other package managers</p>
</h3>
<ul>
<li><a href="https://github.com/hraban/cl-nix-lite" rel="noopener noreferrer">cl-nix-lite (⭐48)</a> -  Common Lisp module for Nix, without Quicklisp. <a href="https://directory.fsf.org/wiki/License:ArtisticLicense2.0" rel="noopener noreferrer">AGPL-3.0</a></li>
</ul>
<h3><p>Querying HTML/DOM, web scraping / Isomorphic web frameworks</p>
</h3>
<ul>
<li><a href="https://40ants.com/scrapycl/" rel="noopener noreferrer">scrapycl</a> - web scraping framework for writing crawlers in Common Lisp. Unlicense.<ul>
<li>relying on lquery.</li>
</ul>
</li>
</ul>
<h3><p>Deployment / Isomorphic web frameworks</p>
</h3>
<ul>
<li><a href="https://github.com/40ants/ci/" rel="noopener noreferrer">40ants/ci (⭐18)</a> -  Highly opionated Github Actions workflow builder for Common Lisp projects.<ul>
<li>with: a linter, lisp critic, tests runner, test matrix, doc building, caching…</li>
</ul>
</li>
</ul>
<h3><p>Others / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/shop-planner/shop3" rel="noopener noreferrer">shop3 (⭐161)</a> - a Hierarchical Task Network (HTN) AI planner. Mozilla Public License.</li>
</ul>
<h3><p>Plotting / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/moneylobster/cl-text-plot/" rel="noopener noreferrer">cl-text-plot (⭐14)</a> -  Plot with text in Common Lisp. No licence specified.</li>
</ul>
<h3><p>Emacs / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/pascalcombier/plain-common-lisp/" rel="noopener noreferrer">plain-common-lisp (⭐28)</a> -  A trivial way to get a native Common Lisp environment on Windows.<ul>
<li>ships SBCL, Quicklisp, Emacs and Slime.</li>
<li>with example programs for a console program, accessing the Win32 API, displaying a GUI with IUP, running an OpenGL window.</li>
</ul>
</li>
</ul>
<h3><p>Online editors / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/ravi-delia/uclp" rel="noopener noreferrer">uclp (⭐24)</a> -  An experimental implementation of parsing expression grammars (PEGs, a la Janet) in Common Lisp. MIT.</li>
</ul>

<ul>
<li><a href="https://github.com/quil-lang/alexa" rel="noopener noreferrer">alexa (⭐63)</a> -  A Lexical Analyzer Generator. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD_3Clause</a>.<ul>
<li>ALEXA is a tool similar to lex or flex for generating lexical analyzers. Unlike tools like lex, however, ALEXA defines a domain-specific language within your Lisp program, so you don't need to invoke a separate tool.</li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://github.com/rpav/CheckL/" rel="noopener noreferrer">CheckL (⭐47)</a> - Why write programs in Common Lisp but tests like Java? Meet CheckL!<ul>
<li>a testing library that checks the current test value against the previous one and offers restarts.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/04/06/"/>
    <summary>13 awesome projects updated on Apr 06, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/02/14/</id>
    <title>Awesome Cl Updates on Feb 14, 2024</title>
    <updated>2024-02-14T12:37:30.838Z</updated>
    <published>2024-02-14T12:37:30.838Z</published>
    <content type="html"><![CDATA[<h3><p>Literate programming / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/tani/papyrus" rel="noopener noreferrer">papyrus (⭐59)</a> - Papyrus makes your markdown executable with the reader macro of Common Lisp.<a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/02/14/"/>
    <summary>1 awesome projects updated on Feb 14, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/02/08/</id>
    <title>Awesome Cl Updates on Feb 08, 2024</title>
    <updated>2024-02-08T09:48:48.740Z</updated>
    <published>2024-02-08T09:48:47.936Z</published>
    <content type="html"><![CDATA[<h3><p>Web views</p>
</h3>
<ul>
<li><a href="https://github.com/mikelevins/electron-lisp-boilerplate" rel="noopener noreferrer">Electron-lisp-boilerplate (⭐12)</a> - a rudimentary boilerplate for building Electron apps that start a Lisp process.</li>
</ul>
<h3><p>Files and directories / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/fosskers/filepaths" rel="noopener noreferrer">filepaths (⭐32)</a> -  Modern and consistent filepath manipulation for Common Lisp. <a href="https://www.gnu.org/licenses/lgpl-3.0.en.html" rel="noopener noreferrer">LGPL3</a>.<ul>
<li>no dependencies, doesn't access the filesystem.</li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://codeberg.org/fourier/ppath" rel="noopener noreferrer">ppath</a> - Common Lisp's implementation of the Python's os.path module. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/02/08/"/>
    <summary>3 awesome projects updated on Feb 08, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/01/22/</id>
    <title>Awesome Cl Updates on Jan 22, 2024</title>
    <updated>2024-01-22T01:38:36.013Z</updated>
    <published>2024-01-22T01:38:35.481Z</published>
    <content type="html"><![CDATA[<h3><p>C, C++</p>
</h3>
<ul>
<li><a href="https://github.com/kilianmh/stacks-api" rel="noopener noreferrer">stacks-api (⭐1)</a> - a Stacks API client. <a href="https://directory.fsf.org/wiki/License:Apache2.0" rel="noopener noreferrer">AGPL-3.0</a></li>
</ul>
<h3><p>Web frameworks / Isomorphic web frameworks</p>
</h3>
<ul>
<li><a href="https://github.com/40ants/reblocks" rel="noopener noreferrer">Weblocks (Reblocks) (⭐96)</a> - A widgets-based framework with a built-in ajax update mechanism that "solves the JavaScript problem". <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.<ul>
<li>example code bases: <a href="https://github.com/ultralisp/ultralisp/" rel="noopener noreferrer">Ultralisp (⭐257)</a>, <a href="https://github.com/lct23/krasnodar" rel="noopener noreferrer">krasnodar (⭐10)</a>, a dashboard made for a hackaton (2024) (<a href="https://diode.zone/videos/watch/9e379a86-c530-4e9d-b8be-7437b1f7200b" rel="noopener noreferrer">demo video</a>).</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/01/22/"/>
    <summary>2 awesome projects updated on Jan 22, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/01/12/</id>
    <title>Awesome Cl Updates on Jan 12, 2024</title>
    <updated>2024-01-12T01:35:28.196Z</updated>
    <published>2024-01-12T01:35:28.196Z</published>
    <content type="html"><![CDATA[<h3><p>REPLs / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/lisp-maintainers/cl-repl" rel="noopener noreferrer">cl-repl (⭐36)</a> - an ipython-like REPL. With completion, shell commands, magic commands, debugger, etc. <a href="http://www.gnu.org/copyleft/gpl.html" rel="noopener noreferrer">GPL3</a>.<ul>
<li>binary releases: simply download a binary (Ubuntu, OSX, Windows) and run it.</li>
<li><a href="https://github.com/koji-kojiro/lem-pygments-colorthemes" rel="noopener noreferrer">colorthemes (⭐12)</a>.</li>
<li>compared to icl: has an interactive debugger, has a <code>!</code> shell shortcut, has an <code>%edit</code> command, has classic readline-based autocompletion (icl has a drop-down), not based on Slynk, can't connect to a running Lisp image.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/01/12/"/>
    <summary>1 awesome projects updated on Jan 12, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/01/04/</id>
    <title>Awesome Cl Updates on Jan 04, 2024</title>
    <updated>2024-01-04T01:31:40.474Z</updated>
    <published>2024-01-04T01:31:40.474Z</published>
    <content type="html"><![CDATA[<h3><p>Emacs / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://git.sr.ht/~fosskers/sly-overlay" rel="noopener noreferrer">sly-overlay</a> - an extension for Sly that enables the overlay of Common Lisp evaluation results directly into the buffer in the spirit of CIDER (Clojure), Eros (Emacs Lisp) and the Lem editor.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/01/04/"/>
    <summary>1 awesome projects updated on Jan 04, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/12/27/</id>
    <title>Awesome Cl Updates on Dec 27, 2023</title>
    <updated>2023-12-27T09:00:43.020Z</updated>
    <published>2023-12-27T09:00:42.402Z</published>
    <content type="html"><![CDATA[<h3><p>Graph databases</p>
</h3>
<ul>
<li><a href="https://allegrograph.com/" rel="noopener noreferrer">AllegroGraph</a> - a high-performance, multi-model (document and graph), entity-event knowledge graph technology.<ul>
<li>Proprietary, with a free version of a limit of 5 million RDF triples.</li>
<li>with a <a href="https://allegrograph.cloud/" rel="noopener noreferrer">hosted version</a></li>
<li>AllegroGraph 8.0 - "incorporates Large Language Model (LLM) components directly into SPARQL along with vector generation and vector storage for a comprehensive AI Knowledge Graph solution."</li>
</ul>
</li>
</ul>
<h3><p>Typing</p>
</h3>
<ul>
<li>experimental: <a href="https://gitlab.com/digikar/peltadot/" rel="noopener noreferrer">PELTADOT</a> - PELTADOT Extends Lisp’s Types And Dispatches Over Them.</li>
</ul>
<h3><p>Theorem provers</p>
</h3>
<ul>
<li>NASA's <a href="https://pvs.csl.sri.com/" rel="noopener noreferrer">PVS</a>, the Prototype Verification System, and <a href="https://github.com/nasa/pvslib" rel="noopener noreferrer">NASAlib (⭐298)</a>, a collection of formal development libraries.<ul>
<li>its 63 top-level libraries span the fields of: real analysis, limits, continuity, derivatives, integrals; complex integration; directed graphs; exact real arithmetic including trig functions; interval arithmetic and numerical approximations; linear algebra; 2-D, 3-D, 4-D, and n-dimensional vectors… and more.</li>
</ul>
</li>
</ul>
<h3><p>Others / OpenAPI, OData, OpenRPC</p>
</h3>
<ul>
<li><a href="https://github.com/cxxxr/jsonrpc" rel="noopener noreferrer">jsonrpc (⭐77)</a> -  JSON-RPC 2.0 server/client for Common Lisp. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/12/27/"/>
    <summary>4 awesome projects updated on Dec 27, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/11/30/</id>
    <title>Awesome Cl Updates on Nov 30, 2023</title>
    <updated>2023-11-30T12:40:40.133Z</updated>
    <published>2023-11-30T12:40:40.133Z</published>
    <content type="html"><![CDATA[<h3><p>C, C++</p>
</h3>
<ul>
<li><a href="https://github.com/vsedach/Vacietis" rel="noopener noreferrer">vacietis (⭐320)</a> -  C to Common Lisp compiler. <a href="https://www.gnu.org/licenses/lgpl-3.0.en.html" rel="noopener noreferrer">LGPL3</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/11/30/"/>
    <summary>1 awesome projects updated on Nov 30, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/11/16/</id>
    <title>Awesome Cl Updates on Nov 16, 2023</title>
    <updated>2023-11-16T01:33:18.701Z</updated>
    <published>2023-11-16T01:33:18.701Z</published>
    <content type="html"><![CDATA[<h3><p>Online editors / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/j3pic/lisp-binary" rel="noopener noreferrer">lisp-binary (⭐102)</a> - A library to easily read and write complex binary formats. <a href="http://www.gnu.org/copyleft/gpl.html" rel="noopener noreferrer">GPL3</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/11/16/"/>
    <summary>1 awesome projects updated on Nov 16, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/11/06/</id>
    <title>Awesome Cl Updates on Nov 06, 2023</title>
    <updated>2023-11-06T01:31:29.296Z</updated>
    <published>2023-11-06T01:31:29.296Z</published>
    <content type="html"><![CDATA[<h3><p>Graph databases</p>
</h3>
<ul>
<li><a href="https://codeberg.org/Equill/neo4cl" rel="noopener noreferrer">neo4cl</a> - a library for interacting with Neo4J. Sends Cypher queries to a Neo4J server, and decodes the responses into something useful for processing in CL. <a href="https://directory.fsf.org/wiki/License:Apache2.0" rel="noopener noreferrer">Apache2</a>.<ul>
<li>and maybe: <a href="https://github.com/kraison/cl-neo4j" rel="noopener noreferrer">cl-neo4j (⭐28)</a> - a thin neo4j RESTFUL client interface.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/11/06/"/>
    <summary>1 awesome projects updated on Nov 06, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/10/29/</id>
    <title>Awesome Cl Updates on Oct 29, 2023</title>
    <updated>2023-10-29T01:31:41.815Z</updated>
    <published>2023-10-29T01:31:41.815Z</published>
    <content type="html"><![CDATA[<h3><p>Deployment / Isomorphic web frameworks</p>
</h3>
<ul>
<li><a href="https://git.sr.ht/%7Emarcuskammer/cloudinit/tree/main/item/sbcl-nginx.yml" rel="noopener noreferrer">Cloud Init file for SBCL</a> - an init file for providers supporting the cloudinit format (DigitalOcean etc).</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/10/29/"/>
    <summary>1 awesome projects updated on Oct 29, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/10/17/</id>
    <title>Awesome Cl Updates on Oct 17, 2023</title>
    <updated>2023-10-17T14:45:35.661Z</updated>
    <published>2023-10-17T14:45:35.661Z</published>
    <content type="html"><![CDATA[<h3><p>Utils / Third-party APIs</p>
</h3>
<ul>
<li>⭐ <a href="https://github.com/sharplispers/lparallel" rel="noopener noreferrer">lparallel (⭐41)</a> - A library for parallel programming. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">3-clause BSD</a>. Originally on <a href="https://github.com/lmj/lparallel" rel="noopener noreferrer">lmj/lparallel (⭐262)</a>.<ul>
<li>with <a href="https://sharplispers.github.io/lparallel/" rel="noopener noreferrer">good documentation</a></li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/10/17/"/>
    <summary>1 awesome projects updated on Oct 17, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/09/18/</id>
    <title>Awesome Cl Updates on Sep 18, 2023</title>
    <updated>2023-09-18T12:40:36.989Z</updated>
    <published>2023-09-18T12:40:36.987Z</published>
    <content type="html"><![CDATA[<h3><p>Interfaces to other package managers</p>
</h3>
<ul>
<li><a href="https://github.com/smashedtoatoms/asdf-sbcl" rel="noopener noreferrer">asdf-sbcl (⭐25)</a>, a plugin for the universal package manager.</li>
</ul>

<ul>
<li>📹 <a href="https://www.youtube.com/watch?v=lGS4sr6AzKw" rel="noopener noreferrer">this Youtube video</a> (by 40ants, 2023) on how to use alien-works-delivery and linux-packaging.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/09/18/"/>
    <summary>2 awesome projects updated on Sep 18, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/09/12/</id>
    <title>Awesome Cl Updates on Sep 12, 2023</title>
    <updated>2023-09-12T01:20:19.739Z</updated>
    <published>2023-09-12T01:20:19.739Z</published>
    <content type="html"><![CDATA[<h3><p>Miscellaneous</p>
</h3>
<ul>
<li><a href="https://github.com/shirakumo/glfw" rel="noopener noreferrer">glfw (⭐37)</a> - An up-to-date Common Lisp bindings library to the most recent GLFW OpenGL context management library.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/09/12/"/>
    <summary>1 awesome projects updated on Sep 12, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/09/05/</id>
    <title>Awesome Cl Updates on Sep 05, 2023</title>
    <updated>2023-09-05T01:19:39.443Z</updated>
    <published>2023-09-05T01:19:38.382Z</published>
    <content type="html"><![CDATA[<h3><p>JSON</p>
</h3>
<ul>
<li><a href="https://github.com/atlas-engineer/njson" rel="noopener noreferrer">NJSON (⭐24)</a> - Parser-agnostic JSON indexing (with JSON Pointer support), destructuring, and validation framework. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD</a>.</li>
</ul>
<h3><p>CLOS extensions</p>
</h3>
<ul>
<li><a href="https://github.com/atlas-engineer/nclasses" rel="noopener noreferrer">nclasses (⭐8)</a> - Syntactic sugar for class and generic function declarations. Features type inference, automatic accessors, inline initform syntax, automatic exports, and other conveniences. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD</a>.</li>
</ul>
<h3><p>Files and directories / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/atlas-engineer/nfiles" rel="noopener noreferrer">nfiles (⭐22)</a> - File persistence, watching, data synchronization, (per user profile) path resolution, and structured data retrieval. Has pre-defined classes for configuration files, remote fetched files, data files, Lisp-readable files and many others. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/09/05/"/>
    <summary>3 awesome projects updated on Sep 05, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/08/30/</id>
    <title>Awesome Cl Updates on Aug 30, 2023</title>
    <updated>2023-08-30T12:39:07.070Z</updated>
    <published>2023-08-30T12:39:07.070Z</published>
    <content type="html"><![CDATA[<h3><p>C, C++</p>
</h3>
<ul>
<li><a href="https://github.com/endatabas/endb" rel="noopener noreferrer">endatabas (⭐279)</a> - Schemaless SQL document database with full history. <a href="https://directory.fsf.org/wiki/License:Apache2.0" rel="noopener noreferrer">AGPL-3.0</a>.<ul>
<li>built in Common Lisp and Rust, in development.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/08/30/"/>
    <summary>1 awesome projects updated on Aug 30, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/07/06/</id>
    <title>Awesome Cl Updates on Jul 06, 2023</title>
    <updated>2023-07-06T12:50:55.307Z</updated>
    <published>2023-07-06T12:50:55.305Z</published>
    <content type="html"><![CDATA[<h3><p>Reference</p>
</h3>
<ul>
<li>NEW! <a href="https://cl-community-spec.github.io/pages/index.html" rel="noopener noreferrer">CL CommunitySpec</a> - a rendition of the Common Lisp ANSI Specification draft.<ul>
<li>with an interactive search, syntax highlighting! And open-source.</li>
</ul>
</li>
</ul>

<ul>
<li>NEW! <a href="https://novaspec.org/" rel="noopener noreferrer">novaspec</a> - a modern rendition of the CL ANSI draft.<ul>
<li>not open-source?</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/07/06/"/>
    <summary>2 awesome projects updated on Jul 06, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/07/05/</id>
    <title>Awesome Cl Updates on Jul 05, 2023</title>
    <updated>2023-07-05T02:06:51.811Z</updated>
    <published>2023-07-05T02:06:51.811Z</published>
    <content type="html"><![CDATA[<h3><p>JSON</p>
</h3>
<ul>
<li><a href="https://github.com/dnaeon/cl-jwk" rel="noopener noreferrer">cl-jwk (⭐17)</a> -  Common Lisp system for decoding public JSON Web Keys (JWK). BSD License.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/07/05/"/>
    <summary>1 awesome projects updated on Jul 05, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/06/16/</id>
    <title>Awesome Cl Updates on Jun 16, 2023</title>
    <updated>2023-06-16T12:41:00.682Z</updated>
    <published>2023-06-16T12:40:59.396Z</published>
    <content type="html"><![CDATA[<h3><p>C, C++</p>
</h3>
<ul>
<li><a href="https://github.com/ak-coram/cl-frugal-uuid/" rel="noopener noreferrer">cl-frugal-uuid (⭐34)</a> -  Common Lisp UUID library with zero dependencies. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>Other DB wrappers</p>
</h3>
<ul>
<li><a href="https://github.com/ak-coram/cl-duckdb" rel="noopener noreferrer">cl-duckdb (⭐49)</a> -  Common Lisp CFFI wrapper around the DuckDB C API. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>YAML</p>
</h3>
<ul>
<li><a href="https://github.com/yitzchak/archlinux-cl" rel="noopener noreferrer">archlinux-cl (⭐6)</a> - Docker Arch Linux image with Common Lisp implementations (7 to this day). MIT.</li>
</ul>
<h3><p>Emacs Lisp</p>
</h3>
<ul>
<li><a href="https://gitlab.com/sasanidas/cedar" rel="noopener noreferrer">CEDAR</a> - an advance interactive development environment aiming to be Emacs compatible with all the features that come with it. Stalled.</li>
</ul>
<h3><p>Reactive programming</p>
</h3>
<ul>
<li><a href="https://github.com/kchanqvq/lwcells" rel="noopener noreferrer">lwcells (⭐20)</a> - Light Weight Cells.<ul>
<li>LWCELLS is a dataflow extension to Common Lisp. It maintains a consistent state of cells according to functions specifying their relation. LWCELLS is designed to be simple, clean, compositional and flexible.</li>
</ul>
</li>
</ul>
<h3><p>Shells, shells interfaces / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/PuellaeMagicae/unix-in-lisp" rel="noopener noreferrer">unix-in-lisp (⭐165)</a> -  Mount Unix system into Common Lisp image.<ul>
<li>Unix concepts are directly/shallowly embedded into Lisp (Unix commands become Lisp macros, Unix file become Lisp variables, Unix streams become lazy Lisp sequences, etc).</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/06/16/"/>
    <summary>6 awesome projects updated on Jun 16, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/05/27/</id>
    <title>Awesome Cl Updates on May 27, 2023</title>
    <updated>2023-05-27T12:37:49.318Z</updated>
    <published>2023-05-27T12:37:49.318Z</published>
    <content type="html"><![CDATA[<h3><p>Deployment / Isomorphic web frameworks</p>
</h3>
<ul>
<li><a href="https://github.com/fstamour/common-lisp-heroku-example" rel="noopener noreferrer">common-lisp-heroku-example (⭐5)</a> -  Example of Common Lisp server on Heroku using Docker.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/05/27/"/>
    <summary>1 awesome projects updated on May 27, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/05/26/</id>
    <title>Awesome Cl Updates on May 26, 2023</title>
    <updated>2023-05-26T06:10:39.099Z</updated>
    <published>2023-05-26T06:10:38.101Z</published>
    <content type="html"><![CDATA[<h3><p>C, C++</p>
</h3>
<ul>
<li><a href="https://www.gnupg.org/download/index.en.html#gpgme" rel="noopener noreferrer">gpgme</a> (GnuPG Made Easy) is the standard library to access GnuPG functions from programming languages. It provides an official Common Lisp system.<ul>
<li><a href="https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=tree;f=lang/cl;h=05151bdf839e513f534a1b423d59332a2e46fd5d;hb=HEAD" rel="noopener noreferrer">gpgme lisp sources</a> (not in Quicklisp). GPL2.</li>
</ul>
</li>
</ul>
<h3><p>Showcase</p>
</h3>
<ul>
<li><a href="https://github.com/ocicl/ocicl" rel="noopener noreferrer">ocicl (⭐275)</a> - A modern dependency management tool with novel features. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.<ul>
<li>project-local dependencies, code linting, project scaffolding, LLM-generated summaries of changes between package versions</li>
<li>securely distributed packages over TLS, all software packaged as OCI-compliant artifacts, and more.</li>
</ul>
</li>
</ul>
<h3><p>HTTP clients</p>
</h3>
<ul>
<li><a href="https://github.com/zellerin/http2/" rel="noopener noreferrer">http2 (⭐50)</a> -  HTTP/2 implementation in Common Lisp. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>Lem / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/lem-project/lem" rel="noopener noreferrer">Lem (⭐2.9k)</a> - a general-purpose development environment extensible in Common Lisp.<a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.<ul>
<li>ncurses and webview frontends.</li>
<li>built-in LSP client.</li>
<li>ready to use, Emacs-like, Slime-based editor tailored for Common Lisp out of the box.</li>
<li>website and documentation: <a href="https://lem-project.github.io/" rel="noopener noreferrer">https://lem-project.github.io/</a></li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/05/26/"/>
    <summary>4 awesome projects updated on May 26, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/04/19/</id>
    <title>Awesome Cl Updates on Apr 19, 2023</title>
    <updated>2023-04-19T12:41:26.945Z</updated>
    <published>2023-04-19T01:42:39.040Z</published>
    <content type="html"><![CDATA[<h3><p>Theorem provers</p>
</h3>
<ul>
<li><a href="https://www.cs.utexas.edu/users/moore/acl2/" rel="noopener noreferrer">ACL2</a> - a logic and programming language in which you can model computer systems, together with a tool to help you prove properties of those models.<ul>
<li>used in the industry since the 1990s.</li>
<li>it supports a subset of the ANSI standard Common Lisp programming language.</li>
<li>"Companies that have used ACL2 regularly include AMD, Centaur Technology, IBM, Intel, Kestrel Institute, Motorola/Freescale, Oracle and Rockwell Collins." (<a href="https://royalsocietypublishing.org/doi/10.1098/rsta.2015.0399" rel="noopener noreferrer">source</a>)</li>
<li><a href="https://github.com/calebegg/proof-pad/" rel="noopener noreferrer">Proofpad (⭐11)</a>, an online IDE for ACL2.</li>
<li><a href="https://github.com/tani/acl2-kernel" rel="noopener noreferrer">ACL2-kernel (⭐8)</a>, a Jupyter Kernel for ACL2.</li>
<li><a href="https://cgi.cse.unsw.edu.au/~eptcs/Published/ACL2in2025/Proceedings.pdf" rel="noopener noreferrer">Proceedings of the 19th International Workshop on the ACL2 theorem prover and its applications, 2025 (PDF)</a></li>
</ul>
</li>
</ul>
<h3><p>Others / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://40ants.com/cl-telegram-bot/" rel="noopener noreferrer">cl-telegram-bot</a> - Telegram bot API. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.<ul>
<li>includes example bots such as a calculator, payment with invoices, an actor-based bot…</li>
<li>automatic API spec parser</li>
<li><a href="https://github.com/aartaka/cl-telegram-bot-auto-api" rel="noopener noreferrer">cl-telegram-bot-auto-api (⭐9)</a> - Alternative Telegram Bot API bindings, auto-generated from Telegram website. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">3-clause BSD</a>.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/04/19/"/>
    <summary>2 awesome projects updated on Apr 19, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/04/12/</id>
    <title>Awesome Cl Updates on Apr 12, 2023</title>
    <updated>2023-04-12T12:41:52.751Z</updated>
    <published>2023-04-12T12:41:52.395Z</published>
    <content type="html"><![CDATA[<h3><p>Others / OpenAPI, OData, OpenRPC</p>
</h3>
<ul>
<li>NEW! <a href="https://codeberg.org/kilianmh/openapi-generator" rel="noopener noreferrer">openapi-generator</a> - OpenAPI client code generator. <a href="https://directory.fsf.org/wiki/License:ArtisticLicense2.0" rel="noopener noreferrer">AGPL-3.0</a>.<ul>
<li>Generation of OpenAPI ASDF/Quicklisp-loadable projects within one command,</li>
<li>Support for path, (arbitrary) query, (arbitrary) header, (json) content parameters,</li>
<li>Conversion of an OpenAPI spec into CLOS object -&gt; explore API within inspector,</li>
<li>Conversion of OpenAPI-2.0 or YAML files to OpenAPI-3.0 JSON with swagger converter (network connection required),</li>
<li>etc.</li>
</ul>
</li>
</ul>
<h3><p>Date and time / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/Gleefre/stopclock" rel="noopener noreferrer">stopclock (⭐12)</a> - a library for measuring time using (stop)clocks. It allows you to create a clock, pause it, resume it and change its speed. <a href="https://directory.fsf.org/wiki/License:Apache2.0" rel="noopener noreferrer">Apache2.0</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/04/12/"/>
    <summary>2 awesome projects updated on Apr 12, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/03/09/</id>
    <title>Awesome Cl Updates on Mar 09, 2023</title>
    <updated>2023-03-09T02:02:34.144Z</updated>
    <published>2023-03-09T02:02:34.144Z</published>
    <content type="html"><![CDATA[<h3><p>Utils / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://orthecreedence.github.io/blackbird/" rel="noopener noreferrer">Blackbird</a> - a Promise implementation for Common Lisp <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.<ul>
<li>see also <a href="https://codeberg.org/Shinmera/promise" rel="noopener noreferrer">promise</a> - a basic promise datastructure, with timeouts. ZLIB.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/03/09/"/>
    <summary>1 awesome projects updated on Mar 09, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/02/27/</id>
    <title>Awesome Cl Updates on Feb 27, 2023</title>
    <updated>2023-02-27T12:49:03.914Z</updated>
    <published>2023-02-27T12:49:03.902Z</published>
    <content type="html"><![CDATA[<h3><p>Showcase</p>
</h3>
<ul>
<li><a href="https://www.clpm.dev" rel="noopener noreferrer">CLPM</a> - A package manager for Common Lisp that strives to cleanly separate the package manager process itself from the client image that uses it. <a href="https://directory.fsf.org/wiki/License:BSD_2Clause" rel="noopener noreferrer">BSD_2Clause</a>.<ul>
<li>CLPM comes as a pre-built binary, supports HTTPS by default, supports installing multiple package versions, supports versioned systems, and more.</li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://github.com/stylewarning/quickutil" rel="noopener noreferrer">Quickutil (⭐89)</a> - A utility manager, similar to Quicklisp, but for small utilities rather than whole libraries. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">3-clause BSD</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/shirakumo/redist" rel="noopener noreferrer">redist (⭐16)</a> - facilities to produce Quicklisp distributions.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/02/27/"/>
    <summary>3 awesome projects updated on Feb 27, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/02/21/</id>
    <title>Awesome Cl Updates on Feb 21, 2023</title>
    <updated>2023-02-21T12:46:37.714Z</updated>
    <published>2023-02-21T12:46:36.882Z</published>
    <content type="html"><![CDATA[<h3><p>CSV</p>
</h3>
<ul>
<li><a href="https://github.com/KoenvdBerg/csv-validator" rel="noopener noreferrer">csv-validator (⭐5)</a> - Validates tabular CSV data using predefined validations, inspired from its Python homologue "Great Expectations". <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD_3Clause</a>.</li>
</ul>
<h3><p>JSON</p>
</h3>
<ul>
<li>👍 <a href="https://github.com/Zulu-Inuoe/jzon/" rel="noopener noreferrer">jzon (⭐185)</a> - a correct, safe and fast JSON parser. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.<ul>
<li>jzon is the only CL JSON library which correctly declines all invalid inputs per the official JSON test suite and accepts all valid inputs per that suite.</li>
<li>it doesn't crash on invalid input (jsown), doesn't choke on large datasets (Jonathan), and more.</li>
<li>"I believe jzon to be the superior choice and hope for it to become the new, true de-facto library in the world of JSON-in-CL once and for all."</li>
</ul>
</li>
</ul>
<h3><p>Showcase</p>
</h3>
<ul>
<li><a href="https://github.com/digikar99/asdf-dependency-graph/" rel="noopener noreferrer">asdf-dependency-graph (⭐8)</a> - A minimal wrapper around <code>dot</code> to generate an image of the dependencies graph.</li>
</ul>
<h3><p>Others / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/pokepay/aws-sdk-lisp/" rel="noopener noreferrer">aws-sdk-lisp (⭐95)</a> - Provides interfaces for each AWS services as individual systems. <a href="https://directory.fsf.org/wiki/License:BSD_2Clause" rel="noopener noreferrer">BSD_2Clause</a>.<ul>
<li><em>intended to be replaced by Pirá</em></li>
<li>incluse dozens of services: dsn, appstream, athena, cloudfront, codedeploy, cognito-*, directconnect, dynamodb, dms, elasticache, email, events, kinesis, machinelearning, monitoring, s3, sms, storagegateway, workspaces…</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/02/21/"/>
    <summary>4 awesome projects updated on Feb 21, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/02/19/</id>
    <title>Awesome Cl Updates on Feb 19, 2023</title>
    <updated>2023-02-19T11:28:56.248Z</updated>
    <published>2023-02-19T11:28:56.248Z</published>
    <content type="html"><![CDATA[<h3><p>Data validation / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/cldm/cl-semver" rel="noopener noreferrer">cl-semver (⭐15)</a> - Implementation of the <a href="https://semver.org" rel="noopener noreferrer">Semantic Versioning</a> Specification. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/02/19/"/>
    <summary>1 awesome projects updated on Feb 19, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/02/06/</id>
    <title>Awesome Cl Updates on Feb 06, 2023</title>
    <updated>2023-02-06T01:49:43.064Z</updated>
    <published>2023-02-06T01:49:42.069Z</published>
    <content type="html"><![CDATA[<h3><p>Emacs Lisp</p>
</h3>
<ul>
<li><a href="https://sourceforge.net/p/clocc/hg/ci/default/tree/src/cllib/elisp.lisp" rel="noopener noreferrer">CLOCC's elisp.lisp</a> - Emacs Lisp in Common Lisp.<ul>
<li>implementation of the Emacs Lisp language as a Common Lisp package. [1999]</li>
<li>does not attempt to reimplement the library of functions provided in Emacs to manipulate buffers and other related objects, so it focuses on the "pure" Emacs Lisp language; but it was able to run the non-UI parts of the Emacs Calendar. (S. Monnier, M. Sperber)</li>
</ul>
</li>
</ul>
<h3><p>System administration / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/cl-unix-cybernetics/cl-unix-cybernetics" rel="noopener noreferrer">cl-unix-cybernetics (⭐185)</a> (previously Adams) - UNIX system administration in Common Lisp. <a href="https://en.wikipedia.org/wiki/ISC_license" rel="noopener noreferrer">ISC</a>.<ul>
<li>You describe your systems (hosts) using resources having properties. The properties are then probed and synchronized using only /bin/sh on the remote host, and /usr/bin/ssh on the control host.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/02/06/"/>
    <summary>2 awesome projects updated on Feb 06, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/01/23/</id>
    <title>Awesome Cl Updates on Jan 23, 2023</title>
    <updated>2023-01-23T12:46:26.435Z</updated>
    <published>2023-01-23T12:46:26.407Z</published>
    <content type="html"><![CDATA[<h3><p>Documentation builders / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://sphinxcontrib-cldomain.russellsim.org/" rel="noopener noreferrer">sphinxcontrib-cldomain</a> -
Extending Sphinx to cover Common Lisp. To build documentation with
the same ease as sphinx would a Python project. <a href="http://www.gnu.org/copyleft/gpl.html" rel="noopener noreferrer">GPL3</a><ul>
<li>crossreferences, links to the CLHS, symbol index, search, and all Sphinx features.</li>
</ul>
</li>
</ul>
<h3><p>Git / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://cl-git.russellsim.org/" rel="noopener noreferrer">cl-git</a> - a CFFI interface to the libgit2 library. <a href="https://www.gnu.org/licenses/lgpl-3.0.en.html" rel="noopener noreferrer">LGPL3</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/01/23/"/>
    <summary>2 awesome projects updated on Jan 23, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/01/18/</id>
    <title>Awesome Cl Updates on Jan 18, 2023</title>
    <updated>2023-01-18T12:44:41.508Z</updated>
    <published>2023-01-18T12:44:41.508Z</published>
    <content type="html"><![CDATA[<h3><p>JetBrains / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/Enerccio/SLT" rel="noopener noreferrer">SLT (⭐218)</a> -  an IDE Plugin for Intellij/Jetbrains IDE lineup implementing support for Common Lisp via SBCL and Slime/Swank.<ul>
<li>released in Jan, 2023. Experimental.</li>
<li>see <a href="https://github.com/ivanbulanov/SLT/releases" rel="noopener noreferrer">this fork (⭐3)</a> that is updated to work on Intellij 2025.3.2.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/01/18/"/>
    <summary>1 awesome projects updated on Jan 18, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/01/17/</id>
    <title>Awesome Cl Updates on Jan 17, 2023</title>
    <updated>2023-01-17T01:49:52.950Z</updated>
    <published>2023-01-17T01:49:52.950Z</published>
    <content type="html"><![CDATA[<h3><p>Lisp parsers</p>
</h3>
<ul>
<li><a href="https://github.com/hu-dwim/hu.dwim.walker" rel="noopener noreferrer">hu.dwim.walker (⭐9)</a> - a code walker and unwalker (aka AST parser and unparser). <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD</a>. See also <a href="http://40ants.com/lisp-project-of-the-day/2020/04/0044-hu.dwim.walker.html" rel="noopener noreferrer">this blog post</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/01/17/"/>
    <summary>1 awesome projects updated on Jan 17, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/12/31/</id>
    <title>Awesome Cl Updates on Dec 31, 2022</title>
    <updated>2022-12-31T11:05:30.905Z</updated>
    <published>2022-12-31T11:05:30.765Z</published>
    <content type="html"><![CDATA[<h3><p>Actors pattern / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/dbmcclain/Lisp-Actors" rel="noopener noreferrer">lisp-actors (⭐111)</a>, an "ongoing investigation into the use of the Actor model in Common Lisp, which has had the benefit of real-world application".<ul>
<li>it was part of the <a href="https://github.com/emotiq/emotiq/blob/dev/src/test/blockchain-test.lisp" rel="noopener noreferrer">Emotiq blockchain (⭐96)</a> (a discontinued project)</li>
<li>does remoting, includes a threading abstraction layer library similar to Bordeaux-Threads.</li>
<li>! it lacks unit tests.</li>
</ul>
</li>
</ul>
<h3><p>Online editors / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://riju.codes/commonlisp" rel="noopener noreferrer">Riju</a>, a "fast online playground for every programming language", supports Common Lisp (SBCL).</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/12/31/"/>
    <summary>2 awesome projects updated on Dec 31, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/12/28/</id>
    <title>Awesome Cl Updates on Dec 28, 2022</title>
    <updated>2022-12-28T12:42:19.643Z</updated>
    <published>2022-12-28T12:42:19.643Z</published>
    <content type="html"><![CDATA[<h3><p>Interfaces to other package managers</p>
</h3>
<ul>
<li><a href="https://github.com/borodust/alien-works-delivery" rel="noopener noreferrer">alien-works-delivery (⭐33)</a> - WIP system for delivering Common Lisp applications as executable bundles. For now it only supports AppImage format for Linux and MSIX for Windows, but .APK for Android and later MacOSX and iOS bundle formats are planned too.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/12/28/"/>
    <summary>1 awesome projects updated on Dec 28, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/12/13/</id>
    <title>Awesome Cl Updates on Dec 13, 2022</title>
    <updated>2022-12-13T12:47:09.952Z</updated>
    <published>2022-12-13T12:47:09.762Z</published>
    <content type="html"><![CDATA[<h3><p>JSON</p>
</h3>
<ul>
<li><a href="https://github.com/yitzchak/shasht" rel="noopener noreferrer">shasht (⭐60)</a> -  Common Lisp JSON reading and writing for the Kzinti. <a href="https://directory.fsf.org/wiki/License:Expat" rel="noopener noreferrer">MIT</a>.<ul>
<li>"Shasht is one of the two new libraries that I particularly like and is already in quicklisp. It is fast, it handles null correctly, it encodes CLOS objects, structures and hash-tables. It can also do incremental encoding." Sabra Crolleton.</li>
</ul>
</li>
</ul>
<h3><p>YAML</p>
</h3>
<ul>
<li><a href="https://github.com/thephoeron/bit-smasher" rel="noopener noreferrer">bit-smasher (⭐57)</a> -  Common Lisp library for handling bit vectors, bit vector arithmetic, and type conversions. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/12/13/"/>
    <summary>2 awesome projects updated on Dec 13, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/11/25/</id>
    <title>Awesome Cl Updates on Nov 25, 2022</title>
    <updated>2022-11-25T02:01:42.423Z</updated>
    <published>2022-11-25T02:01:42.423Z</published>
    <content type="html"><![CDATA[<h3><p>Others / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/kjinho/ciao" rel="noopener noreferrer">Ciao (⭐27)</a> - an easy-to-use Common Lisp OAuth 2.0 client library. It is a port of the Racket OAuth 2.0 Client to Common Lisp. <a href="https://www.gnu.org/licenses/lgpl-3.0.en.html" rel="noopener noreferrer">LGPL3</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/11/25/"/>
    <summary>1 awesome projects updated on Nov 25, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/11/23/</id>
    <title>Awesome Cl Updates on Nov 23, 2022</title>
    <updated>2022-11-23T12:51:49.619Z</updated>
    <published>2022-11-23T12:51:48.380Z</published>
    <content type="html"><![CDATA[<h3><p>Miscellaneous</p>
</h3>
<ul>
<li><a href="https://gitlab.com/dto/xelf/" rel="noopener noreferrer">Xelf</a> - Extensible game library. Not available on Quicklisp. <a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" rel="noopener noreferrer">GNU LGPL2.1</a>.</li>
</ul>
<h3><p>Iteration</p>
</h3>
<ul>
<li><a href="https://series.sourceforge.net/" rel="noopener noreferrer">series</a> - Functional style without any runtime penalty at all. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>

<ul>
<li><a href="https://cicadas.surf/cgit/colin/gtwiwtg.git/about/" rel="noopener noreferrer">gtwiwtg</a> - A lazy sequences library. Similar to 'series' but not as complete. However it has a 'modern' API with stuff like <code>take</code>, <code>filter</code>, <code>for</code>, <code>fold</code>, etc. that is easy to use.</li>
</ul>
<h3><p>Javascript / Isomorphic web frameworks</p>
</h3>
<ul>
<li><a href="https://github.com/cxxxr/valtan" rel="noopener noreferrer">Valtan (⭐268)</a> -  Common Lisp to JavaScript compiler.</li>
</ul>

<ul>
<li><a href="https://tailrecursion.com/JACL/" rel="noopener noreferrer">JACL</a> - an experimental Lisp system for the Web browser platform to explore new techniques for developing large Single Page Applications with Lisp.</li>
</ul>
<h3><p>Others / Email</p>
</h3>
<ul>
<li><a href="https://github.com/vindarel/cl-sendgrid" rel="noopener noreferrer">sendgrid (⭐14)</a> - send emails with Sendgrid's API. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>Actors pattern / Third-party APIs</p>
</h3>
<ul>
<li>👍 <a href="https://github.com/mdbergmann/cl-gserver" rel="noopener noreferrer">Sento (⭐244)</a> - Sento (formerly cl-gserver) is a 'message passing' library/framework with actors similar to Erlang or Akka. It supports creating systems that should work reactive, require parallel computing and event based message handling. <a href="https://directory.fsf.org/wiki/License:Apache2.0" rel="noopener noreferrer">Apache2</a>.</li>
</ul>
<h3><p>Caching (memoization) / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/AccelerationNet/function-cache" rel="noopener noreferrer">function-cache (⭐49)</a> -  A Common Lisp function caching / memoization library. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/11/23/"/>
    <summary>8 awesome projects updated on Nov 23, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/11/17/</id>
    <title>Awesome Cl Updates on Nov 17, 2022</title>
    <updated>2022-11-17T12:57:10.462Z</updated>
    <published>2022-11-17T12:57:08.700Z</published>
    <content type="html"><![CDATA[<h3><p>Clojure</p>
</h3>
<ul>
<li><a href="https://github.com/ruricolist/cloture" rel="noopener noreferrer">Cloture (⭐387)</a> - Clojure in Common Lisp.</li>
</ul>

<ul>
<li><a href="https://github.com/dtenny/clj-con" rel="noopener noreferrer">clj-con (⭐45)</a> - Clojure-style concurrency operations in Common Lisp. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/dtenny/clj-re/" rel="noopener noreferrer">clj-re (⭐13)</a> - Clojure-style regular expression functions.</li>
</ul>

<ul>
<li><a href="https://github.com/eigenhombre/cl-oju/" rel="noopener noreferrer">cl-oju (⭐21)</a> - a few idioms, mostly relating to sequences, that I miss when writing Common Lisp. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>Typing</p>
</h3>
<ul>
<li><a href="https://github.com/marcoheisig/Typo/" rel="noopener noreferrer">typo (⭐44)</a> -  A portable type inference library for Common Lisp. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>Others / OpenAPI, OData, OpenRPC</p>
</h3>
<ul>
<li><a href="https://github.com/40ants/openrpc" rel="noopener noreferrer">OpenRPC (⭐32)</a> - OpenRPC implementation for Common Lisp. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD</a>.<ul>
<li>Automatic OpenRPC spec generation</li>
<li>Automatic JSON-RPC client building by OpenRPC spec. This includes creation of Common Lisp classes and methods for making RPC requests and returning native CL objects.</li>
<li>all JSON marshalling is done under the hood.</li>
</ul>
</li>
</ul>
<h3><p>Macro helpers / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/tdrhq/easy-macros/" rel="noopener noreferrer">easy-macros (⭐25)</a> -  an easy way to write 90% of your macros. <a href="https://directory.fsf.org/wiki/License:Apache2.0" rel="noopener noreferrer">Apache2.0</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/11/17/"/>
    <summary>7 awesome projects updated on Nov 17, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/11/02/</id>
    <title>Awesome Cl Updates on Nov 02, 2022</title>
    <updated>2022-11-02T13:04:00.392Z</updated>
    <published>2022-11-02T13:04:00.392Z</published>
    <content type="html"><![CDATA[<h3><p>Other DB wrappers</p>
</h3>
<ul>
<li><a href="https://github.com/datagraph/cl-ndbapi" rel="noopener noreferrer">cl-ndbapi (⭐15)</a> - bindings to the C++ NDB API of <a href="https://www.rondb.com/" rel="noopener noreferrer">RonDB</a>, "the world's fastest key value store", by <a href="https://dydra.com/home" rel="noopener noreferrer">Dydra</a>. GPLv2.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/11/02/"/>
    <summary>1 awesome projects updated on Nov 02, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/10/24/</id>
    <title>Awesome Cl Updates on Oct 24, 2022</title>
    <updated>2022-10-24T17:43:49.000Z</updated>
    <published>2022-10-24T17:43:49.000Z</published>
    <content type="html"><![CDATA[<h3><p>Others / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/K1D77A/lisp-pay" rel="noopener noreferrer">lisp-pay (⭐26)</a> - Wrappers around various payment processors: Paypal, Stripe, Coinpayments and BTCPayServer. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/K1D77A/lunamech-matrix-api" rel="noopener noreferrer">lunamech-matrix-api (⭐7)</a> - A complete wrapper over the Client -&gt; Server Matrix API. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/10/24/"/>
    <summary>2 awesome projects updated on Oct 24, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/10/22/</id>
    <title>Awesome Cl Updates on Oct 22, 2022</title>
    <updated>2022-10-22T18:41:15.000Z</updated>
    <published>2022-10-22T18:41:15.000Z</published>
    <content type="html"><![CDATA[<h3><p>Notebooks / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/yitzchak/common-lisp-jupyter" rel="noopener noreferrer">common-lisp-jupyter (⭐239)</a> - A Common Lisp kernel for Jupyter along with a library for building Jupyter kernels, based on Maxima-Jupyter by Robert Dodier which was based on cl-jupyter by Frederic Peschanski. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.<ul>
<li><a href="https://github.com/yitzchak/cytoscape-clj" rel="noopener noreferrer">Cytoscape widget (⭐3)</a> -  Cytoscape.js widget for common-lisp-jupyter.</li>
<li><a href="https://github.com/yitzchak/kekule-clj" rel="noopener noreferrer">Kekule widget (⭐2)</a> -  Kekule.js widget for common-lisp-jupyter.</li>
<li><a href="https://github.com/yitzchak/ngl-clj" rel="noopener noreferrer">ngl widget (⭐3)</a> -  A ngl widget (protein viewer) for common-lisp-jupyter.</li>
<li><a href="https://github.com/yitzchak/sheet-clj" rel="noopener noreferrer">sheet widget (⭐2)</a> -  Data grid widget for common-lisp-jupyter.</li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://github.com/fredokun/cl-jupyter" rel="noopener noreferrer">cl-jupyter (⭐202)</a> - A Common Lisp kernel for Jupyter notebooks <a href="https://github.com/fredokun/cl-jupyter/blob/master/LICENSE" rel="noopener noreferrer">custom licence (⭐202)</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/10/22/"/>
    <summary>2 awesome projects updated on Oct 22, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/10/06/</id>
    <title>Awesome Cl Updates on Oct 06, 2022</title>
    <updated>2022-10-06T10:15:06.000Z</updated>
    <published>2022-10-06T10:15:06.000Z</published>
    <content type="html"><![CDATA[<h3><p>Mobile</p>
</h3>
<ul>
<li><a href="http://www.clisp.org/" rel="noopener noreferrer">GNU CLISP</a> - A GNU implementation; contains a compiler and an interpreter. <a href="http://www.gnu.org/software/clisp/impnotes.html" rel="noopener noreferrer">Standard conformance</a>. <a href="http://www.gnu.org/copyleft/gpl.html" rel="noopener noreferrer">GNU GPL3</a>. They develop <a href="https://gitlab.com/gnu-clisp/clisp" rel="noopener noreferrer">on Gitlab</a>.<ul>
<li>compiles to bytecode, its default REPL is more user friendly than SBCL's (with symbol completion and readline integration).</li>
<li>however, it is not actively developed, it doesn't comply entirely to the ANSI standard, it is less performant than SBCL and it is lacking compatibility features.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/10/06/"/>
    <summary>1 awesome projects updated on Oct 06, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/09/24/</id>
    <title>Awesome Cl Updates on Sep 24, 2022</title>
    <updated>2022-09-24T10:29:13.000Z</updated>
    <published>2022-09-24T10:29:13.000Z</published>
    <content type="html"><![CDATA[<h3><p>Others / OpenAPI, OData, OpenRPC</p>
</h3>
<ul>
<li><a href="https://github.com/cxxxr/apispec" rel="noopener noreferrer">apispec (⭐36)</a> -  A Common Lisp library for handling Web API requests and responses. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD_3Clause</a>.<ul>
<li>takes an OpenAPI3 yaml specification and allows to validate and parse HTTP request headers, parameters and bodies.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/09/24/"/>
    <summary>1 awesome projects updated on Sep 24, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/09/19/</id>
    <title>Awesome Cl Updates on Sep 19, 2022</title>
    <updated>2022-09-19T11:32:01.000Z</updated>
    <published>2022-09-19T11:32:01.000Z</published>
    <content type="html"><![CDATA[<h3><p>Miscellaneous</p>
</h3>
<ul>
<li>🆕 <a href="https://github.com/bohonghuang/cl-gtk4" rel="noopener noreferrer">cl-gtk4 (⭐257)</a> -  GTK4/Libadwaita/WebKit binding for Common Lisp. <a href="https://www.gnu.org/licenses/lgpl-3.0.en.html" rel="noopener noreferrer">LGPL3</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/09/19/"/>
    <summary>1 awesome projects updated on Sep 19, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/08/22/</id>
    <title>Awesome Cl Updates on Aug 22, 2022</title>
    <updated>2022-08-22T11:15:21.000Z</updated>
    <published>2022-08-22T10:47:40.000Z</published>
    <content type="html"><![CDATA[<h3><p>Coding platforms</p>
</h3>
<ul>
<li><a href="https://docs.codewars.com/languages/commonlisp/" rel="noopener noreferrer">Codewars</a> - a code training platform, with Common Lisp support (SBCL).</li>
</ul>
<h3><p>HTML generators and templates / Isomorphic web frameworks</p>
</h3>
<ul>
<li>⭐ <a href="https://github.com/mmontone/djula" rel="noopener noreferrer">Djula (⭐166)</a> - A port of Django's template engine to Common Lisp. <a href="https://directory.fsf.org/wiki/License:Expat" rel="noopener noreferrer">Expat</a>.<ul>
<li><a href="https://github.com/rajasegar/cl-djula-tailwind" rel="noopener noreferrer">cl-djula-tailwind (⭐8)</a> - use TailwindCSS classe in your Djula templates without any JavaScript or Node.js tooling.</li>
<li><a href="https://github.com/mmontone/djula-template-designer" rel="noopener noreferrer">djula-template-designer (⭐5)</a> - a template designer tool.</li>
</ul>
</li>
</ul>
<h3><p>Online editors / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/GrammaTech/resolve" rel="noopener noreferrer">Resolve (⭐38)</a> - A software for AST-based diff calculation, display, and automated resolution. Written in C++ and CL, you'll find Lisp utilities.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/08/22/"/>
    <summary>3 awesome projects updated on Aug 22, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/08/02/</id>
    <title>Awesome Cl Updates on Aug 02, 2022</title>
    <updated>2022-08-02T06:59:51.000Z</updated>
    <published>2022-08-02T06:59:51.000Z</published>
    <content type="html"><![CDATA[<h3><p>Others / Third-party APIs</p>
</h3>
<ul>
<li>⭐ <a href="http://maxima.sourceforge.net/" rel="noopener noreferrer">maxima</a> - Computer Algebra System. <a href="http://www.gnu.org/copyleft/gpl.html" rel="noopener noreferrer">GNU GPL3</a>.<ul>
<li><a href="https://wxmaxima-developers.github.io/wxmaxima/" rel="noopener noreferrer">wxMaxima</a>: a graphical frontend.</li>
<li><a href="https://github.com/robert-dodier/maxima-jupyter" rel="noopener noreferrer">Maxima on Jupyter (⭐206)</a></li>
<li>[new, POC] <a href="https://maxima-on-wasm.pages.dev/" rel="noopener noreferrer">Maxima in the browser on WASM</a>, <a href="https://gitlab.com/spaghettisalat/maxima/-/tree/emscripten-port-deployed" rel="noopener noreferrer">sources</a></li>
<li>it can be used via <a href="https://www.sagemath.org/" rel="noopener noreferrer">SageMath</a> and <a href="https://apps.kde.org/cantor/" rel="noopener noreferrer">KDE Cantor</a>. Of course, with Emacs: <a href="https://gitlab.com/sasanidas/maxima" rel="noopener noreferrer">maxima-mode</a> (<a href="https://community.linuxmint.com/img/screenshots/maxima-emacs.png" rel="noopener noreferrer">screenshot</a>) and <a href="https://github.com/jmbr/maxima-interface" rel="noopener noreferrer">maxima-interface (⭐18)</a> to ease the interface between Maxima and Common Lisp.</li>
</ul>
</li>
</ul>
<h3><p>Documentation lookup / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/mmontone/cl-livedocs" rel="noopener noreferrer">cl-livedocs (⭐2)</a> - similar and newer, based on Webinfo.<ul>
<li>full text search is enabled by default.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/08/02/"/>
    <summary>2 awesome projects updated on Aug 02, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/07/30/</id>
    <title>Awesome Cl Updates on Jul 30, 2022</title>
    <updated>2022-07-30T11:38:01.000Z</updated>
    <published>2022-07-30T11:38:01.000Z</published>
    <content type="html"><![CDATA[<h3><p>Websockets / Hosting platforms</p>
</h3>
<ul>
<li><a href="https://github.com/3b/clws" rel="noopener noreferrer">clws (⭐75)</a> -  websockets server in CL, built on IOlib and libfixposix. MIT.</li>
</ul>

<ul>
<li><a href="https://github.com/joaotavora/hunchensocket" rel="noopener noreferrer">Hunchensocket (⭐119)</a> -  RFC6455 compliant WebSockets for Common Lisp, as an extension to Hunchentoot. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/fukamachi/websocket-driver" rel="noopener noreferrer">websocket-driver (⭐112)</a> - based on Clack.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/07/30/"/>
    <summary>3 awesome projects updated on Jul 30, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/07/18/</id>
    <title>Awesome Cl Updates on Jul 18, 2022</title>
    <updated>2022-07-18T08:53:23.000Z</updated>
    <published>2022-07-18T08:53:23.000Z</published>
    <content type="html"><![CDATA[<h3><p>Changing the syntax</p>
</h3>
<ul>
<li><a href="https://github.com/malisper/Clamp" rel="noopener noreferrer">clamp (⭐75)</a> - Arc language's brevity and conciseness to Common Lisp. <a href="https://directory.fsf.org/wiki/License:ArtisticLicense2.0" rel="noopener noreferrer">Artistic License 2.0</a>.<ul>
<li>also <a href="https://github.com/g000001/arc-compat" rel="noopener noreferrer">arc-compat (⭐15)</a> -  Arc compatible package. Perl Foundation's Artistic Licence 2.0.</li>
</ul>
</li>
</ul>
<h3><p>Websockets / Hosting platforms</p>
</h3>
<ul>
<li><a href="https://github.com/charJe/portal" rel="noopener noreferrer">Portal (⭐28)</a> - Portable websockets for Common Lisp, using usocket. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/07/18/"/>
    <summary>2 awesome projects updated on Jul 18, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/07/17/</id>
    <title>Awesome Cl Updates on Jul 17, 2022</title>
    <updated>2022-07-17T09:31:09.000Z</updated>
    <published>2022-07-17T09:31:09.000Z</published>
    <content type="html"><![CDATA[<h3><p>Function extensions</p>
</h3>
<ul>
<li><a href="https://github.com/atlas-engineer/nhooks" rel="noopener noreferrer">nhooks (⭐22)</a> - an enhanced implementation of hooks (extension points) with crucial improvements.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/07/17/"/>
    <summary>1 awesome projects updated on Jul 17, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/07/15/</id>
    <title>Awesome Cl Updates on Jul 15, 2022</title>
    <updated>2022-07-15T13:12:07.000Z</updated>
    <published>2022-07-15T13:12:07.000Z</published>
    <content type="html"><![CDATA[<h3><p>ORMs</p>
</h3>
<ul>
<li>👍 <a href="https://github.com/fukamachi/mito" rel="noopener noreferrer">mito (⭐326)</a> - An ORM for Common Lisp with migrations, relationships and PostgreSQL support <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD_3Clause</a>.<ul>
<li><a href="https://github.com/fukamachi/mito-auth" rel="noopener noreferrer">mitho-auth (⭐21)</a>, a mixin class for use authorization</li>
<li><a href="https://github.com/fukamachi/mito-attachment" rel="noopener noreferrer">mito-attachment (⭐14)</a>, a mixin class for file management outside of RDBMS.</li>
<li>works best coupled with SxQL and its Query Composer.</li>
</ul>
</li>
</ul>
<h3><p>Websockets / Hosting platforms</p>
</h3>
<ul>
<li>👍 <a href="https://github.com/usocket/usocket" rel="noopener noreferrer">usocket (⭐241)</a> - A portable TCP and UDP socket interface. <a href="https://directory.fsf.org/wiki/License:Expat" rel="noopener noreferrer">Expat</a>.</li>
</ul>
<h3><p>Web development utilities / Browser tests</p>
</h3>
<ul>
<li><a href="https://github.com/copyleft/cl-webdriver-client/" rel="noopener noreferrer">cl-webdriver-client (⭐29)</a> - a binding library to WebDriver (supports Selenium 4.0).</li>
</ul>
<h3><p>Web development utilities / Form handling</p>
</h3>
<ul>
<li>👍 <a href="https://github.com/mmontone/cl-forms" rel="noopener noreferrer">cl-forms (⭐45)</a> -  Web forms handling library for Common lisp. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>Web development utilities / User login and password management</p>
</h3>
<ul>
<li><a href="https://github.com/charJe/cl-authentic" rel="noopener noreferrer">cl-authentic (⭐7)</a> -  Password management for Common Lisp (web) applications. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.<ul>
<li>safe password storage: cleartext-free, using your choice of hash algorithm through ironclad, storage in an SQL database,</li>
<li>password reset mechanism with one-time tokens (suitable for mailing to users for confirmation),</li>
<li>user creation optionally with confirmation tokens (suitable for mailing to users),</li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://github.com/40ants/mito-email-auth" rel="noopener noreferrer">mito-email-auth (⭐5)</a> - Helper to authenticate a website's users by sending them unique code by email.</li>
</ul>
<h3><p>Others / Email</p>
</h3>
<ul>
<li><a href="https://github.com/40ants/trivial-imap" rel="noopener noreferrer">trivial-imap (⭐3)</a> - tries to make easy some common cases of working with IMAP servers, like reading emails from the server. A thin wrapper over post-office library (which is a fork of Franz's cl-imap). <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD</a>.</li>
</ul>

<ul>
<li><a href="https://gitlab.common-lisp.net/cl-smtp/cl-smtp" rel="noopener noreferrer">cl-smtp</a> - CL-SMTP is a simple lisp smtp client.</li>
</ul>

<ul>
<li><a href="https://github.com/40ants/mailgun" rel="noopener noreferrer">mailgun (⭐12)</a> - A thin wrapper to post HTML emails through mailgun.com. <a href="http://unlicense.org/" rel="noopener noreferrer">unlicence</a>.</li>
</ul>
<h3><p>Others / Static site generators</p>
</h3>
<ul>
<li><a href="https://github.com/kingcons/coleslaw" rel="noopener noreferrer">coleslaw (⭐579)</a> and its
<a href="https://github.com/40ants/coleslaw-cli" rel="noopener noreferrer">coleslaw-cli (⭐6)</a> - Flexible
Lisp Blogware similar to Frog, Jekyll, or Hakyll. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD</a>.</li>
</ul>
<h3><p>Others / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/rotatef/aws-sign4" rel="noopener noreferrer">Aws-sign4 (⭐19)</a> - Common Lisp library for Amazon Web Services signing version 4. <a href="http://www.gnu.org/copyleft/gpl.html" rel="noopener noreferrer">GNU GPL3</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/xach/zs3" rel="noopener noreferrer">zs3 (⭐43)</a> - A library for working with Amazon's Simple Storage
Service (S3) and CloudFront service. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD</a>.</li>
</ul>

<ul>
<li><a href="https://shinmera.github.io/north" rel="noopener noreferrer">north</a> - The successor to the South (Simple OaUTH) library, implementing the full oAuth 1.0a protocol, both client and server sides. Using North you can easily become an oAuth provider or consumer. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.</li>
</ul>

<ul>
<li><a href="https://www.common-lisp.net/project/cl-irc/" rel="noopener noreferrer">cl-irc</a> - An IRC client library. <a href="https://directory.fsf.org/wiki/License:Expat" rel="noopener noreferrer">Expat</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/AccelerationNet/cl-mediawiki" rel="noopener noreferrer">cl-mediawiki (⭐19)</a> - a wrapper around the MediaWiki api. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/cl-openid/cl-openid" rel="noopener noreferrer">cl-openid (⭐4)</a> - An implementation of OpenID. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/TeMPOraL/cl-pushover" rel="noopener noreferrer">cl-pushover (⭐2)</a> -  Common Lisp bindings to Pushover. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/07/15/"/>
    <summary>17 awesome projects updated on Jul 15, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/07/11/</id>
    <title>Awesome Cl Updates on Jul 11, 2022</title>
    <updated>2022-07-11T15:30:54.000Z</updated>
    <published>2022-07-11T15:30:29.000Z</published>
    <content type="html"><![CDATA[<h3><p>Mobile</p>
</h3>
<ul>
<li>⭐ <a href="http://www.sbcl.org/index.html" rel="noopener noreferrer">SBCL</a> - Steel Bank Common Lisp. A fork of CMUCL; compiles to efficient machine code. <a href="http://www.sbcl.org/manual/index.html#ANSI-Conformance" rel="noopener noreferrer">Standard compliance</a>. Public domain, with some parts under <a href="https://directory.fsf.org/wiki/License:Expat" rel="noopener noreferrer">Expat</a> and <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">3-clause BSD</a>.<ul>
<li>see also: <a href="https://github.com/quil-lang/sbcl-librarian" rel="noopener noreferrer">sbcl-librarian (⭐123)</a> -  Dynamic library delivery tools for SBCL. Create shared libraries that can be called from C or Python. MIT. <a href="https://mstmetent.blogspot.com/2022/04/using-lisp-libraries-from-other.html" rel="noopener noreferrer">Blog post</a>. <a href="https://lispcookbook.github.io/cl-cookbook/dynamic-libraries.html" rel="noopener noreferrer">Tutorial</a>.</li>
<li><a href="https://github.com/sionescu/sbcl-goodies" rel="noopener noreferrer">SBCL-GOODIES (⭐44)</a> - Distributing binaries with Common Lisp and foreign libraries: libssl, libcrypto and libfixposix are statically baked in. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
<li><a href="https://github.com/olnw/sbcl-builds" rel="noopener noreferrer">Nightly Windows builds of SBCL (⭐1)</a> -  Nightly builds of SBCL using MSYS2 UCRT64. See also <a href="https://github.com/roswell/sbcl_bin/releases/" rel="noopener noreferrer">Roswell's SBCL MSI builds (⭐10)</a>.</li>
<li><a href="https://community.chocolatey.org/packages/sbcl" rel="noopener noreferrer">SBCL on Chocolatey for Windows</a> (unofficial)</li>
<li>[WIP, 2021] <a href="https://www.timmons.dev/posts/static-executables-with-sbcl-v2.html" rel="noopener noreferrer">Static Executables with SBCL</a>.</li>
<li><a href="https://github.com/lockie/sbcl-w7" rel="noopener noreferrer">SBCL Windows builds supporting Windows 7+ (⭐6)</a>, packaged into NSIS installer and updated monthly (unofficial)</li>
<li><em>tip: to enhance the default terminal experience of SBCL, see also <code>icl</code> or <code>cl-repl</code> in the Editors section below.</em></li>
</ul>
</li>
</ul>
<h3><p>Changing the syntax</p>
</h3>
<ul>
<li>⭐ <a href="https://github.com/edicl/cl-interpol/" rel="noopener noreferrer">cl-interpol (⭐70)</a> - A set of reader modifications to allow string interpolation. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD</a>.<ul>
<li>see also: <a href="https://git.sr.ht/~dieggsy/f-string" rel="noopener noreferrer">f-string</a> for only string interpolation, with no dependencies. MIT.</li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://git.sr.ht/~shunter/mstrings" rel="noopener noreferrer">mstrings</a> -  a reader macro to provide visually appealing multiline blocks. An M-string trims leading whitespace, concatenates lines together, etc. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD_3Clause</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/smithzvk/pythonic-string-reader" rel="noopener noreferrer">pythonic-string-reader (⭐22)</a> - A simple and unobtrusive read table modification inspired by Python's three quote strings. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD_3Clause</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/outergod/cl-heredoc" rel="noopener noreferrer">cl-heredoc (⭐17)</a> - a <a href="https://github.com/outergod/cl-heredoc" rel="noopener noreferrer">"heredocs" (⭐17)</a> dispatcher. <a href="http://www.gnu.org/copyleft/gpl.html" rel="noopener noreferrer">GPL3</a>. Allows to write: <code>#&gt;eof&gt;Write whatever (you) "want", no matter what characters, until the magic end sequence has been reached.eof</code></li>
</ul>
<h3><p>HTTP Servers / Hunchentoot plugins</p>
</h3>
<ul>
<li><a href="https://github.com/mdbergmann/cl-tbnl-gserver-tmgr" rel="noopener noreferrer">cl-tbnl-gserver-tmgr (⭐27)</a> -  Hunchentoot Gserver-based taskmanager. cl-gserver is an actor-like message-passing library (see below in "Actors pattern"). Experimental.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/07/11/"/>
    <summary>6 awesome projects updated on Jul 11, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/07/09/</id>
    <title>Awesome Cl Updates on Jul 09, 2022</title>
    <updated>2022-07-09T11:23:31.000Z</updated>
    <published>2022-07-09T11:23:31.000Z</published>
    <content type="html"><![CDATA[<h3><p>C, C++</p>
</h3>
<ul>
<li><a href="https://github.com/rodentrabies/bp" rel="noopener noreferrer">bp (⭐38)</a> - Bitcoin Protocol components in Common Lisp. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/07/09/"/>
    <summary>1 awesome projects updated on Jul 09, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/06/18/</id>
    <title>Awesome Cl Updates on Jun 18, 2022</title>
    <updated>2022-06-18T07:56:42.000Z</updated>
    <published>2022-06-18T07:56:42.000Z</published>
    <content type="html"><![CDATA[<h3><p>HTTP Servers / Clack plugins</p>
</h3>
<ul>
<li><a href="https://github.com/jeko2000/tiny-routes" rel="noopener noreferrer">tiny-routes (⭐18)</a> -  A tiny routing library for Common Lisp targeting Clack. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD_3Clause</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/06/18/"/>
    <summary>1 awesome projects updated on Jun 18, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/06/06/</id>
    <title>Awesome Cl Updates on Jun 06, 2022</title>
    <updated>2022-06-06T12:45:57.000Z</updated>
    <published>2022-06-06T11:12:24.000Z</published>
    <content type="html"><![CDATA[<h3><p>C, C++</p>
</h3>
<ul>
<li>⭐ <a href="https://github.com/sharplispers/ironclad" rel="noopener noreferrer">Ironclad (⭐202)</a> - A library of crypto functions for Common Lisp. Not considered secure, but is still useful for the message digest functions. <a href="https://directory.fsf.org/wiki/License:Expat" rel="noopener noreferrer">Expat</a>.</li>
</ul>

<ul>
<li>⭐ <a href="http://marijnhaverbeke.nl/postmodern/" rel="noopener noreferrer">postmodern</a> - A library for interacting with PostgreSQL. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.</li>
</ul>
<h3><p>ORMs</p>
</h3>
<ul>
<li><a href="http://www.cliki.net/CLSQL" rel="noopener noreferrer">clsql</a> - An SQL database with a Common Lisp interface. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.<ul>
<li><a href="https://github.com/sergadin/dbd-oracle" rel="noopener noreferrer">dbd-oracle (⭐4)</a> - an Oracle database driver for CL-DBI. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.</li>
</ul>
</li>
</ul>
<h3><p>CSV</p>
</h3>
<ul>
<li>⭐ <a href="https://github.com/AccelerationNet/cl-csv" rel="noopener noreferrer">cl-csv (⭐129)</a> - A library for parsing CSV files. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">3-clause BSD</a>.<ul>
<li><a href="https://github.com/AccelerationNet/cl-csv/blob/master/DOCUMENTATION.md" rel="noopener noreferrer">documentation (⭐129)</a></li>
<li><a href="https://dev.to/vindarel/read-csv-files-in-common-lisp-cl-csv-data-table-3c9n" rel="noopener noreferrer">example blog post</a>.</li>
</ul>
</li>
</ul>
<h3><p>C</p>
</h3>
<ul>
<li>⭐ <a href="https://github.com/cffi/cffi" rel="noopener noreferrer">CFFI (⭐481)</a> - Portable, easy-to-use C foreign function interface. <a href="https://directory.fsf.org/wiki/License:Expat" rel="noopener noreferrer">Expat</a>.<ul>
<li><a href="https://github.com/bohonghuang/cffi-ops" rel="noopener noreferrer">cffi-ops (⭐54)</a> - helps write concise CFFI-related code.</li>
<li><a href="https://github.com/bohonghuang/cffi-object" rel="noopener noreferrer">cffi-objects (⭐33)</a> - enables fast and convenient interoperation with foreign objects.</li>
</ul>
</li>
</ul>
<h3><p>Miscellaneous</p>
</h3>
<ul>
<li>⭐ <a href="https://github.com/vydd/sketch" rel="noopener noreferrer">Sketch (⭐1.5k)</a> - A CL framework for the creation of electronic art, graphics, and lots more. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/commonqt/commonqt" rel="noopener noreferrer">CommonQt (⭐122)</a> - A Common Lisp binding for Qt4 via QtSmoke. <a href="https://directory.fsf.org/wiki?title=License:FreeBSD" rel="noopener noreferrer">FreeBSD</a>.<ul>
<li><a href="https://github.com/commonqt/commonqt5/" rel="noopener noreferrer">CommonQt5 (⭐35)</a> - bindings for Qt5.<ul>
<li>warn: currently difficult to install. Used in production© by SISCOG.</li>
</ul>
</li>
</ul>
</li>
</ul>
<h3><p>Lisp parsers</p>
</h3>
<ul>
<li>⭐ <a href="https://common-lisp.net/project/alexandria/" rel="noopener noreferrer">alexandria</a> - A general-purpose utility library. Public domain.</li>
</ul>
<h3><p>Pattern matching</p>
</h3>
<ul>
<li>⭐ <a href="https://github.com/guicho271828/trivia/" rel="noopener noreferrer">trivia (⭐350)</a> - Optimized pattern-matching library. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.</li>
</ul>
<h3><p>Iteration</p>
</h3>
<ul>
<li>⭐ <a href="https://common-lisp.net/project/iterate/" rel="noopener noreferrer">iterate</a> - An iteration construct for Common Lisp which is extensible and Lispier. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>Showcase</p>
</h3>
<ul>
<li>⭐ <a href="https://www.quicklisp.org/beta/" rel="noopener noreferrer">Quicklisp</a> - A library manager containing many libraries, with easy depencency management. <a href="https://directory.fsf.org/wiki/License:Expat" rel="noopener noreferrer">Expat</a>.<ul>
<li><a href="https://github.com/rudolfochrist/ql-https" rel="noopener noreferrer">ql-https (⭐34)</a> - shell out to cURL and use HTTPS by default.</li>
<li><a href="https://quicklisp.org/beta/bundles.html" rel="noopener noreferrer">Quicklisp bundles</a> -  self-contained sets of systems that are exported from Quicklisp and loadable without involving Quicklisp.</li>
</ul>
</li>
</ul>
<h3><p>HTTP Servers</p>
</h3>
<ul>
<li>⭐ <a href="http://weitz.de/hunchentoot/" rel="noopener noreferrer">Hunchentoot</a> - A web server. <a href="https://opensource.org/licenses/bsd-license.php" rel="noopener noreferrer">2-clause BSD</a></li>
</ul>
<h3><p>HTML generators and templates / Isomorphic web frameworks</p>
</h3>
<ul>
<li>⭐ <a href="http://weitz.de/cl-who/" rel="noopener noreferrer">cl-who</a> - The venerable HTML generator. <a href="https://directory.fsf.org/wiki?title=License:FreeBSD" rel="noopener noreferrer">FreeBSD</a>.</li>
</ul>
<h3><p>Utils / Third-party APIs</p>
</h3>
<ul>
<li>⭐ <a href="https://common-lisp.net/project/bordeaux-threads/" rel="noopener noreferrer">BordeauxThreads</a> - Portable, shared-state concurrency. <a href="https://directory.fsf.org/wiki/License:Expat" rel="noopener noreferrer">Expat</a>.</li>
</ul>
<h3><p>Job processing / Third-party APIs</p>
</h3>
<ul>
<li>⭐ <a href="http://weitz.de/cl-ppcre/" rel="noopener noreferrer">cl-ppcre</a> - Portable, Perl-compatible regular expressions. <a href="https://directory.fsf.org/wiki?title=License:FreeBSD" rel="noopener noreferrer">FreeBSD</a>.</li>
</ul>
<h3><p>Emacs / Third-party APIs</p>
</h3>
<ul>
<li>⭐ <a href="https://github.com/slime/slime" rel="noopener noreferrer">Slime (⭐2k)</a> - Superior Lisp Interaction Mode for Emacs; a full-blown environment for Common Lisp inside of Emacs. Public domain.</li>
</ul>
<h3><p>Online editors / Third-party APIs</p>
</h3>
<ul>
<li>⭐ <a href="https://github.com/scymtym/esrap" rel="noopener noreferrer">esrap (⭐89)</a> - Parsing Grammar, Packrat parser, TDPL features and more. <a href="https://directory.fsf.org/wiki/License:Expat" rel="noopener noreferrer">Expat</a>.</li>
</ul>

<ul>
<li>⭐ <a href="https://github.com/sionescu/fiveam" rel="noopener noreferrer">FiveAM (⭐207)</a> - Simple regression testing framework. <a href="https://directory.fsf.org/wiki?title=License:FreeBSD" rel="noopener noreferrer">FreeBSD</a>.<ul>
<li><a href="https://fiveam.common-lisp.dev/docs/index.html" rel="noopener noreferrer">FiveAM documentation</a></li>
<li><a href="https://github.com/tdrhq/fiveam-matchers/" rel="noopener noreferrer">fiveam-matchers (⭐9)</a> -  an extensible, composable matchers library for fiveam. <a href="https://directory.fsf.org/wiki/License:Apache2.0" rel="noopener noreferrer">Apache2.0</a>.</li>
</ul>
</li>
</ul>
<h3><p>Caching (serialization) / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/html/clache" rel="noopener noreferrer">clache (⭐17)</a> - General caching facility. Cache any Lisp object on disk or in memory.  <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.<ul>
<li>built on cl-store</li>
<li>a cache can be persistent or have an expiration time.</li>
<li>exposes the store locations too.</li>
</ul>
</li>
</ul>
<h3><p>Date and time / Third-party APIs</p>
</h3>
<ul>
<li>⭐ <a href="https://common-lisp.net/project/local-time/" rel="noopener noreferrer">local-time</a> - A development library for manipulating date and time information in a semi-standard manner. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">3-clause BSD</a>.</li>
</ul>
<h3><p>Documentation builders / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/melisgl/mgl-pax" rel="noopener noreferrer">mgl-pax (⭐89)</a> - Exploratory
programming environment and documentation generator. one may
accomplish similar effects as with Literate Programming, but
documentation is generated from code, not vice versa. Code is first,
code must look pretty, documentation is code. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.<ul>
<li>also PDF export</li>
<li>see this <a href="https://github.com/40ants/doc" rel="noopener noreferrer">40ants/doc (⭐27)</a> fork: a lighter core system, a JavaScript search index, multiple format output, HTML themes, RSS and Atom feed for the Changelog and more.</li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://github.com/CommonDoc/codex" rel="noopener noreferrer">Codex (⭐94)</a> - A beautiful documentation system for Common Lisp. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/mmontone/qbook" rel="noopener noreferrer">QBook (⭐7)</a> - generates HTML (or LaTeX) formatted code listings of Common Lisp source files. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD_3Clause</a>.<ul>
<li>all comments started with 4 <code>;</code> (";;;;") are interpreted as documentation. Enhance the documentation with headings and directives.</li>
<li>QBook acts as "a lightweight literate programming system, where Lisp code is not rendered inline, but in separate sections, and that makes the document more pleasant to navigate." @mmontone</li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://github.com/didierverna/declt" rel="noopener noreferrer">Declt (⭐41)</a> - Reference manual generator for Common Lisp libraries. Builds a texinfo document that can be further processed into various formats, such as HTML or PDF. BSD.</li>
</ul>

<ul>
<li><a href="https://github.com/mkoeppe/cl-bibtex" rel="noopener noreferrer">cl-bibtex (⭐29)</a> - A compatible re-implementation of the BibTeX program in Common Lisp, with a BST-to-CL compiler. <a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" rel="noopener noreferrer">GNU LGPL2.1</a>.</li>
</ul>
<h3><p>Documentation lookup / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/lokedhs/docbrowser" rel="noopener noreferrer">docbrowser (⭐18)</a> - a server that generates documentation for the loaded systems on the fly.<ul>
<li>Its main page presents a list of all loaded systems in your Lisp image. Click on one system, and you get a page with three panes: functions, classes and variables. Click on a function to see its source, in context, with line numbers. Click on classes to see their slots and specializing functions.</li>
</ul>
</li>
</ul>
<h3><p>Literate programming / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/jingtaozf/literate-lisp" rel="noopener noreferrer">literate-lisp (⭐68)</a> -  Load Common Lisp code blocks from Emacs' Org files. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/mmontone/erudite" rel="noopener noreferrer">erudite (⭐81)</a> - Literate Programming System built with interactive development in mind. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>Other / Third-party APIs</p>
</h3>
<ul>
<li>absolute de-facto libraries, like BordeauxThreads or Quicklisp,
should be denoted with a ⭐ (Unicode code U+2B50).</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/06/06/"/>
    <summary>29 awesome projects updated on Jun 06, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/06/02/</id>
    <title>Awesome Cl Updates on Jun 02, 2022</title>
    <updated>2022-06-02T10:57:54.000Z</updated>
    <published>2022-06-02T10:57:54.000Z</published>
    <content type="html"><![CDATA[<h3><p>Miscellaneous</p>
</h3>
<ul>
<li>⭐ <a href="http://www.peter-herth.de/ltk/" rel="noopener noreferrer">ltk</a> - A binding for the Tk toolkit. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a> or <a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" rel="noopener noreferrer">GNU LGPL2.1</a>.<ul>
<li><a href="https://peterlane.codeberg.page/ltk-examples/" rel="noopener noreferrer">LTk Examples</a> - Provides LTk examples for the tkdocs tutorial.</li>
<li><a href="https://peterlane.codeberg.page/ltk-plotchart/" rel="noopener noreferrer">LTk Plotchart</a> - A wrapper around the tklib/plotchart library to work with LTk. This includes over 20 different chart types (xy-plots, gantt charts, 3d-bar charts etc...).</li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://github.com/JolifantoBambla/vk" rel="noopener noreferrer">vk (⭐56)</a> -  Common Lisp/CFFI bindings for the Vulkan API. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.<ul>
<li>see also <a href="https://github.com/awolven/cl-vulkan" rel="noopener noreferrer">cl-vulkan (⭐55)</a> - supports Vulkan 1.0 and 1.2, including compute pipelines. Vulkan 1.1 and 1.3 are coming soon©. MIT.<ul>
<li>cl-vulkan currently supports SBCL and Clozure Common Lisp on Microsoft Windows, Linux and MacOS.</li>
</ul>
</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/06/02/"/>
    <summary>2 awesome projects updated on Jun 02, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/05/22/</id>
    <title>Awesome Cl Updates on May 22, 2022</title>
    <updated>2022-05-22T10:23:57.000Z</updated>
    <published>2022-05-22T10:23:57.000Z</published>
    <content type="html"><![CDATA[<h3><p>Matrix libraries / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/quil-lang/magicl" rel="noopener noreferrer">magicl (⭐251)</a> - Matrix Algebra proGrams In Common Lisp based on BLAS/LAPACK and Expokit, by Rigetti Computing. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD_3Clause</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/05/22/"/>
    <summary>1 awesome projects updated on May 22, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/05/18/</id>
    <title>Awesome Cl Updates on May 18, 2022</title>
    <updated>2022-05-18T07:14:27.000Z</updated>
    <published>2022-05-18T07:14:13.000Z</published>
    <content type="html"><![CDATA[<h3><p>XML</p>
</h3>
<ul>
<li><a href="https://common-lisp.net/project/cxml/" rel="noopener noreferrer">CXML</a> - XML parser and serializer, with a range of extension libraries. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.<ul>
<li>👍 has an incremental parser, allowing to parse big files.</li>
<li>see the <a href="https://github.com/ruricolist/FXML" rel="noopener noreferrer">FXML (⭐32)</a> fork, with fixes and new features. You should use it if your are parsing potentially ill-formed or malicious XML, or if you need to use Klacks with namespaces.</li>
</ul>
</li>
</ul>
<h3><p>Javascript / Isomorphic web frameworks</p>
</h3>
<ul>
<li><a href="https://github.com/BnMcGn/sigil" rel="noopener noreferrer">sigil (⭐3)</a> - A Parenscript to Javascript command line compiler and REPL. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/helmutkian/cl-react" rel="noopener noreferrer">cl-react (⭐74)</a> -  Common Lisp (Parenscript) utilities for building web apps in ReactJs. MIT.</li>
</ul>

<ul>
<li><a href="https://github.com/michaeljforster/panic" rel="noopener noreferrer">Panic (⭐42)</a>, a Parenscript library for React. Not in Quicklisp. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>. Its <a href="https://github.com/40ants/todomvc/blob/common-lisp-example/examples/common-lisp-react/src/app.lisp" rel="noopener noreferrer">TodoMVC example (⭐7)</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/jasom/parenscriptx" rel="noopener noreferrer">Parenscriptx (⭐26)</a> -  Parenscript Macros to aid generating react code. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/nilesr/jscl-react" rel="noopener noreferrer">jscl-react (⭐20)</a> -  A web framework for writing react components in common lisp using jscl. No license specified.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/05/18/"/>
    <summary>6 awesome projects updated on May 18, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/05/05/</id>
    <title>Awesome Cl Updates on May 05, 2022</title>
    <updated>2022-05-05T15:10:55.000Z</updated>
    <published>2022-05-05T15:10:55.000Z</published>
    <content type="html"><![CDATA[<h3><p>Mobile</p>
</h3>
<ul>
<li><a href="https://github.com/sharplispers/cormanlisp" rel="noopener noreferrer">Corman Lisp (⭐582)</a> - a Common Lisp development environment for Microsoft Windows running on Intel platforms. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/05/05/"/>
    <summary>1 awesome projects updated on May 05, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/04/19/</id>
    <title>Awesome Cl Updates on Apr 19, 2022</title>
    <updated>2022-04-19T14:43:40.000Z</updated>
    <published>2022-04-19T14:43:40.000Z</published>
    <content type="html"><![CDATA[<h3><p>XML</p>
</h3>
<ul>
<li><a href="https://github.com/sharplispers/xpath" rel="noopener noreferrer">xpath (⭐12)</a> (<a href="https://common-lisp.net/project/plexippus-xpath/atdoc/index.html" rel="noopener noreferrer">homepage</a> - Implementation of the XML Path Language (XPath) Version 1.0. <a href="https://directory.fsf.org/wiki/License:BSD_2Clause" rel="noopener noreferrer">BSD_2Clause</a>.</li>
</ul>

<ul>
<li><a href="http://cliki.net/S-XML" rel="noopener noreferrer">s-xml</a> - A basic parser. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/rpgoldman/xmls" rel="noopener noreferrer">xmls (⭐21)</a> - A small, simple, non-validating XML parser. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">3-clause BSD</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/TBRSS/cl-feedparser" rel="noopener noreferrer">cl-feedparser (⭐26)</a> - A Common Lisp (RSS, Atom) feed parser. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a></li>
</ul>

<ul>
<li><a href="https://github.com/AccelerationNet/buildnode" rel="noopener noreferrer">Buildnode (⭐19)</a> - A common lisp library to ease interaction with CXML-dom, such as building Excel spreadsheets. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD</a>.</li>
</ul>
<h3><p>Emacs / Third-party APIs</p>
</h3>
<ul>
<li>👍 <a href="https://github.com/mmontone/slime-star" rel="noopener noreferrer">slime-star (⭐57)</a> - a SLIME configuration with extensions pre-installed, with also some custom utilities and menus:<ul>
<li>the Lisp system browser</li>
<li><a href="https://github.com/mmontone/slime-doc-contribs" rel="noopener noreferrer">SLIME doc contrib (⭐26)</a> - enhance the default help buffer.</li>
<li><a href="https://github.com/mmontone/quicklisp-systems" rel="noopener noreferrer">Quicklisp systems (⭐29)</a> - Search, browse and load Quicklisp systems from Emacs.</li>
<li><a href="https://github.com/mmontone/slime-breakpoints" rel="noopener noreferrer">Slime breakpoints (⭐23)</a></li>
<li><a href="https://github.com/tdrhq/slite/" rel="noopener noreferrer">Slite (⭐60)</a> - a test runner for FiveAM.</li>
<li><a href="https://github.com/mmontone/quicklisp-apropos" rel="noopener noreferrer">Quicklisp-apropos (⭐10)</a> - Perform <code>apropos</code> queries across libraries in Quicklisp (full-text search on symbol names, classes, documentation…).</li>
<li><a href="https://github.com/mmontone/slime-critic" rel="noopener noreferrer">slime-critic (⭐10)</a> - the lisp critic gently critiques your code for bad patterns.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/04/19/"/>
    <summary>6 awesome projects updated on Apr 19, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/03/23/</id>
    <title>Awesome Cl Updates on Mar 23, 2022</title>
    <updated>2022-03-23T16:09:58.000Z</updated>
    <published>2022-03-23T16:09:58.000Z</published>
    <content type="html"><![CDATA[<h3><p>i18n / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/dkochmanski/translate" rel="noopener noreferrer">translate (⭐12)</a> - seamless language localization. LLGPL.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/03/23/"/>
    <summary>1 awesome projects updated on Mar 23, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/03/11/</id>
    <title>Awesome Cl Updates on Mar 11, 2022</title>
    <updated>2022-03-11T10:20:15.000Z</updated>
    <published>2022-03-11T10:20:15.000Z</published>
    <content type="html"><![CDATA[<h3><p>Miscellaneous</p>
</h3>
<ul>
<li><a href="https://franz.com/products/allegro-common-lisp/acl_gui_tools.lhtml" rel="noopener noreferrer">Allegro's Common Graphics</a>- a library of functions for writing windowized GUIs for Windows, Mac and Linux. Proprietary with a free version.<ul>
<li>since Allegro 10.1 (March, 2022), the IDE and the Common Graphics toolkit <a href="https://franz.com/ftp/pri/acl/cgjs/doc.html" rel="noopener noreferrer">runs in the browser</a>.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/03/11/"/>
    <summary>1 awesome projects updated on Mar 11, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/03/02/</id>
    <title>Awesome Cl Updates on Mar 02, 2022</title>
    <updated>2022-03-02T17:14:00.000Z</updated>
    <published>2022-03-02T17:13:27.000Z</published>
    <content type="html"><![CDATA[<h3><p>Web frameworks / Clack plugins</p>
</h3>
<ul>
<li>👍 <a href="https://github.com/joaotavora/snooze" rel="noopener noreferrer">Snooze (⭐222)</a> - A RESTful web framework. Web server agnostic. Currently has support for Hunchentoot and Clack. Routes are just functions and HTTP conditions are just Lisp conditions. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.</li>
</ul>
<h3><p>Developer utilities / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/melisgl/journal" rel="noopener noreferrer">journal (⭐44)</a> - a library for logging, tracing, record-and-replay testing and persistence. MIT.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/03/02/"/>
    <summary>2 awesome projects updated on Mar 02, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/02/13/</id>
    <title>Awesome Cl Updates on Feb 13, 2022</title>
    <updated>2022-02-13T17:38:14.000Z</updated>
    <published>2022-02-13T17:38:14.000Z</published>
    <content type="html"><![CDATA[<h3><p>Mobile</p>
</h3>
<ul>
<li><a href="http://www.lispworks.com/products/lw4mr.html" rel="noopener noreferrer">LispWork's mobile runtime</a> - Android and iOs.  Proprietary.</li>
</ul>

<ul>
<li><a href="https://gitlab.com/eql/lqml" rel="noopener noreferrer">LQML</a> - a lightweight ECL binding to QML (both Qt5 and Qt6) derived from EQL5. LGPL and public domain.</li>
</ul>
<h3><p>Reference</p>
</h3>
<ul>
<li><a href="https://cdr.common-lisp.dev/" rel="noopener noreferrer">CDR</a> - Common Lisp Document Repository. a repository of documents that are of interest to the Common Lisp community. The most important property of a CDR document is that it will never change: if you refer to it, you can be sure that your reference will always refer to exactly the same document.<ul>
<li>the Common Lisp Document Repository is hosted at <a href="https://zenodo.org/communities/cdr/" rel="noopener noreferrer">Zenodo</a>.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/02/13/"/>
    <summary>3 awesome projects updated on Feb 13, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/01/27/</id>
    <title>Awesome Cl Updates on Jan 27, 2022</title>
    <updated>2022-01-27T18:10:13.000Z</updated>
    <published>2022-01-27T18:10:13.000Z</published>
    <content type="html"><![CDATA[<h3><p>Machine Learning</p>
</h3>
<ul>
<li><a href="https://github.com/melisgl/mgl" rel="noopener noreferrer">MGL (⭐641)</a> - a machine learning library for backpropagation neural networks, boltzmann machines, gaussian processes and more. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.<ul>
<li>some parts originally contributed by Ravenpack International.</li>
<li>used by its <a href="https://github.com/melisgl" rel="noopener noreferrer">author</a> to <a href="https://github.com/melisgl/higgsml" rel="noopener noreferrer">win (⭐128)</a> the Higgs Boson Machine Learning Challenge.</li>
<li>more about the author: he also won the Google <a href="https://en.wikipedia.org/wiki/AI_Challenge" rel="noopener noreferrer">AI Challenge</a> in 2010 using Common Lisp, but without MGL, as no machine learning was needed. A <a href="https://www.youtube.com/watch?v=7sgERtZkycU" rel="noopener noreferrer">related talk</a> (59', 2013).</li>
</ul>
</li>
</ul>
<h3><p>Other DB wrappers</p>
</h3>
<ul>
<li><a href="https://github.com/antimer/lmdb" rel="noopener noreferrer">lmdb (⭐45)</a> - Bindings to <a href="http://www.lmdb.tech/doc/" rel="noopener noreferrer">LMDB</a>, the Lightning Memory-mapped Database, an ACID key-value database with MultiVersion Concurrency Control.</li>
</ul>
<h3><p>Miscellaneous</p>
</h3>
<ul>
<li><a href="https://github.com/crategus/cl-cffi-gtk" rel="noopener noreferrer">cl-cffi-gtk (⭐148)</a> - Binding for GTK+3. <a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" rel="noopener noreferrer">GNU LGPL2.1</a>.<ul>
<li>a tutorial: <a href="https://dev.to/goober99/learn-common-lisp-by-example-gtk-gui-with-sbcl-5e5c" rel="noopener noreferrer">Learn Common Lisp by Example: GTK GUI with SBCL</a></li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/01/27/"/>
    <summary>3 awesome projects updated on Jan 27, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/12/18/</id>
    <title>Awesome Cl Updates on Dec 18, 2021</title>
    <updated>2021-12-18T10:32:25.000Z</updated>
    <published>2021-12-18T10:32:25.000Z</published>
    <content type="html"><![CDATA[<h3><p>Web development utilities / User login and password management</p>
</h3>
<ul>
<li><a href="https://github.com/fferrere/cl-cas" rel="noopener noreferrer">cl-cas (⭐2)</a> - A library to help <a href="https://en.wikipedia.org/wiki/Central_Authentication_Service" rel="noopener noreferrer">CAS authenticaton</a> to Common Lisp web applications. Not in Quicklisp.<ul>
<li><a href="https://github.com/fferrere/cas-middleware" rel="noopener noreferrer">cas-middleware (⭐0)</a> - CAS authenticaton middleware for Caveman.</li>
<li><a href="https://github.com/fferrere/cas-demo" rel="noopener noreferrer">cas-demo (⭐2)</a> - a demo project.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/12/18/"/>
    <summary>1 awesome projects updated on Dec 18, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/11/24/</id>
    <title>Awesome Cl Updates on Nov 24, 2021</title>
    <updated>2021-11-24T12:33:59.000Z</updated>
    <published>2021-11-24T12:33:59.000Z</published>
    <content type="html"><![CDATA[<h3><p>Beginner</p>
</h3>
<ul>
<li>📹 <a href="https://www.udemy.com/course/common-lisp-programming/?referralCode=2F3D698BBC4326F94358" rel="noopener noreferrer">Common Lisp Programming: from novice to effective developer</a> - A learning video series on the Udemy platform (<em>full content under paid access</em>). By an active lisper and community contributor (@vindarel). <a href="https://github.com/vindarel/common-lisp-course-in-videos/" rel="noopener noreferrer">Github home (⭐68)</a>.<blockquote>
<p>Thanks for supporting my work on Udemy. I can send a free link to students, just contact me.</p>
</blockquote>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/11/24/"/>
    <summary>1 awesome projects updated on Nov 24, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/11/01/</id>
    <title>Awesome Cl Updates on Nov 01, 2021</title>
    <updated>2021-11-01T12:06:15.000Z</updated>
    <published>2021-11-01T12:06:15.000Z</published>
    <content type="html"><![CDATA[<h3><p>Advanced</p>
</h3>
<ul>
<li><a href="https://link.springer.com/book/10.1007/978-1-4842-6428-7" rel="noopener noreferrer">Programming Algorithms in Lisp</a> - Updated version of "<a href="https://leanpub.com/progalgs" rel="noopener noreferrer">Programming Algorithms</a>"; A comprehensive guide to writing efficient programs with data structures and algorithms in Lisp.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/11/01/"/>
    <summary>1 awesome projects updated on Nov 01, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/10/26/</id>
    <title>Awesome Cl Updates on Oct 26, 2021</title>
    <updated>2021-10-26T09:20:08.000Z</updated>
    <published>2021-10-26T09:20:08.000Z</published>
    <content type="html"><![CDATA[<h3><p>VSCode / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/nobody-famous/alive" rel="noopener noreferrer">alive (⭐253)</a> -  Common Lisp Extension for VSCode. Public domain.<ul>
<li>see the Cookbook: <a href="https://lispcookbook.github.io/cl-cookbook/vscode-alive.html" rel="noopener noreferrer">using VSCode with Alive</a></li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/10/26/"/>
    <summary>1 awesome projects updated on Oct 26, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/09/23/</id>
    <title>Awesome Cl Updates on Sep 23, 2021</title>
    <updated>2021-09-23T16:26:46.000Z</updated>
    <published>2021-09-23T16:26:46.000Z</published>
    <content type="html"><![CDATA[<h3><p>Compression / decompression / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/froydnj/archive" rel="noopener noreferrer">archive (⭐33)</a> - a library for reading and creating archive (tar, cpio) files. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD_3Clause</a>. A pure Common Lisp replacement for the <code>tar</code> program.<ul>
<li>see its recent fork <a href="https://common-lisp.net/project/cl-tar/" rel="noopener noreferrer">cl-tar</a> (2021). <a href="https://www.timmons.dev/posts/new-project-cl-tar.html" rel="noopener noreferrer">Announce</a>.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/09/23/"/>
    <summary>1 awesome projects updated on Sep 23, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/09/13/</id>
    <title>Awesome Cl Updates on Sep 13, 2021</title>
    <updated>2021-09-13T10:43:52.000Z</updated>
    <published>2021-09-13T10:43:52.000Z</published>
    <content type="html"><![CDATA[<h3><p>Typing</p>
</h3>
<ul>
<li>👍 <a href="https://github.com/coalton-lang/coalton/" rel="noopener noreferrer">Coalton (⭐1.5k)</a> - an efficient, statically typed functional programming language that supercharges Common Lisp. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.<ul>
<li>focuses on high-performance, built-in advanced mathematics, a numerical tower more powerful and extensible than Lisp's:<ul>
<li>arbitrary precision floats, exact computable real arithmetic, transfinite numbers, <a href="https://coalton-lang.github.io/reference/#coalton-library/math/dual-package" rel="noopener noreferrer">dual numbers</a> and <a href="https://coalton-lang.github.io/reference/#coalton-library/math/hyperdual-package" rel="noopener noreferrer">hyperdual numbers</a>,</li>
</ul>
</li>
<li><a href="https://github.com/fukamachi/flime" rel="noopener noreferrer">flime</a> - Real-time, project-wide Coalton compilation with isolated processes for LSP integration. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
<li><a href="https://github.com/tojoqk/tokyo.tojo.json" rel="noopener noreferrer">tokyo-tojo-json</a> - a JSON parser implemented in Coalton.</li>
<li><a href="https://github.com/garlic0x1/coalton-threads" rel="noopener noreferrer">coalton-threads (⭐16)</a> - primitive thread and concurrency operations for Coalton.</li>
<li><a href="https://github.com/Jason94/coalton-io" rel="noopener noreferrer">coalton-io (⭐14)</a> - Functional IO interfaces. Includes terminal IO, file system IO, random variables, mutable variables, multithreading, and safely sharing state between threads.</li>
<li><a href="https://lem-project.github.io/modes/coalton-lang/" rel="noopener noreferrer">Lem editor mode for Coalton</a> - syntax highlighting, code completion, autodoc, interactive compilation commands (<code>coalton-compile-defun</code>, <code>C-c C-c</code>).</li>
<li><a href="https://coalton.app/" rel="noopener noreferrer">Coalton.app playground</a> - a web-based REPL for Coalton. <a href="https://abacusnoir.com/2025/08/12/coalton-playground-type-safe-lisp-in-your-browser/" rel="noopener noreferrer">blog post announce</a>.</li>
<li><a href="https://smelter.app/" rel="noopener noreferrer">smelter</a> - a zero setup Coalton (and CL) scripts runner, with some batteries (JSON, HTTP, filesystem, process utilities).</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/09/13/"/>
    <summary>1 awesome projects updated on Sep 13, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/08/24/</id>
    <title>Awesome Cl Updates on Aug 24, 2021</title>
    <updated>2021-08-24T11:29:38.000Z</updated>
    <published>2021-08-24T11:21:03.000Z</published>
    <content type="html"><![CDATA[<h3><p>Persistent object databases</p>
</h3>
<ul>
<li><a href="https://github.com/hanshuebner/bknr-datastore" rel="noopener noreferrer">bknr.datastore (⭐122)</a> - a CLOS-based lisp-only database in RAM with transaction logging persistence. <a href="https://www.common-lisp.net/project/bknr/html/documentation.html" rel="noopener noreferrer">Manual</a>. <a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.html" rel="noopener noreferrer">licence</a>.<ul>
<li>see also this <a href="https://ashok-khanna.medium.com/persistent-in-memory-data-storage-in-common-lisp-b-k-n-r-37f8ae76042f" rel="noopener noreferrer">good introductory blog post</a></li>
<li>an example web application using bknr.datastore: <a href="https://github.com/screenshotbot/screenshotbot-oss" rel="noopener noreferrer">screenshotbot-oss (⭐293)</a>.</li>
<li>See also <a href="https://github.com/tdrhq/bknr.cluster" rel="noopener noreferrer">bknr.cluster (⭐31)</a>, if you want a highly-available replicated version of bknr.datastore.</li>
</ul>
</li>
</ul>
<h3><p>Utils / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/atgreen/cl-etcd" rel="noopener noreferrer">cl-etcd (⭐19)</a> - Run etcd as an asynchronous inferior process.  <a href="https://etcd.io/" rel="noopener noreferrer">etcd</a> is a strongly consistent, distributed key-value store. <a href="https://directory.fsf.org/wiki/License:AGPL-3.0" rel="noopener noreferrer">AGPL-3.0</a>.</li>
</ul>
<h3><p>Command-line options parsers / Third-party APIs</p>
</h3>
<ul>
<li>👍 <a href="https://github.com/dnaeon/clingon" rel="noopener noreferrer">Clingon (⭐151)</a> - a rich command-line options parser system.<ul>
<li>it may have the richest feature set: subcommands, generation of bash completion, support for various kinds of options (integers, booleans, counter, enums…), extensible…</li>
<li><a href="https://git.sr.ht/~michal_atlas/clingon-scripter" rel="noopener noreferrer">clingon-scripter</a> - define flags as simple <code>defvar</code> declarations.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/08/24/"/>
    <summary>3 awesome projects updated on Aug 24, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/08/09/</id>
    <title>Awesome Cl Updates on Aug 09, 2021</title>
    <updated>2021-08-09T10:14:56.000Z</updated>
    <published>2021-08-09T09:51:59.000Z</published>
    <content type="html"><![CDATA[<h3><p>Showcase</p>
</h3>
<ul>
<li><a href="https://github.com/tdrhq/quick-patch/" rel="noopener noreferrer">quick-patch (⭐21)</a> -  easily override quicklisp projects without using git submodules. <a href="http://mozilla.org/MPL/2.0/" rel="noopener noreferrer">MPL-2.0</a>.</li>
</ul>
<h3><p>Web development utilities / Web project skeletons and generators</p>
</h3>
<ul>
<li><a href="https://github.com/vindarel/cl-cookieweb" rel="noopener noreferrer">cl-cookieweb (⭐44)</a> - a  Cookiecutter template to start a web project. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD_3Clause</a>. Not in Quicklisp.<ul>
<li>Provides a working toy web app with the Hunchentoot web server, easy-routes, Djula templates, styled with Bulma, based on SQLite, with migrations, an example table definition and a test suite using FiveAM.</li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://github.com/container-lisp/make-like" rel="noopener noreferrer">make-like (⭐12)</a> - an application template builder for LIKE (Lisp In Kubernetes + Emacs) applications. <a href="https://directory.fsf.org/wiki/License:ArtisticLicense2.0" rel="noopener noreferrer">Apache2.0</a>.<ul>
<li>Makefile, podman support, GitHub Actions, Prometheus metrics support, TOML-style config.ini, easy-route preconfigured with health-check and more.</li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://github.com/rajasegar/cl-webapp-seed" rel="noopener noreferrer">cl-webapp-seed (⭐5)</a> - a simple web application boilerplate. Uses Hunchentoot, cl-who, deploys easily to Heroku. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>Others / Web project skeletons and generators</p>
</h3>
<ul>
<li><a href="https://github.com/cl-wget/cl-wget" rel="noopener noreferrer">cl-wget</a> - Makes retrieving large files or mirroring entire websites easy. <a href="https://directory.fsf.org/wiki/License:ArtisticLicense2.0" rel="noopener noreferrer">AGPL-3.0</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/eudoxia0/trivial-download" rel="noopener noreferrer">trivial-download (⭐39)</a> - Download files.<ul>
<li>currently archived and unmaintained. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
</li>
</ul>
<h3><p>Running scripts / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/rpav/ScriptL" rel="noopener noreferrer">ScriptL (⭐76)</a> - Shell scripting made Lisp-like! Or, live-coding remote function calls for the shell. Write a command in the REPL, and run it instantly in the shell. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.<ul>
<li>similar and maybe simpler: <a href="https://notabug.org/quasus/lserver/" rel="noopener noreferrer">lserver</a></li>
</ul>
</li>
</ul>
<h3><p>Command-line options parsers / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/sjl/adopt/" rel="noopener noreferrer">Adopt (⭐33)</a> - A Damn OPTion parsing library. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/08/09/"/>
    <summary>8 awesome projects updated on Aug 09, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/07/23/</id>
    <title>Awesome Cl Updates on Jul 23, 2021</title>
    <updated>2021-07-23T20:45:31.000Z</updated>
    <published>2021-07-23T20:45:31.000Z</published>
    <content type="html"><![CDATA[<h3><p>System administration / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://spwhitton.name/tech/code/consfigurator/" rel="noopener noreferrer">Consfigurator</a> - Lisp declarative configuration management system.  You can use it to configure hosts as root, deploy services as unprivileged users, build and deploy containers, produce disc images, operate on files and directories and more. <a href="http://www.gnu.org/copyleft/gpl.html" rel="noopener noreferrer">GPL3</a>.<ul>
<li>apache, apt, cmd, container, cron, disk, file, firewalld, git, hostname, lets-encrypt, locale, lxc, mount, network, os, package, periodic, postgres, reboot, service, ssh, sshd, systemd, timezone, user…</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/07/23/"/>
    <summary>1 awesome projects updated on Jul 23, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/07/22/</id>
    <title>Awesome Cl Updates on Jul 22, 2021</title>
    <updated>2021-07-22T10:35:24.000Z</updated>
    <published>2021-07-22T10:35:24.000Z</published>
    <content type="html"><![CDATA[<h3><p>HTTP Servers / Clack plugins</p>
</h3>
<ul>
<li><a href="https://github.com/BnMcGn/clath" rel="noopener noreferrer">clath (⭐40)</a> - a single sign-on
middleware for Clack. It allows basic login with OAuth1.0a, OAuth2
and OpenID. At the time of writing, it supports authentication from
Google, Twitter, LinkedIn, StackExchange, Reddit and Github. <a href="https://directory.fsf.org/wiki/License:Apache2.0" rel="noopener noreferrer">Apache2.0</a>.</li>
</ul>
<h3><p>Shells, shells interfaces / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/bradleyjensen/shcl" rel="noopener noreferrer">shcl (⭐336)</a> - a POSIX-like shell in Common Lisp. <a href="https://directory.fsf.org/wiki/License:Apache2.0" rel="noopener noreferrer">Apache2.0</a>.</li>
</ul>
<h3><p>Online editors / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/tdrhq/slite/" rel="noopener noreferrer">Slite (⭐60)</a> - a SLIme-based TEst runner for FiveAM Tests. <a href="https://directory.fsf.org/wiki/License:Apache2.0" rel="noopener noreferrer">Apache2.0</a><ul>
<li>Slite interactively runs your Common Lisp tests (at the time of writing only FiveAM is supported). It allows you to see the summary of test failures, jump to test definitions, rerun tests with the debugger, all from inside Emacs.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/07/22/"/>
    <summary>3 awesome projects updated on Jul 22, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/06/21/</id>
    <title>Awesome Cl Updates on Jun 21, 2021</title>
    <updated>2021-06-21T10:12:46.000Z</updated>
    <published>2021-06-21T10:08:24.000Z</published>
    <content type="html"><![CDATA[<h3><p>Community</p>
</h3>
<ul>
<li><a href="https://irclog.tymoon.eu/libera/%23commonlisp" rel="noopener noreferrer">#commonlisp</a> on Libera Chat - main Common Lisp IRC channel.</li>
</ul>

<ul>
<li><a href="https://irclog.tymoon.eu/libera/%23lisp" rel="noopener noreferrer">#lisp</a> on Libera Chat - IRC channel for all Lisp dialects.</li>
</ul>

<ul>
<li>#clschool on Libera Chat - IRC channel for learning Common Lisp.</li>
</ul>

<ul>
<li>#lispcafe on Libera Chat - IRC channel for off-topic discussions.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/06/21/"/>
    <summary>4 awesome projects updated on Jun 21, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/06/01/</id>
    <title>Awesome Cl Updates on Jun 01, 2021</title>
    <updated>2021-06-01T12:48:55.000Z</updated>
    <published>2021-06-01T12:48:55.000Z</published>
    <content type="html"><![CDATA[<h3><p>CLOS extensions</p>
</h3>
<ul>
<li><a href="https://github.com/digikar99/polymorphic-functions" rel="noopener noreferrer">polymorphic functions (⭐54)</a> - A function type to dispatch on types instead of classes with partial support for dispatching on optional and keyword argument types. Still experimental (May, 2021). <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.<ul>
<li>polymorphic-functions dispatch on the types of the arguments supplied to it. This helps dispatching on specialized arrays as well as user-defined types.</li>
<li>for differences with specialization-store and fast-generic-functions, see its README.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/06/01/"/>
    <summary>1 awesome projects updated on Jun 01, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/04/25/</id>
    <title>Awesome Cl Updates on Apr 25, 2021</title>
    <updated>2021-04-25T18:56:26.000Z</updated>
    <published>2021-04-25T18:56:26.000Z</published>
    <content type="html"><![CDATA[<h3><p>CLOS extensions</p>
</h3>
<ul>
<li><a href="https://github.com/some-mthfka/slot-extra-options" rel="noopener noreferrer">slot-extra-options (⭐9)</a> - lets you build a metaclass which in turn lets you specify extra slot options in its classes. <a href="https://www.gnu.org/licenses/lgpl-3.0.en.html" rel="noopener noreferrer">LGPL3</a>.</li>
</ul>
<h3><p>Showcase</p>
</h3>
<ul>
<li><a href="https://github.com/fukamachi/qlot" rel="noopener noreferrer">Qlot (⭐541)</a> - A project-local library installer, similar to Bundler or Virtualenv. <a href="https://directory.fsf.org/wiki/License:Expat" rel="noopener noreferrer">Expat</a>.<ul>
<li>how to <a href="https://github.com/svetlyak40wt/qlot-without-roswell" rel="noopener noreferrer">use it from the Lisp REPL (⭐10)</a> without Roswell.</li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://lisp.com.br/quicksys/" rel="noopener noreferrer">Quicksys</a> - install systems from multiple Quicklisp distributions. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>Online editors / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/fukamachi/cl-coveralls" rel="noopener noreferrer">cl-coveralls (⭐31)</a> - a helper
library to post test coverage to Coveralls. See <a href="http://www.sbcl.org/manual/index.html#sb_002dcover" rel="noopener noreferrer">SBCL's code coverage tool</a>. <a href="https://directory.fsf.org/wiki?title=License:FreeBSD" rel="noopener noreferrer">FreeBSD</a>.</li>
</ul>
<h3><p>Date and time / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/enaeher/local-time-duration" rel="noopener noreferrer">local-time-duration (⭐18)</a> -
Duration processing library built on top of local-time. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.<ul>
<li>see this fork: <a href="https://github.com/40ants/humanize-duration" rel="noopener noreferrer">humanize-duration (⭐9)</a>, that outputs only significant parts of a duration object. Has localization suport.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/04/25/"/>
    <summary>5 awesome projects updated on Apr 25, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/04/14/</id>
    <title>Awesome Cl Updates on Apr 14, 2021</title>
    <updated>2021-04-14T08:36:47.000Z</updated>
    <published>2021-04-14T08:36:47.000Z</published>
    <content type="html"><![CDATA[<h3><p>Portability layers</p>
</h3>
<ul>
<li><a href="https://shinmera.github.io/dissect" rel="noopener noreferrer">dissect</a> - when a lot of projects use the “trivial-backtrace” system that just gives them a string with a backtrace, Dissect allows you to capture, step, and completely inspect the stack trace on a variety of Lisp implementations. Also very useful for logging and other situations where execution is automatically continued, but the information of the current stack is still useful to store somewhere. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.</li>
</ul>
<h3><p>Iteration</p>
</h3>
<ul>
<li><a href="https://shinmera.github.io/for/" rel="noopener noreferrer">for</a> - A concise, lispy and extensible iteration macro. It is extensible and sensible, and unlike iterate it does not require code-walking and is easier to extend. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.</li>
</ul>
<h3><p>HTML generators and templates / Isomorphic web frameworks</p>
</h3>
<ul>
<li><a href="https://shinmera.github.io/clip" rel="noopener noreferrer">clip</a> - An HTML template processor where the templates are written in HTML. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.</li>
</ul>
<h3><p>Deployment / Isomorphic web frameworks</p>
</h3>
<ul>
<li>👍 <a href="https://shinmera.github.io/deploy" rel="noopener noreferrer">deploy</a> - A toolkit for binary deployment of Lisp applications, with extra support for foreign shared libraries. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.</li>
</ul>
<h3><p>Matrix libraries / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://shinmera.github.io/3d-matrices" rel="noopener noreferrer">3d-matrices</a> - A library implementing common matrix calculations, with an emphasis on 2x2,3x3, and 4x4 matrices as commonly used in graphics. It provides some numerical functions as well, but those are not the focus. The library is heavily optimised, so it is not made of pretty code. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.</li>
</ul>
<h3><p>Git / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://shinmera.github.io/legit/" rel="noopener noreferrer">legit</a> - an interface to the Git binary. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.</li>
</ul>
<h3><p>i18n / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://shinmera.github.io/language-codes" rel="noopener noreferrer">language-codes</a> - A database library for ISO language codes. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a></li>
</ul>

<ul>
<li><a href="https://shinmera.github.io/system-locale" rel="noopener noreferrer">system-locale</a> - A library to retrieve the user's preferred language, so that your application may choose a sensible default. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.</li>
</ul>

<ul>
<li><a href="https://shinmera.github.io/multilang-documentation" rel="noopener noreferrer">multilang-documentation</a> - Allows writing docstrings in multiple languages, for truly internationally documented libraries. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.</li>
</ul>
<h3><p>Logging / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://shinmera.github.io/verbose" rel="noopener noreferrer">verbose</a> - A fast and highly configurable logging framework. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/04/14/"/>
    <summary>10 awesome projects updated on Apr 14, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/04/12/</id>
    <title>Awesome Cl Updates on Apr 12, 2021</title>
    <updated>2021-04-12T09:35:26.000Z</updated>
    <published>2021-04-12T09:35:26.000Z</published>
    <content type="html"><![CDATA[<h3><p>Miscellaneous</p>
</h3>
<ul>
<li><a href="https://shirakumo.github.io/cl-gamepad" rel="noopener noreferrer">cl-gamepad</a> - Access to gamepads and joysticks on Windows, Mac OS, and Linux. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.</li>
</ul>

<ul>
<li><a href="https://shirakumo.github.io/cl-mpg123" rel="noopener noreferrer">cl-mpg123</a> and <a href="https://shirakumo.github.io/cl-out123" rel="noopener noreferrer">cl-out123</a>, bindings libraries for libmpg123 and libout123 respectively, giving you fast and easy to use mp3 decoding and cross-platform audio output. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/04/12/"/>
    <summary>2 awesome projects updated on Apr 12, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/04/10/</id>
    <title>Awesome Cl Updates on Apr 10, 2021</title>
    <updated>2021-04-10T13:46:40.000Z</updated>
    <published>2021-04-10T13:46:40.000Z</published>
    <content type="html"><![CDATA[<h3><p>C</p>
</h3>
<ul>
<li><a href="https://github.com/Islam0mar/CL-CXX-JIT" rel="noopener noreferrer">cl-cxx-jit (⭐72)</a> -  Common Lisp and C++ interoperation with JIT. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/04/10/"/>
    <summary>1 awesome projects updated on Apr 10, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/04/04/</id>
    <title>Awesome Cl Updates on Apr 04, 2021</title>
    <updated>2021-04-04T18:31:23.000Z</updated>
    <published>2021-04-04T18:31:23.000Z</published>
    <content type="html"><![CDATA[<h3><p>JSON</p>
</h3>
<ul>
<li><a href="https://github.com/sharplispers/cl-json" rel="noopener noreferrer">cl-json (⭐13)</a> - A highly customizable JSON encoder and decoder. <a href="https://directory.fsf.org/wiki/License:Expat" rel="noopener noreferrer">MIT</a>.<ul>
<li>"cl-json and yason are still the work horses if you need fine control, but speed is not their forte." @sabracrolleton</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/04/04/"/>
    <summary>1 awesome projects updated on Apr 04, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/04/03/</id>
    <title>Awesome Cl Updates on Apr 03, 2021</title>
    <updated>2021-04-03T19:25:08.000Z</updated>
    <published>2021-04-03T19:25:08.000Z</published>
    <content type="html"><![CDATA[<h3><p>Online editors / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/Ferada/cl-mock" rel="noopener noreferrer">cl-mock (⭐18)</a> - Another mocking library. It has more features than Mockingbird, like pattern matching on the mocked call, etc.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/04/03/"/>
    <summary>1 awesome projects updated on Apr 03, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/04/01/</id>
    <title>Awesome Cl Updates on Apr 01, 2021</title>
    <updated>2021-04-01T16:02:37.000Z</updated>
    <published>2021-04-01T16:02:37.000Z</published>
    <content type="html"><![CDATA[<h3><p>Statistics / Third-party APIs</p>
</h3>
<ul>
<li>👍 <a href="https://github.com/lisp-stat" rel="noopener noreferrer">lisp-stat</a> - an environment for statistical computing, conceptually similar to R, that is also suitable for front-line production deployments. "It grew out of a desire to have an environment for rapidly prototyping analytical and A.I. solutions, and move directly to production environments with minimal friction."<ul>
<li><a href="https://lisp-stat.dev/" rel="noopener noreferrer">https://lisp-stat.dev/</a></li>
<li>inspired by Luke Tierney's <a href="https://homepage.stat.uiowa.edu/~luke/xls/xlsinfo/" rel="noopener noreferrer">XLisp-Stat</a> (a predecessor of R), ships a compatibility library for it, otherwise builds on other and newer libraries.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/04/01/"/>
    <summary>1 awesome projects updated on Apr 01, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/03/22/</id>
    <title>Awesome Cl Updates on Mar 22, 2021</title>
    <updated>2021-03-22T11:40:21.000Z</updated>
    <published>2021-03-22T11:40:21.000Z</published>
    <content type="html"><![CDATA[<h3><p>Iteration</p>
</h3>
<ul>
<li><a href="https://github.com/alessiostalla/doplus" rel="noopener noreferrer">doplus (⭐8)</a> – another extensible iteration library, similar to :for.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/03/22/"/>
    <summary>1 awesome projects updated on Mar 22, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/03/15/</id>
    <title>Awesome Cl Updates on Mar 15, 2021</title>
    <updated>2021-03-15T11:56:25.000Z</updated>
    <published>2021-03-15T11:56:25.000Z</published>
    <content type="html"><![CDATA[<h3><p>Developer utilities / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/danlentz/printv" rel="noopener noreferrer">printv (⭐69)</a> -  A batteries-included tracing and debug-logging macro. <a href="https://directory.fsf.org/wiki/License:Apache2.0" rel="noopener noreferrer">Apache2</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/03/15/"/>
    <summary>1 awesome projects updated on Mar 15, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/02/27/</id>
    <title>Awesome Cl Updates on Feb 27, 2021</title>
    <updated>2021-02-27T13:33:14.000Z</updated>
    <published>2021-02-27T13:33:14.000Z</published>
    <content type="html"><![CDATA[<h3><p>Monitoring / Hosting platforms</p>
</h3>
<ul>
<li><a href="https://github.com/adventuring/rollbar.lisp" rel="noopener noreferrer">rollbar.lisp (⭐3)</a> - interface to <a href="https://rollbar.com/" rel="noopener noreferrer">Rollbar.com</a>, an error tracking software.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/02/27/"/>
    <summary>1 awesome projects updated on Feb 27, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/02/12/</id>
    <title>Awesome Cl Updates on Feb 12, 2021</title>
    <updated>2021-02-12T11:36:01.000Z</updated>
    <published>2021-02-12T11:36:01.000Z</published>
    <content type="html"><![CDATA[<h3><p>Web frameworks / Isomorphic web frameworks</p>
</h3>
<ul>
<li><a href="https://github.com/rabbibotton/clog" rel="noopener noreferrer">CLOG (⭐1.7k)</a> - The Common Lisp Omnificent GUI. Uses web technology to produce graphical user interfaces for applications locally or remotely. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD_3Clause</a>.<ul>
<li>CLOG is based on the ideas of GNOGA, a framework the author wrote for Ada and used in commercial production code since 2013.</li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://github.com/interactive-ssr/client/blob/master/main.org/" rel="noopener noreferrer">Interactive SSR (⭐46)</a> - ISSR allows you to make interactive web pages without writing client scripting. No knowledge about Javascript or DOM is necessary.<ul>
<li>it is not unlike Phoenix LiveView or Hotwire.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/02/12/"/>
    <summary>2 awesome projects updated on Feb 12, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/02/11/</id>
    <title>Awesome Cl Updates on Feb 11, 2021</title>
    <updated>2021-02-11T10:20:16.000Z</updated>
    <published>2021-02-11T10:20:16.000Z</published>
    <content type="html"><![CDATA[<h3><p>Emacs / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/susam/emacs4cl" rel="noopener noreferrer">Emacs4CL (⭐389)</a> - A tiny Emacs initialization file to quickly set up vanilla Emacs for Common Lisp programming. Comes with a line-by-line explanation of every line of code in the initialization file.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/02/11/"/>
    <summary>1 awesome projects updated on Feb 11, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/01/25/</id>
    <title>Awesome Cl Updates on Jan 25, 2021</title>
    <updated>2021-01-25T11:34:57.000Z</updated>
    <published>2021-01-25T11:34:57.000Z</published>
    <content type="html"><![CDATA[<h3><p>YAML</p>
</h3>
<ul>
<li><a href="https://common-lisp.net/project/cl-docker-images/" rel="noopener noreferrer">cl-docker-images</a> - Docker images for ABCL, CCL, ECL, and SBCL on Windows (amd64) and Alpine and Debian (amd64, arm64, arm/v7) <a href="https://directory.fsf.org/wiki/License:BSD_2Clause" rel="noopener noreferrer">BSD_2Clause</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/01/25/"/>
    <summary>1 awesome projects updated on Jan 25, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/01/13/</id>
    <title>Awesome Cl Updates on Jan 13, 2021</title>
    <updated>2021-01-13T14:32:15.000Z</updated>
    <published>2021-01-13T14:32:15.000Z</published>
    <content type="html"><![CDATA[<h3><p>Shells, shells interfaces / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/ruricolist/cmd" rel="noopener noreferrer">cmd (⭐68)</a> - utility for running external programs. Protects against shell interpolation, built with multi-threaded programs in mind, Windows support. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.<ul>
<li><code>uiop:run-program</code> (synchronous) and <code>uiop:launch-program</code> (async) are shipped with ASDF and available on all modern implementations. See the <a href="https://lispcookbook.github.io/cl-cookbook/os.html#running-external-programs" rel="noopener noreferrer">CL Cookbook: running external programs</a>.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/01/13/"/>
    <summary>1 awesome projects updated on Jan 13, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/01/06/</id>
    <title>Awesome Cl Updates on Jan 06, 2021</title>
    <updated>2021-01-06T15:47:26.000Z</updated>
    <published>2021-01-06T15:47:26.000Z</published>
    <content type="html"><![CDATA[<h3><p>Web Development</p>
</h3>
<ul>
<li><a href="https://lispcookbook.github.io/cl-cookbook/web.html" rel="noopener noreferrer">Section on Web Development in The Common Lisp Cookbook</a> - An introductory tutorial covering web server setup, routing, weblocks, templating, error handling, packaging, hot reloading, database connection, and deployment, amongst other topics in the current lisp web development ecosystem.</li>
</ul>
<h3><p>Others / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/sirherrbatka/vellum" rel="noopener noreferrer">Vellum (⭐80)</a> - Data Frames for Common Lisp. BSD_2Clause.</li>
</ul>

<ul>
<li><a href="https://github.com/cbaggers/rtg-math/" rel="noopener noreferrer">rtg-math (⭐58)</a> - a selection of the math routines most commonly needed for making realtime graphics in lisp (2, 3 and 4 component vectors, 3x3 and 4x4 matrices, quaternions, spherical and polar coordinates). BSD_2Clause.</li>
</ul>
<h3><p>Matrix libraries / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/blindglobe/lisp-matrix" rel="noopener noreferrer">lisp-matrix (⭐69)</a> - A matrix package. <a href="https://directory.fsf.org/wiki?title=License:FreeBSD" rel="noopener noreferrer">FreeBSD</a>.</li>
</ul>
<h3><p>Utils / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/rigetti/cmu-infix" rel="noopener noreferrer">cmu-infix (⭐39)</a> - A library for writing infix mathematical notation in Common Lisp. See also <a href="https://github.com/mrcdr/polisher" rel="noopener noreferrer">polisher (⭐7)</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/01/06/"/>
    <summary>5 awesome projects updated on Jan 06, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/12/17/</id>
    <title>Awesome Cl Updates on Dec 17, 2020</title>
    <updated>2020-12-17T12:12:56.000Z</updated>
    <published>2020-12-17T12:12:56.000Z</published>
    <content type="html"><![CDATA[<h3><p>Interfaces to other package managers</p>
</h3>
<ul>
<li><a href="https://gitlab.com/ralph-schleicher/flatpak-common-lisp" rel="noopener noreferrer">flatpack-common-lisp</a> - A BuildStream project for building Flatpak based runtime environments for Common Lisp applications.</li>
</ul>
<h3><p>Plotting / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://common-lisp.net/project/adw-charting/" rel="noopener noreferrer">ADW-Charting</a> - A simple chart drawing library written completely in Common Lisp. Also includes a backend to Google's chart service. BSD-like.</li>
</ul>
<h3><p>Utils / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/hawkir/calispel" rel="noopener noreferrer">calispel (⭐32)</a> - <a href="https://en.wikipedia.org/wiki/Communicating_sequential_processes" rel="noopener noreferrer">CSP</a>-like channels for common lisp. With blocking, optionally buffered channels and a "CSP select" statement. ISC-style.<ul>
<li>"It is complete, flexible and easy to use. I would recommend Calispel over Lparallel and ChanL." @Ambrevar. <a href="https://github.com/CodyReichert/awesome-cl/issues/290" rel="noopener noreferrer">discussion (⭐2.9k)</a></li>
</ul>
</li>
</ul>
<h3><p>Online editors / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/bgutter/cl-phonetic" rel="noopener noreferrer">cl-phonetic (⭐26)</a> - Phonetic pattern matching library for Common Lisp (intended to replace the Sylvia library for Python). <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/pokepay/cl-string-generator" rel="noopener noreferrer">cl-string-generator (⭐27)</a> -  Generate string from regular expression. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/12/17/"/>
    <summary>5 awesome projects updated on Dec 17, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/12/12/</id>
    <title>Awesome Cl Updates on Dec 12, 2020</title>
    <updated>2020-12-12T18:34:46.000Z</updated>
    <published>2020-12-12T18:34:46.000Z</published>
    <content type="html"><![CDATA[<h3><p>VSCode / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://marketplace.visualstudio.com/items?itemName=ailisp.commonlisp-vscode" rel="noopener noreferrer">commonlisp-vscode</a> - an extension to support syntax highlight, auto completion, documentation on hover, go to definition, compile &amp; load file, REPL. It is <a href="https://github.com/ailisp/commonlisp-vscode/" rel="noopener noreferrer">On GitHub (⭐39)</a>.</li>
</ul>

<ul>
<li><a href="https://marketplace.visualstudio.com/items?itemName=ailisp.strict-paredit" rel="noopener noreferrer">strict-paredit-vscode</a> - structural editing and navigation like Emacs.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/12/12/"/>
    <summary>2 awesome projects updated on Dec 12, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/12/01/</id>
    <title>Awesome Cl Updates on Dec 01, 2020</title>
    <updated>2020-12-01T13:04:22.000Z</updated>
    <published>2020-12-01T13:04:22.000Z</published>
    <content type="html"><![CDATA[<h3><p>Developer utilities / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://gitlab.com/ambrevar/lisp-repl-core-dumper/" rel="noopener noreferrer">Lisp REPL core dumper</a> -
A portable wrapper to generate Lisp cores on demand to start REPL blazing fast.
It can preload provided systems to help build a collection of specialized
Lisp cores.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/12/01/"/>
    <summary>1 awesome projects updated on Dec 01, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/11/11/</id>
    <title>Awesome Cl Updates on Nov 11, 2020</title>
    <updated>2020-11-11T10:42:21.000Z</updated>
    <published>2020-11-11T10:42:21.000Z</published>
    <content type="html"><![CDATA[<h3><p>YAML</p>
</h3>
<ul>
<li><a href="https://github.com/marcoheisig/bitfield" rel="noopener noreferrer">bitfield (⭐26)</a> - Efficiently represent several finite sets or small integers as a single non-negative integer. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>Clojure</p>
</h3>
<ul>
<li><a href="https://github.com/lsevero/abclj" rel="noopener noreferrer">ABCLJ (⭐93)</a> - dead easy  Clojure to Common lisp interop. EPL-2.0.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/11/11/"/>
    <summary>2 awesome projects updated on Nov 11, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/11/06/</id>
    <title>Awesome Cl Updates on Nov 06, 2020</title>
    <updated>2020-11-06T12:04:00.000Z</updated>
    <published>2020-11-06T12:04:00.000Z</published>
    <content type="html"><![CDATA[<h3><p>Machine Learning</p>
</h3>
<ul>
<li><a href="https://github.com/mmaul/clml" rel="noopener noreferrer">clml (⭐266)</a> - originally developed by Mathematicl Systems Inc., a Japanese company. With a <a href="https://mmaul.github.io/clml.tutorials//2015/08/08/CLML-Time-Series-Part-1.html" rel="noopener noreferrer">tutorial</a>. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/11/06/"/>
    <summary>1 awesome projects updated on Nov 06, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/10/26/</id>
    <title>Awesome Cl Updates on Oct 26, 2020</title>
    <updated>2020-10-26T13:33:12.000Z</updated>
    <published>2020-10-26T11:48:15.000Z</published>
    <content type="html"><![CDATA[<h3><p>YAML</p>
</h3>
<ul>
<li>👍 <a href="https://common-lisp.net/project/fset" rel="noopener noreferrer">FSet</a> - A functional, set-theoretic collections data structure library. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.<ul>
<li>defines four major types: seqs (sequences), maps (hash-tables), sets and bags (like sets, but they remember the number of times each member has been added to it).  Now includes JSON support in system FSet/Jzon.</li>
</ul>
</li>
</ul>
<h3><p>Lambda shorthands</p>
</h3>
<ul>
<li><a href="https://gitlab.common-lisp.net/bpm/f-underscore" rel="noopener noreferrer">f-underscore</a> - a tiny library of functional programming utils. <code>(f_ (+ _ _)) -&gt; (lambda (_) (+ _ _))</code>. Public domain.</li>
</ul>
<h3><p>HTTP clients</p>
</h3>
<ul>
<li>👍 <a href="https://github.com/fukamachi/dexador" rel="noopener noreferrer">Dexador (⭐424)</a> - An HTTP client, that aims at replacing Drakma. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>Units / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/mrossini-ethz/physical-quantities" rel="noopener noreferrer">physical-quantities (⭐35)</a> - a library that provides a numeric type with optional unit and/or uncertainty for computations with automatic error propagation. GPL2</li>
</ul>
<h3><p>Job processing / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/ciel-lang/cl-cron" rel="noopener noreferrer">cl-cron (⭐20)</a> - A simple tool that provides cron like facilities. <a href="http://www.gnu.org/copyleft/gpl.html" rel="noopener noreferrer">GPL3</a>.</li>
</ul>
<h3><p>Online editors / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/mrossini-ethz/parseq" rel="noopener noreferrer">parseq (⭐34)</a> - a library for parsing sequences such as strings and lists using Parsing Expression Grammars (PEGs). Inspired by Esrap. GPL2.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/10/26/"/>
    <summary>6 awesome projects updated on Oct 26, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/10/22/</id>
    <title>Awesome Cl Updates on Oct 22, 2020</title>
    <updated>2020-10-22T11:03:59.000Z</updated>
    <published>2020-10-22T10:47:34.000Z</published>
    <content type="html"><![CDATA[<h3><p>Miscellaneous</p>
</h3>
<ul>
<li><a href="https://github.com/takagi/cl-cuda" rel="noopener noreferrer">cl-cuda (⭐304)</a> - A library to use NVIDIA CUDA in Common Lisp programs. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.</li>
</ul>

<ul>
<li><a href="http://www.lispworks.com/products/capi.html" rel="noopener noreferrer">LispWork's CAPI</a> - A portable GUI toolkit, with mobile runtime. Proprietary, but comes with a free version.</li>
</ul>
<h3><p>HTML generators and templates / Isomorphic web frameworks</p>
</h3>
<ul>
<li><a href="https://github.com/fukamachi/lsx/" rel="noopener noreferrer">lsx (⭐84)</a> and <a href="https://github.com/moderninterpreters/markup" rel="noopener noreferrer">markup (⭐81)</a> - Two JSX-like templating engines, where HTML tags are Common Lisp code. <code>markup</code> comes with an Emacs package.</li>
</ul>
<h3><p>Utils / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/cosmos72/stmx" rel="noopener noreferrer">STMX (⭐256)</a> -  High performance Transactional Memory for Common Lisp. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.</li>
</ul>
<h3><p>REPLs / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/hellerve/sbcli" rel="noopener noreferrer">sbcli (⭐105)</a> - a readline REPL for SBCL. With completion, quick commands, optional syntax highlighting (with pygments), and no interactive debugger. <a href="http://www.gnu.org/copyleft/gpl.html" rel="noopener noreferrer">GPL3</a>.</li>
</ul>
<h3><p>Online editors / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/eugeneia/texp/" rel="noopener noreferrer">texp (⭐5)</a> - A DSL to generate TeX. <a href="https://directory.fsf.org/wiki/License:AGPL-3.0" rel="noopener noreferrer">AGPL-3.0</a>.</li>
</ul>
<h3><p>Compression / decompression / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/froydnj/chipz" rel="noopener noreferrer">chipz (⭐18)</a> - A decompression library. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">3-clause BSD</a>.</li>
</ul>

<ul>
<li><a href="http://www.xach.com/lisp/salza2/" rel="noopener noreferrer">Salza2</a> - A library for creating compressed data. <a href="https://directory.fsf.org/wiki?title=License:FreeBSD" rel="noopener noreferrer">FreeBSD</a>.</li>
</ul>
<h3><p>Developer utilities / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/ahungry/glyphs/" rel="noopener noreferrer">glyphs (⭐30)</a> - A library for cutting down the verboseness of Common Lisp in places. <a href="http://www.gnu.org/copyleft/gpl.html" rel="noopener noreferrer">GNU GPL3</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/10/22/"/>
    <summary>9 awesome projects updated on Oct 22, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/10/12/</id>
    <title>Awesome Cl Updates on Oct 12, 2020</title>
    <updated>2020-10-12T12:22:35.000Z</updated>
    <published>2020-10-12T12:22:35.000Z</published>
    <content type="html"><![CDATA[<h3><p>Miscellaneous</p>
</h3>
<ul>
<li><a href="https://github.com/resttime/cl-liballegro" rel="noopener noreferrer">cl-liballegro (⭐60)</a> - Interface and bindings to the Allegro 5 game programming library. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/10/12/"/>
    <summary>1 awesome projects updated on Oct 12, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/10/08/</id>
    <title>Awesome Cl Updates on Oct 08, 2020</title>
    <updated>2020-10-08T10:13:51.000Z</updated>
    <published>2020-10-08T10:13:51.000Z</published>
    <content type="html"><![CDATA[<h3><p>C, C++</p>
</h3>
<ul>
<li><a href="https://github.com/y2q-actionman/with-c-syntax" rel="noopener noreferrer">with-c-syntax (⭐151)</a> - a fun package which introduces the C language syntax into Common Lisp. (Yes, this package is not for practical coding, I think.) WTFPL Licence.</li>
</ul>
<h3><p>Function extensions</p>
</h3>
<ul>
<li><a href="https://github.com/lisp-mirror/budden-tools/blob/213ab2b52a1b0c0b496efd30c3b5143f5c8e1ff2/cl-advice/README.md" rel="noopener noreferrer">cl-advice (⭐1)</a> - an attempt of portable layer advice library for SBCL, CCL, LispWorks and Allegro. Not in Quicklisp.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/10/08/"/>
    <summary>2 awesome projects updated on Oct 08, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/10/05/</id>
    <title>Awesome Cl Updates on Oct 05, 2020</title>
    <updated>2020-10-05T09:08:38.000Z</updated>
    <published>2020-10-05T09:08:38.000Z</published>
    <content type="html"><![CDATA[<h3><p>HTTP Servers</p>
</h3>
<ul>
<li>👍<a href="https://github.com/fukamachi/clack" rel="noopener noreferrer">Clack (⭐1.1k)</a> - A web application environment inspired by Rack and WSGI. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.  Provides a unified interface to a webserver of choice (default is Hunchentoot). With more <a href="https://jasom.github.io/clack-tutorial/posts/getting-started-with-clack/" rel="noopener noreferrer">getting started guide</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/10/05/"/>
    <summary>1 awesome projects updated on Oct 05, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/10/01/</id>
    <title>Awesome Cl Updates on Oct 01, 2020</title>
    <updated>2020-10-01T08:50:06.000Z</updated>
    <published>2020-10-01T08:50:06.000Z</published>
    <content type="html"><![CDATA[<h3><p>Iteration</p>
</h3>
<ul>
<li><a href="https://github.com/yitzchak/trivial-do/" rel="noopener noreferrer">trivial-do (⭐22)</a> -  Additional dolist style macros for Common Lisp. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/anlsh/picl" rel="noopener noreferrer">picl (⭐17)</a> - An (almost) complete port of Python's itertools package, complete with laziness where applicable, and not relying on cl-cont. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/10/01/"/>
    <summary>2 awesome projects updated on Oct 01, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/09/30/</id>
    <title>Awesome Cl Updates on Sep 30, 2020</title>
    <updated>2020-09-30T09:29:50.000Z</updated>
    <published>2020-09-30T09:29:50.000Z</published>
    <content type="html"><![CDATA[<h3><p>Other DB wrappers</p>
</h3>
<ul>
<li><a href="https://github.com/cmoore/cl-mango/" rel="noopener noreferrer">cl-mango (⭐1)</a> -  A minimalist CouchDB 2.x database client. BSD_3Clause.<ul>
<li>See also <a href="https://common-lisp.net/project/clouchdb/" rel="noopener noreferrer">clouchdb</a> - Library for interacting with CouchDB. <a href="https://directory.fsf.org/wiki?title=License:FreeBSD" rel="noopener noreferrer">FreeBSD</a>.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/09/30/"/>
    <summary>1 awesome projects updated on Sep 30, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/09/19/</id>
    <title>Awesome Cl Updates on Sep 19, 2020</title>
    <updated>2020-09-19T10:13:15.000Z</updated>
    <published>2020-09-19T10:13:15.000Z</published>
    <content type="html"><![CDATA[<h3><p>HTTP Servers / Hunchentoot plugins</p>
</h3>
<ul>
<li>👍 <a href="https://github.com/mmontone/easy-routes" rel="noopener noreferrer">easy-routes (⭐69)</a> - a routes handling system on top of Hunchentoot. It supports dispatch based on HTTP method, arguments extraction from the url path, decorators, url generation from route name, etc. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>Linting, code formatting / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/fukamachi/sblint" rel="noopener noreferrer">sblint (⭐130)</a> - a linter for Common Lisp source code using SBCL, suited for Reviewdog (<a href="http://www.slideshare.net/fukamachi/sblint" rel="noopener noreferrer">slides</a>). <a href="https://directory.fsf.org/wiki/License:BSD_2Clause" rel="noopener noreferrer">BSD_2Clause</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/hyotang666/trivial-formatter" rel="noopener noreferrer">trivial-formatter (⭐46)</a> - code formatter for Common Lisp. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/09/19/"/>
    <summary>3 awesome projects updated on Sep 19, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/09/15/</id>
    <title>Awesome Cl Updates on Sep 15, 2020</title>
    <updated>2020-09-15T07:32:01.000Z</updated>
    <published>2020-09-15T07:32:01.000Z</published>
    <content type="html"><![CDATA[<h3><p>Non-deterministic, logic programming</p>
</h3>
<ul>
<li><a href="https://github.com/sjl/temperance" rel="noopener noreferrer">Temperance (⭐64)</a> - logic programming. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>. A focus on performance, with General Game Playing in mind.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/09/15/"/>
    <summary>1 awesome projects updated on Sep 15, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/09/14/</id>
    <title>Awesome Cl Updates on Sep 14, 2020</title>
    <updated>2020-09-14T15:38:06.000Z</updated>
    <published>2020-09-14T15:38:06.000Z</published>
    <content type="html"><![CDATA[<h3><p>Natural Language Processing</p>
</h3>
<ul>
<li>🚀 <a href="https://github.com/ddmcdonald/sparser" rel="noopener noreferrer">sparser (⭐62)</a> - A natural language understanding system for English. <a href="http://www.eclipse.org/legal/epl-v10.html" rel="noopener noreferrer">Eclipse</a>.<ul>
<li><blockquote>
<p>a model-driven, rule-based language text analysis system for large volume, high-precision information extraction. At its heart, Sparser is a bottom-up, phrase-structure-based chart parser, optimized for semantic grammars and partial parsing.</p>
</blockquote>
</li>
</ul>
</li>
</ul>
<h3><p>APL</p>
</h3>
<ul>
<li><a href="https://github.com/phantomics/april" rel="noopener noreferrer">April (⭐647)</a> - The APL programming language (a subset thereof) compiling to Common Lisp. Replace hundreds of lines of number-crunching code with a single line of APL. <a href="https://directory.fsf.org/wiki/License:Apache2.0" rel="noopener noreferrer">Apache2</a>.</li>
</ul>
<h3><p>Iteration</p>
</h3>
<ul>
<li><a href="https://github.com/BnMcGn/snakes" rel="noopener noreferrer">snakes (⭐46)</a> - Python style generators for Common Lisp. Includes a port of itertools. <a href="https://directory.fsf.org/wiki/License:Apache2.0" rel="noopener noreferrer">Apache2</a>.</li>
</ul>
<h3><p>Job processing / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/no-defun-allowed/one-more-re-nightmare" rel="noopener noreferrer">one-more-re-nightmare (⭐162)</a> - a fast-ish regular expression compiler in Common Lisp. <a href="https://directory.fsf.org/wiki/License:BSD_2Clause" rel="noopener noreferrer">BSD_2Clause</a>.</li>
</ul>
<h3><p>Shells, shells interfaces / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/Neronus/Clesh" rel="noopener noreferrer">Clesh (⭐74)</a> - extends Common Lisp to embed shell code in a manner similar to perl's backtick. <a href="https://directory.fsf.org/wiki?title=License:FreeBSD" rel="noopener noreferrer">FreeBSD</a>.</li>
</ul>
<h3><p>Online editors / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/jech/cl-yacc" rel="noopener noreferrer">cl-yacc (⭐58)</a> - a LALR(1) parser generator. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/ruricolist/cl-shlex/" rel="noopener noreferrer">cl-shlex (⭐9)</a> - simple lexical analyzer for shell-like syntaxes. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/drewc/smug" rel="noopener noreferrer">smug (⭐111)</a> - parser combinators for Common Lisp. SMUG makes it simple to create quick extensible recursive descent parsers without funky syntax or impenetrable macrology. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>i18n / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/rotatef/gettext" rel="noopener noreferrer">gettext (⭐13)</a> -  a port of the gettext runtime to Common Lisp. <a href="http://www.gnu.org/copyleft/gpl.html" rel="noopener noreferrer">GPL3</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/09/14/"/>
    <summary>9 awesome projects updated on Sep 14, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/09/13/</id>
    <title>Awesome Cl Updates on Sep 13, 2020</title>
    <updated>2020-09-13T22:03:05.000Z</updated>
    <published>2020-09-13T22:03:05.000Z</published>
    <content type="html"><![CDATA[<h3><p>Data validation / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/fisxoj/json-schema" rel="noopener noreferrer">json-schema (⭐17)</a> - A library for validating data against schemas of drafts 4, 6, 7, and 2019-09 of the <a href="https://json-schema.org/" rel="noopener noreferrer">JSON Schema</a> standard. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/09/13/"/>
    <summary>1 awesome projects updated on Sep 13, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/09/08/</id>
    <title>Awesome Cl Updates on Sep 08, 2020</title>
    <updated>2020-09-08T10:00:39.000Z</updated>
    <published>2020-09-08T09:44:44.000Z</published>
    <content type="html"><![CDATA[<h3><p>C, C++</p>
</h3>
<ul>
<li><a href="https://gitlab.common-lisp.net/ecl/ecrepl" rel="noopener noreferrer">ecrepl</a> - an interactive REPL for the C language. <a href="https://directory.fsf.org/wiki/License:BSD_2Clause" rel="noopener noreferrer">BSD_2Clause</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/dnaeon/cl-ssh-keys" rel="noopener noreferrer">cl-ssh-keys (⭐23)</a> - Common Lisp system for generating and parsing of OpenSSH keys. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD_3Clause</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/dnaeon/cl-bcrypt" rel="noopener noreferrer">cl-bcrypt (⭐17)</a> - Common Lisp system for parsing and generating bcrypt password hashes. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD_3Clause</a>.</li>
</ul>
<h3><p>Python</p>
</h3>
<ul>
<li><a href="https://github.com/pinterface/burgled-batteries" rel="noopener noreferrer">burgled-batteries (⭐120)</a> - A bridge between Python and Common Lisp. The goal is that Lisp programs can use Python libraries. Not available on Quicklisp. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>Deployment / Isomorphic web frameworks</p>
</h3>
<ul>
<li><a href="https://github.com/xh4/cube" rel="noopener noreferrer">cube (⭐38)</a> - Kubernetes client library for Common LISP generated from the Swagger specification. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>Utils / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/TBRSS/moira" rel="noopener noreferrer">Moira (⭐30)</a> -  Monitor and restart background threads. In-lisp process supervisor. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/09/08/"/>
    <summary>6 awesome projects updated on Sep 08, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/08/20/</id>
    <title>Awesome Cl Updates on Aug 20, 2020</title>
    <updated>2020-08-20T09:31:06.000Z</updated>
    <published>2020-08-20T09:31:06.000Z</published>
    <content type="html"><![CDATA[<h3><p>JSON</p>
</h3>
<ul>
<li><a href="https://github.com/y2q-actionman/cl-json-pointer" rel="noopener noreferrer">cl-json-pointer (⭐13)</a> - A JSON Pointer implementation. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/08/20/"/>
    <summary>1 awesome projects updated on Aug 20, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/08/17/</id>
    <title>Awesome Cl Updates on Aug 17, 2020</title>
    <updated>2020-08-17T12:28:10.000Z</updated>
    <published>2020-08-17T12:28:10.000Z</published>
    <content type="html"><![CDATA[<h3><p>Graph databases</p>
</h3>
<ul>
<li><a href="https://github.com/vseloved/cl-agraph" rel="noopener noreferrer">cl-agraph (⭐26)</a>, a minimal client for AllegroGraph.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/08/17/"/>
    <summary>1 awesome projects updated on Aug 17, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/08/06/</id>
    <title>Awesome Cl Updates on Aug 06, 2020</title>
    <updated>2020-08-06T10:52:46.000Z</updated>
    <published>2020-08-06T10:52:46.000Z</published>
    <content type="html"><![CDATA[<h3><p>Sublime Text / Third-party APIs</p>
</h3>
<ul>
<li><a href="http://www.sublimetext.com/3" rel="noopener noreferrer">Sublime Text</a> (proprietary) has
Common Lisp support with its SublimeREPL and
<a href="https://github.com/s-clerc/slyblime" rel="noopener noreferrer">Slyblime (⭐46)</a> packages. Slyblime
is an implementation of SLY and it uses the same backend (SLYNK). It
ships advanced features including a debugger with stack frame
inspection.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/08/06/"/>
    <summary>1 awesome projects updated on Aug 06, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/07/31/</id>
    <title>Awesome Cl Updates on Jul 31, 2020</title>
    <updated>2020-07-31T21:50:21.000Z</updated>
    <published>2020-07-31T21:50:21.000Z</published>
    <content type="html"><![CDATA[<h3><p>Community</p>
</h3>
<ul>
<li><a href="https://www.reddit.com/r/learnlisp/" rel="noopener noreferrer">/r/learnlisp</a> - a subreddit to ask questions and get help about Lisp</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/07/31/"/>
    <summary>1 awesome projects updated on Jul 31, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/07/18/</id>
    <title>Awesome Cl Updates on Jul 18, 2020</title>
    <updated>2020-07-18T09:11:05.000Z</updated>
    <published>2020-07-18T09:11:05.000Z</published>
    <content type="html"><![CDATA[<h3><p>HTTP Servers / Hunchentoot plugins</p>
</h3>
<ul>
<li><a href="https://github.com/mmontone/hunchentoot-errors" rel="noopener noreferrer">hunchentoot-errors (⭐11)</a> - Augments Hunchentoot error pages and logs with request and session information. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/07/18/"/>
    <summary>1 awesome projects updated on Jul 18, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/07/17/</id>
    <title>Awesome Cl Updates on Jul 17, 2020</title>
    <updated>2020-07-17T13:59:52.000Z</updated>
    <published>2020-07-17T13:59:52.000Z</published>
    <content type="html"><![CDATA[<h3><p>Interfaces to other package managers</p>
</h3>
<ul>
<li><a href="https://gitlab.com/ralt/linux-packaging" rel="noopener noreferrer">linux-packaging</a> - build .deb, .rpm or .pkg packages for your application with a single ASDF declaration. Uses fpm under the hood. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/can3p/cl-brewer" rel="noopener noreferrer">cl-brewer (⭐21)</a> - Homebrew formula builder for (command line) common lisp applications. Public domain.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/07/17/"/>
    <summary>2 awesome projects updated on Jul 17, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/07/14/</id>
    <title>Awesome Cl Updates on Jul 14, 2020</title>
    <updated>2020-07-14T10:56:10.000Z</updated>
    <published>2020-07-14T10:56:10.000Z</published>
    <content type="html"><![CDATA[<h3><p>Logging / Third-party APIs</p>
</h3>
<ul>
<li>⭐ <a href="https://github.com/sharplispers/log4cl/" rel="noopener noreferrer">log4cl (⭐98)</a> - Logging framework modelled after Log4J. <a href="https://directory.fsf.org/wiki/License:Apache2.0" rel="noopener noreferrer">Apache2.0</a>. Advanced integration with Slime.<ul>
<li><a href="https://github.com/40ants/log4cl-json" rel="noopener noreferrer">log4cl-json (⭐3)</a> - JSON appender extension. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD</a>.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/07/14/"/>
    <summary>1 awesome projects updated on Jul 14, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/07/10/</id>
    <title>Awesome Cl Updates on Jul 10, 2020</title>
    <updated>2020-07-10T07:28:25.000Z</updated>
    <published>2020-07-10T07:28:16.000Z</published>
    <content type="html"><![CDATA[<h3><p>Graph databases</p>
</h3>
<ul>
<li><a href="https://github.com/kraison/vivace-graph-v3" rel="noopener noreferrer">vivace-graph (⭐187)</a> - graph database &amp; Prolog implementation. Takes design inspiration from CouchDB, neo4j and AllegroGraph. It implements an ACID-compliant object graph model with user-defined indexes and map-reduce views. It also implements a master / slave replication scheme for redundancy and horizontal read scaling. Querying the graph is accomplished via a number of Lisp methods or via a Prolog-like query language. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.<ul>
<li>"I have used Vivace Graph as an online catalog for millions of products, as the back end for a complex, adaptable VoIP-based IVR, as well as data store for several complex big data analysis systems, and finally as the engine for two recommender systems." (issue #23)</li>
<li>"Why is vivace graph so fast? I have been comparing it with SQL-based approach and Neo4j, and vivace graph is much, much faster."</li>
</ul>
</li>
</ul>
<h3><p>Plotting / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/komi1230/kai" rel="noopener noreferrer">kai (⭐93)</a> - A high-level plotter library for Common Lisp. A wrapper around the <a href="https://plotly.com/javascript/" rel="noopener noreferrer">Plotly</a> JS library. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/tkych/cl-spark" rel="noopener noreferrer">cl-spark (⭐99)</a> - sparkline strings for the console: <code>(spark '(1 1 2 3 5 8))</code> =&gt; "▁▁▂▃▅▇". <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/07/10/"/>
    <summary>3 awesome projects updated on Jul 10, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/07/02/</id>
    <title>Awesome Cl Updates on Jul 02, 2020</title>
    <updated>2020-07-02T14:20:34.000Z</updated>
    <published>2020-07-02T14:20:34.000Z</published>
    <content type="html"><![CDATA[<h3><p>CLOS extensions</p>
</h3>
<ul>
<li><a href="https://github.com/rpav/dynamic-mixins" rel="noopener noreferrer">dynamic-mixins (⭐32)</a> - simple, dynamic class combination. <a href="https://directory.fsf.org/wiki/License:BSD_2Clause" rel="noopener noreferrer">BSD_2Clause</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/07/02/"/>
    <summary>1 awesome projects updated on Jul 02, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/06/30/</id>
    <title>Awesome Cl Updates on Jun 30, 2020</title>
    <updated>2020-06-30T20:20:26.000Z</updated>
    <published>2020-06-30T20:20:26.000Z</published>
    <content type="html"><![CDATA[<h3><p>Geany (experimental) / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/jasom/geany-lisp" rel="noopener noreferrer">Geany-lisp (⭐14)</a> is an experimental lisp mode for the <a href="https://geany.org/" rel="noopener noreferrer">Geany</a> editor.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/06/30/"/>
    <summary>1 awesome projects updated on Jun 30, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/06/24/</id>
    <title>Awesome Cl Updates on Jun 24, 2020</title>
    <updated>2020-06-24T15:41:54.000Z</updated>
    <published>2020-06-24T15:41:54.000Z</published>
    <content type="html"><![CDATA[<h3><p>Intermediate</p>
</h3>
<ul>
<li><a href="https://github.com/lisp-tips/lisp-tips/issues/" rel="noopener noreferrer">Lisp Tips (⭐138)</a> - A blog with useful tips and tricks.</li>
</ul>

<ul>
<li><a href="http://40ants.com/lisp-project-of-the-day/" rel="noopener noreferrer">Lisp project of the day</a> - A blog showcasing many Lisp libraries.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/06/24/"/>
    <summary>2 awesome projects updated on Jun 24, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/05/10/</id>
    <title>Awesome Cl Updates on May 10, 2020</title>
    <updated>2020-05-10T11:26:10.000Z</updated>
    <published>2020-05-10T11:26:10.000Z</published>
    <content type="html"><![CDATA[<h3><p>Beginner</p>
</h3>
<ul>
<li><a href="https://github.com/google/lisp-koans" rel="noopener noreferrer">Lisp Koans (⭐3.2k)</a> - The project guides the learner progressively through many Common Lisp language features.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/05/10/"/>
    <summary>1 awesome projects updated on May 10, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/05/06/</id>
    <title>Awesome Cl Updates on May 06, 2020</title>
    <updated>2020-05-06T14:21:47.000Z</updated>
    <published>2020-05-06T14:21:47.000Z</published>
    <content type="html"><![CDATA[<h3><p>C, C++</p>
</h3>
<ul>
<li><a href="https://github.com/fukamachi/cl-dbi" rel="noopener noreferrer">cl-dbi (⭐229)</a> - A database-independent interface for Common Lisp. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.</li>
</ul>
<h3><p>CLOS extensions</p>
</h3>
<ul>
<li><a href="https://github.com/marcoheisig/fast-generic-functions" rel="noopener noreferrer">fast-generic-functions (⭐107)</a> - Seal your generic functions for an extra boost in performance. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>Macro helpers / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/scymtym/trivial-with-current-source-form/" rel="noopener noreferrer">trivial-with-current-source-from (⭐41)</a> - Helps macro writers produce better errors for macro users. <a href="http://www.gnu.org/copyleft/gpl.html" rel="noopener noreferrer">GPL3</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/05/06/"/>
    <summary>3 awesome projects updated on May 06, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/04/30/</id>
    <title>Awesome Cl Updates on Apr 30, 2020</title>
    <updated>2020-04-30T11:08:57.000Z</updated>
    <published>2020-04-30T10:57:59.000Z</published>
    <content type="html"><![CDATA[<h3><p>Migration tools</p>
</h3>
<ul>
<li><a href="https://github.com/dnaeon/cl-migratum" rel="noopener noreferrer">cl-migratum (⭐51)</a> - a system which provides facilities for performing database schema migrations, designed to work with various databases. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD_3Clause</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/fisxoj/postmodern-passenger-pigeon/" rel="noopener noreferrer">postmodern-passenger-pigeon (⭐11)</a> - a migration manager for postmodern. No licence specified.</li>
</ul>
<h3><p>Web frameworks / Clack plugins</p>
</h3>
<ul>
<li><a href="https://github.com/mmontone/cl-rest-server" rel="noopener noreferrer">cl-rest-server (⭐70)</a> - a library for writing REST web APIs. Features validation with schemas, annotations for logging, caching, permissions or authentication, documentation via Swagger, etc. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>Others / OpenAPI, OData, OpenRPC</p>
</h3>
<ul>
<li><a href="https://github.com/copyleft/cl-odata-client" rel="noopener noreferrer">cl-odata-client (⭐6)</a> - Common Lisp client library for accessing <a href="https://www.odata.org" rel="noopener noreferrer">OData services</a>. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/04/30/"/>
    <summary>4 awesome projects updated on Apr 30, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/04/21/</id>
    <title>Awesome Cl Updates on Apr 21, 2020</title>
    <updated>2020-04-21T08:18:06.000Z</updated>
    <published>2020-04-21T08:18:06.000Z</published>
    <content type="html"><![CDATA[<h3><p>Job processing / Third-party APIs</p>
</h3>
<ul>
<li><a href="http://www.sbcl.org/manual/#Timers" rel="noopener noreferrer">SBCL's timers</a>, system-wide event schedulers.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/04/21/"/>
    <summary>1 awesome projects updated on Apr 21, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/04/14/</id>
    <title>Awesome Cl Updates on Apr 14, 2020</title>
    <updated>2020-04-14T15:38:13.000Z</updated>
    <published>2020-04-14T15:38:13.000Z</published>
    <content type="html"><![CDATA[<h3><p>HTML generators and templates / Isomorphic web frameworks</p>
</h3>
<ul>
<li><a href="https://github.com/mmontone/ten" rel="noopener noreferrer">TEN (⭐38)</a> - the completness of Djula with the full usability of Common Lisp code in templates. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>Readline, ncurses and other graphical TUI helpers / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/vindarel/replic/" rel="noopener noreferrer">replic (⭐39)</a> - helpers to turn existing code into a readline application, with a focus on defining the completion of the commands' arguments. Also comes as a ready to use executable, that transforms a user's lispy init file into readline commands. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/vindarel/cl-ansi-term" rel="noopener noreferrer">cl-ansi-term (⭐32)</a> - print
colorized text, horizontal lines, progress bars, (un)ordered lists
and tables on ANSI-compliant terminals. <a href="http://www.gnu.org/copyleft/gpl.html" rel="noopener noreferrer">GPL3</a>.</li>
</ul>
<h3><p>Other scripting utilities / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/sharplispers/clawk" rel="noopener noreferrer">clawk (⭐59)</a> - an AWK implementation embedded into Common Lisp, to search files for lines and perform specified actions on its fields. BSD-style.</li>
</ul>
<h3><p>Date and time / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/jwiegley/periods" rel="noopener noreferrer">periods (⭐34)</a> - manipulating date/time objects at a higher level. With series-compatible data structure. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD_3Clause</a>.<ul>
<li>with <a href="https://lisp-maintainers.github.io/periods/" rel="noopener noreferrer">some documentation</a></li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/04/14/"/>
    <summary>5 awesome projects updated on Apr 14, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/03/17/</id>
    <title>Awesome Cl Updates on Mar 17, 2020</title>
    <updated>2020-03-17T14:30:21.000Z</updated>
    <published>2020-03-17T14:30:21.000Z</published>
    <content type="html"><![CDATA[<h3><p>Erlang</p>
</h3>
<ul>
<li><a href="https://github.com/flambard/CLERIC" rel="noopener noreferrer">CLERIC (⭐35)</a> - a Common Lisp Erlang Interface. An implementation of the Erlang distribution protocol, comparable with erl_interface and jinterface. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>Developer utilities / Third-party APIs</p>
</h3>
<ul>
<li><a href="http://www.martin-loetzsch.de/gtfl/" rel="noopener noreferrer">GTFL</a> - A graphical terminal for Lisp, meant for Lisp programmers who want to debug or visualize their own algorithms. A graphical trace in the browser. BSD-style.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/03/17/"/>
    <summary>2 awesome projects updated on Mar 17, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/03/10/</id>
    <title>Awesome Cl Updates on Mar 10, 2020</title>
    <updated>2020-03-10T15:08:46.000Z</updated>
    <published>2020-03-10T15:02:11.000Z</published>
    <content type="html"><![CDATA[<h3><p>Community</p>
</h3>
<ul>
<li><a href="https://chat.hexstreamsoft.com/" rel="noopener noreferrer">Common Lisp chat</a> - Keybase team with well-defined rules and retention policies.</li>
</ul>
<h3><p>Vim &amp; Neovim / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/vlime/vlime" rel="noopener noreferrer">Vlime (⭐481)</a> - VLIME: Vim plus Lisp Is Mostly Evil. A Common Lisp dev environment for Vim (and Neovim). <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/03/10/"/>
    <summary>2 awesome projects updated on Mar 10, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/03/05/</id>
    <title>Awesome Cl Updates on Mar 05, 2020</title>
    <updated>2020-03-05T20:02:29.000Z</updated>
    <published>2020-03-05T20:02:29.000Z</published>
    <content type="html"><![CDATA[<h3><p>Deployment / Isomorphic web frameworks</p>
</h3>
<ul>
<li><a href="https://github.com/container-lisp/s2i-lisp" rel="noopener noreferrer">s2i-lisp (⭐30)</a> - Source-to-Image builder image based on CentOS or alternatively RHEL7 for building Common LISP images for OpenShift (and also Docker). It features an up-to-date SBCL with Quicklisp installation, SLIME or SLY integration and allows customization via environment variables. <a href="https://directory.fsf.org/wiki/License:Apache2.0" rel="noopener noreferrer">Apache2</a></li>
</ul>
<h3><p>Others / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/marcoheisig/Petalisp" rel="noopener noreferrer">Petalisp (⭐518)</a> - an attempt to
generate high performance code for parallel computers by
JIT-compiling array definitions. It works on a more
fundamental level than NumPy, by providing even more powerful
N-dimensional arrays, but just a few building blocks for working on
them. <a href="https://directory.fsf.org/wiki/License:AGPL-3.0" rel="noopener noreferrer">AGPL-3.0</a>.</li>
</ul>
<h3><p>Matrix libraries / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/slyrus/clem" rel="noopener noreferrer">clem (⭐38)</a> - a matrix library. <a href="https://directory.fsf.org/wiki/License:BSD_2Clause" rel="noopener noreferrer">BSD_2Clause</a>.</li>
</ul>
<h3><p>REPLs / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/sanel/magic-ed" rel="noopener noreferrer">magic-ed (⭐26)</a> - a tiny editing facility, where you can directly load, edit, manipulate and evaluate file or file content from the REPL, when going to a full IDE is too much. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>Developer utilities / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/fukamachi/supertrace" rel="noopener noreferrer">supertrace (⭐33)</a> - Superior Common Lisp <code>trace</code> functionality for debugging/profiling. Trace many functions at once, use before and after hooks. <a href="https://directory.fsf.org/wiki/License:BSD_2Clause" rel="noopener noreferrer">BSD_2Clause</a>.</li>
</ul>
<h3><p>Security / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/kanru/cl-isolated" rel="noopener noreferrer">cl-isolated (⭐42)</a> - A restricted environment for Common Lisp code evaluation <a href="https://directory.fsf.org/wiki/License:AGPL-3.0" rel="noopener noreferrer">AGPL-3.0</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/03/05/"/>
    <summary>6 awesome projects updated on Mar 05, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/02/19/</id>
    <title>Awesome Cl Updates on Feb 19, 2020</title>
    <updated>2020-02-19T10:06:46.000Z</updated>
    <published>2020-02-19T10:06:46.000Z</published>
    <content type="html"><![CDATA[<h3><p>Monitoring / Hosting platforms</p>
</h3>
<ul>
<li><a href="https://github.com/mmontone/cl-sentry-client" rel="noopener noreferrer">cl-sentry-client (⭐24)</a> - a Sentry client for Common Lisp, the cloud-based error monitoring system. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.<ul>
<li>based on dexador for HTTP communication and swank for stack traces. It also features an async HTTP client via the simple-tasks library.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/02/19/"/>
    <summary>1 awesome projects updated on Feb 19, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/02/15/</id>
    <title>Awesome Cl Updates on Feb 15, 2020</title>
    <updated>2020-02-15T09:16:07.000Z</updated>
    <published>2020-02-15T09:15:44.000Z</published>
    <content type="html"><![CDATA[<h3><p>Miscellaneous</p>
</h3>
<ul>
<li><a href="https://github.com/sharplispers/cl-jpeg" rel="noopener noreferrer">cl-jpeg (⭐24)</a> - Baseline JPEG encoder and decoder library. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">3-clause BSD</a>.</li>
</ul>
<h3><p>Developer utilities / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/vseloved/flight-recorder" rel="noopener noreferrer">flight-recorder (⭐17)</a> - a robust REPL history facility.</li>
</ul>

<ul>
<li><a href="https://github.com/40ants/cl-flamegraph" rel="noopener noreferrer">cl-flamegraph (⭐80)</a> - A wrapper around SBCL's statistical profiler, to generate FlameGraph charts for Common Lisp programs. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/02/15/"/>
    <summary>3 awesome projects updated on Feb 15, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/02/11/</id>
    <title>Awesome Cl Updates on Feb 11, 2020</title>
    <updated>2020-02-11T08:08:29.000Z</updated>
    <published>2020-02-11T08:05:45.000Z</published>
    <content type="html"><![CDATA[<h3><p>C, C++</p>
</h3>
<ul>
<li><a href="https://github.com/GrammaTech/sel" rel="noopener noreferrer">Software-Evolution-Library (⭐197)</a> - The SEL enables the programmatic modification and evaluation of software (C/C++ support using Clang, compiled assembler, and linked ELF binaries). <a href="http://www.gnu.org/copyleft/gpl.html" rel="noopener noreferrer">GPL3</a>.</li>
</ul>
<h3><p>C</p>
</h3>
<ul>
<li><a href="https://github.com/sdilts/cl-bindgen" rel="noopener noreferrer">cl-bindgen (⭐39)</a> - A command line tool and library for creating Common Lisp language bindings from C header files. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/02/11/"/>
    <summary>2 awesome projects updated on Feb 11, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/02/05/</id>
    <title>Awesome Cl Updates on Feb 05, 2020</title>
    <updated>2020-02-05T10:17:32.000Z</updated>
    <published>2020-02-05T10:17:32.000Z</published>
    <content type="html"><![CDATA[<h3><p>YAML</p>
</h3>
<ul>
<li><a href="https://github.com/privet-kitty/cl-competitive" rel="noopener noreferrer">cl-competitive (⭐193)</a> - Common Lisp algorithms collection for competitive programming. Public domain, CCO or MIT.</li>
</ul>
<h3><p>Readline, ncurses and other graphical TUI helpers / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://common-lisp.net/project/linedit" rel="noopener noreferrer">Linedit</a> - Readline-style
library that provides customizable line-editing
features. <a href="https://common-lisp.net/project/linedit/license.html" rel="noopener noreferrer">MIT-style</a>.</li>
</ul>
<h3><p>Developer utilities / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/TeMPOraL/tracer" rel="noopener noreferrer">tracer (⭐56)</a> - tracing profiler for Common Lisp, with output suitable for display in Chrome’s/Chromium’s Tracing Viewer. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/02/05/"/>
    <summary>3 awesome projects updated on Feb 05, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/02/03/</id>
    <title>Awesome Cl Updates on Feb 03, 2020</title>
    <updated>2020-02-03T18:24:23.000Z</updated>
    <published>2020-02-03T18:24:23.000Z</published>
    <content type="html"><![CDATA[<h3><p>Typing</p>
</h3>
<ul>
<li><a href="https://bitbucket.org/eeeickythump/defstar/src/master/" rel="noopener noreferrer">defstar</a> - a collection of macros for easy inclusion of type declarations for arguments in lambda lists. <a href="http://www.gnu.org/copyleft/gpl.html" rel="noopener noreferrer">GNU GPL3</a></li>
</ul>
<h3><p>Others / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/bendudson/array-operations" rel="noopener noreferrer">array-operations (⭐45)</a> - a collection of functions and macros for manipulating Common Lisp arrays and performing numerical calculations with them. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/Ramarren/cl-geometry/" rel="noopener noreferrer">cl-geometry (⭐51)</a> - a system for two dimensional computational geometry for Common Lisp. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/02/03/"/>
    <summary>3 awesome projects updated on Feb 03, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/01/24/</id>
    <title>Awesome Cl Updates on Jan 24, 2020</title>
    <updated>2020-01-24T10:48:09.000Z</updated>
    <published>2020-01-24T10:48:09.000Z</published>
    <content type="html"><![CDATA[<h3><p>C</p>
</h3>
<ul>
<li><a href="https://github.com/andy128k/cl-gobject-introspection" rel="noopener noreferrer">cl-gobject-introspection (⭐52)</a> - <a href="https://gi.readthedocs.io/en/latest/" rel="noopener noreferrer">Gobject Introspection</a> FFI. Automatic bindings to call into the C library. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD</a>. Generate a lisp interface with <a href="https://github.com/kat-co/gir2cl" rel="noopener noreferrer">gir2cl (⭐8)</a>. <a href="https://www.gnu.org/licenses/lgpl-3.0.en.html" rel="noopener noreferrer">LGPL3</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/01/24/"/>
    <summary>1 awesome projects updated on Jan 24, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/01/06/</id>
    <title>Awesome Cl Updates on Jan 06, 2020</title>
    <updated>2020-01-06T13:29:25.000Z</updated>
    <published>2020-01-06T13:29:25.000Z</published>
    <content type="html"><![CDATA[<h3><p>YAML</p>
</h3>
<ul>
<li><a href="https://github.com/40ants/base-lisp-image" rel="noopener noreferrer">base-lisp-image (⭐41)</a> - base
Docker image for Common Lisp projects with SBCL or CCL and the latest
ASDF, Qlot and Roswell.</li>
</ul>
<h3><p>Online editors / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://ide.judge0.com/?lUpj" rel="noopener noreferrer">Judge0 IDE</a> is an online editor which supports Common Lisp (SBCL). <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/01/06/"/>
    <summary>2 awesome projects updated on Jan 06, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/01/02/</id>
    <title>Awesome Cl Updates on Jan 02, 2020</title>
    <updated>2020-01-02T17:11:05.000Z</updated>
    <published>2020-01-02T17:11:05.000Z</published>
    <content type="html"><![CDATA[<h3><p>YAML</p>
</h3>
<ul>
<li><a href="https://github.com/samebchase/hash-set/" rel="noopener noreferrer">hash-set (⭐18)</a> - a convenience library implementing hash sets on top of CL hash tables <a href="http://unlicense.org/" rel="noopener noreferrer">The Unlicense</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/01/02/"/>
    <summary>1 awesome projects updated on Jan 02, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/12/14/</id>
    <title>Awesome Cl Updates on Dec 14, 2019</title>
    <updated>2019-12-14T11:22:13.000Z</updated>
    <published>2019-12-14T11:22:13.000Z</published>
    <content type="html"><![CDATA[<h3><p>Miscellaneous</p>
</h3>
<ul>
<li><a href="https://github.com/lispnik/iup/" rel="noopener noreferrer">IUP (⭐156)</a> - CFFI bindings to the <a href="https://www.tecgraf.puc-rio.br/iup/" rel="noopener noreferrer">IUP</a> Portable User Interface library (pre-ALPHA).<ul>
<li>IUP is cross-platform (Windows, macOS, GNU/Linux, with new Android, iOs, Cocoa and Web Assembly drivers), has many widgets, has a small api and is actively developed.</li>
<li>has a web view.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/12/14/"/>
    <summary>1 awesome projects updated on Dec 14, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/12/13/</id>
    <title>Awesome Cl Updates on Dec 13, 2019</title>
    <updated>2019-12-13T20:53:45.000Z</updated>
    <published>2019-12-13T20:53:45.000Z</published>
    <content type="html"><![CDATA[<h3><p>Lisp parsers</p>
</h3>
<ul>
<li><a href="https://github.com/vseloved/rutils" rel="noopener noreferrer">rutils (⭐263)</a> - radical yet reasonable syntactic utilities for Common Lisp. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/12/13/"/>
    <summary>1 awesome projects updated on Dec 13, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/11/26/</id>
    <title>Awesome Cl Updates on Nov 26, 2019</title>
    <updated>2019-11-26T10:47:04.000Z</updated>
    <published>2019-11-26T10:47:04.000Z</published>
    <content type="html"><![CDATA[<h3><p>C, C++</p>
</h3>
<ul>
<li><a href="https://github.com/ruricolist/cl-yesql" rel="noopener noreferrer">cl-yesql (⭐72)</a> - SQL statements live in their own files, in SQL syntax, and are imported into Lisp as functions. You are not limited to the features a DSL supports. Based on Clojure's Yesql. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/11/26/"/>
    <summary>1 awesome projects updated on Nov 26, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/11/19/</id>
    <title>Awesome Cl Updates on Nov 19, 2019</title>
    <updated>2019-11-19T15:07:55.000Z</updated>
    <published>2019-11-19T15:07:55.000Z</published>
    <content type="html"><![CDATA[<h3><p>YAML</p>
</h3>
<ul>
<li>👍 <a href="https://github.com/vindarel/cl-str" rel="noopener noreferrer">str (⭐336)</a> - a modern, simple and consistent string manipulation library. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/Dimercel/listopia" rel="noopener noreferrer">listopia (⭐34)</a> - a list manipulation library inspired by Haskell's Data.List. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/smithzvk/modf" rel="noopener noreferrer">modf (⭐70)</a> - a setf-like macro for functional programming.</li>
</ul>

<ul>
<li>👍 <a href="https://github.com/AccelerationNet/access/" rel="noopener noreferrer">access (⭐91)</a> - Consistent and nested access to most common data structures. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD_3Clause</a>.</li>
</ul>
<h3><p>Lisp parsers</p>
</h3>
<ul>
<li><a href="https://github.com/alex-gutev/generic-cl/" rel="noopener noreferrer">generic-cl (⭐159)</a> - Generic function interface to standard Common Lisp functions (equality, comparison, arithmetic, objects, iterator, sequences,…). <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.<ul>
<li>see also the more lightweight <a href="https://github.com/karlosz/equals/" rel="noopener noreferrer">equals (⭐9)</a> <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
</li>
</ul>
<h3><p>Changing the syntax</p>
</h3>
<ul>
<li><a href="https://github.com/m2ym/cl-annot" rel="noopener noreferrer">cl-annot (⭐131)</a> - Python-like annotations for Common Lisp. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.<ul>
<li><a href="https://github.com/y2q-actionman/cl-annot-revisit/" rel="noopener noreferrer">cl-annot-revisit (⭐8)</a> -  re-implementation of cl-annot. WTFPL.</li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://github.com/digikar99/reader" rel="noopener noreferrer">cl-reader (⭐14)</a> - A utility library intended at providing reader macros for lambdas, mapping, accessors, hash-tables and hash-sets. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/11/19/"/>
    <summary>7 awesome projects updated on Nov 19, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/11/12/</id>
    <title>Awesome Cl Updates on Nov 12, 2019</title>
    <updated>2019-11-12T15:11:11.000Z</updated>
    <published>2019-11-12T15:11:11.000Z</published>
    <content type="html"><![CDATA[<h3><p>Community</p>
</h3>
<ul>
<li><a href="http://planet.lisp.org/" rel="noopener noreferrer">Planet Lisp</a> - A meta blog that collects the contents of various Lisp-related blogs.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/11/12/"/>
    <summary>1 awesome projects updated on Nov 12, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/11/03/</id>
    <title>Awesome Cl Updates on Nov 03, 2019</title>
    <updated>2019-11-03T13:28:47.000Z</updated>
    <published>2019-11-03T13:28:47.000Z</published>
    <content type="html"><![CDATA[<h3><p>CLOS extensions</p>
</h3>
<ul>
<li><a href="https://github.com/pcostanza/filtered-functions" rel="noopener noreferrer">filtered-functions (⭐46)</a> - enable the use of arbitrary predicates for selecting and applying methods. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/11/03/"/>
    <summary>1 awesome projects updated on Nov 03, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/10/18/</id>
    <title>Awesome Cl Updates on Oct 18, 2019</title>
    <updated>2019-10-18T23:03:18.000Z</updated>
    <published>2019-10-18T23:03:18.000Z</published>
    <content type="html"><![CDATA[<h3><p>Persistent object databases</p>
</h3>
<ul>
<li><a href="https://common-lisp.net/project/cl-prevalence/" rel="noopener noreferrer">cl-prevalence</a> - in-memory database system. Implementation of Object Prevalence, in which business objects are kept live in memory and transactions are journaled for system recovery. <a href="https://github.com/40ants/cl-prevalence" rel="noopener noreferrer">github fork (⭐34)</a>. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.<ul>
<li>See also <a href="https://github.com/40ants/cl-prevalence-multimaster" rel="noopener noreferrer">cl-prevalence-multimaster (⭐5)</a>, to syncronize multiple cl-prevalence systems state.</li>
</ul>
</li>
</ul>
<h3><p>HTTP clients</p>
</h3>
<ul>
<li><a href="https://github.com/fukamachi/fast-http" rel="noopener noreferrer">fast-http (⭐356)</a> - A fast HTTP request/response parser for Common Lisp. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>HTTP Servers</p>
</h3>
<ul>
<li><a href="https://github.com/akamai/cl-http2-protocol" rel="noopener noreferrer">cl-http2-protocol (⭐106)</a> (<em>archived</em>) - a pure Common Lisp transport agnostic implementation of the HTTP/2 protocol at draft-14. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>HTTP Servers / Hunchentoot plugins</p>
</h3>
<ul>
<li><a href="https://github.com/slyrus/hunchentoot-cgi" rel="noopener noreferrer">hunchentoot-cgi (⭐6)</a> - a library for executing CGI scripts from the hunchentoot webserver. <a href="https://opensource.org/licenses/bsd-license.php" rel="noopener noreferrer">BSD</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/moderninterpreters/hunchentoot-multi-acceptor/" rel="noopener noreferrer">hunchentoot-multi-acceptor (⭐8)</a> - Route multiple domains (virtual hosts) on a single hunchentoot acceptor using a single port. <a href="https://directory.fsf.org/wiki/License:Apache2.0" rel="noopener noreferrer">Apache2.0</a>.</li>
</ul>
<h3><p>Javascript / Isomorphic web frameworks</p>
</h3>
<ul>
<li>⭐ <a href="https://common-lisp.net/project/parenscript/" rel="noopener noreferrer">Parenscript</a> - A translator from Common Lisp to Javascript. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">3-clause BSD</a>. See <a href="https://github.com/johnmastro/trident-mode.el" rel="noopener noreferrer">Trident-mode (⭐79)</a>, an Emacs mode that provides live interaction with the browser.<a href="http://unlicense.org/" rel="noopener noreferrer">unlicence</a>.<ul>
<li><a href="https://github.com/BnMcGn/paren6/" rel="noopener noreferrer">paren6 (⭐34)</a> - a set of ES6 macros for Parenscript.</li>
<li><a href="https://github.com/Junker/paren-async" rel="noopener noreferrer">paren-async (⭐8)</a> async/await for Parenscript.</li>
<li><a href="https://github.com/Junker/paren-jquery" rel="noopener noreferrer">paren-jquery (⭐5)</a> - Jquery-style macros for Parenscript. MIT.</li>
<li>example: <a href="https://mmontone.codeberg.page/lisp-pwa/#!/home" rel="noopener noreferrer">ParenScript + Mithril demo</a> for Progressive Web Apps (PWA) [2025].</li>
<li>example: <a href="https://nickfa.ro/wiki/Building_with_Parenscript_and_Preact" rel="noopener noreferrer">Building a Freecell game with ParenScript and Preact</a> [2024].</li>
</ul>
</li>
</ul>
<h3><p>Others / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/takagi/avm" rel="noopener noreferrer">avm (⭐55)</a> - Efficient and expressive arrayed vector math library with multi-threading and CUDA support. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>Utils / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/takagi/cl-coroutine" rel="noopener noreferrer">cl-coroutine (⭐70)</a> - a coroutine library. It uses the CL-CONT continuations library in its implementation. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>Actors pattern / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/aarvid/Actors" rel="noopener noreferrer">Actors (⭐13)</a> package for LispWorks (<a href="https://www.reddit.com/r/Common_Lisp/comments/77vsft/david_mcclains_actors_package_for_lispworks/" rel="noopener noreferrer">announce</a>) <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/10/18/"/>
    <summary>9 awesome projects updated on Oct 18, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/10/11/</id>
    <title>Awesome Cl Updates on Oct 11, 2019</title>
    <updated>2019-10-11T13:21:21.000Z</updated>
    <published>2019-10-11T13:21:21.000Z</published>
    <content type="html"><![CDATA[<h3><p>Javascript / Isomorphic web frameworks</p>
</h3>
<ul>
<li><a href="https://github.com/ceramic/remote-js" rel="noopener noreferrer">remote-js (⭐35)</a> - send JavaScript from Common Lisp to a browser. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/10/11/"/>
    <summary>1 awesome projects updated on Oct 11, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/09/29/</id>
    <title>Awesome Cl Updates on Sep 29, 2019</title>
    <updated>2019-09-29T11:59:30.000Z</updated>
    <published>2019-09-29T11:59:30.000Z</published>
    <content type="html"><![CDATA[<h3><p>Interfaces to other package managers</p>
</h3>
<ul>
<li><a href="https://github.com/ralt/dh-quicklisp-buildapp" rel="noopener noreferrer">dh-quicklisp-buildapp (⭐7)</a> - debhelper utility to let you compile your quicklisp-based Common Lisp code into a buildapp binary in a .deb with almost no effort. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/09/29/"/>
    <summary>1 awesome projects updated on Sep 29, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/09/17/</id>
    <title>Awesome Cl Updates on Sep 17, 2019</title>
    <updated>2019-09-17T23:13:24.000Z</updated>
    <published>2019-09-17T23:13:24.000Z</published>
    <content type="html"><![CDATA[<h3><p>Function extensions</p>
</h3>
<ul>
<li><a href="https://github.com/scymtym/architecture.hooks/" rel="noopener noreferrer">cl-hooks (⭐18)</a> - Hooks extension point mechanism (as known, e.g., from GNU Emacs). LGPL.</li>
</ul>

<ul>
<li><a href="https://gitlab.com/Gnuxie/method-hooks" rel="noopener noreferrer">method-hooks</a> - When CLOS method combination allow only one hook per method, this library allows an arbitrary number of them. Mozilla Public Licence.</li>
</ul>
<h3><p>Typing</p>
</h3>
<ul>
<li>👍 <a href="https://github.com/m2ym/trivial-types" rel="noopener noreferrer">trivial-types (⭐70)</a> - provides missing but important type definitions such as <code>proper-list</code>, <code>association-list</code>, <code>property-list</code> and <code>tuple</code>. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/09/17/"/>
    <summary>3 awesome projects updated on Sep 17, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/08/25/</id>
    <title>Awesome Cl Updates on Aug 25, 2019</title>
    <updated>2019-08-25T14:42:34.000Z</updated>
    <published>2019-08-25T13:36:56.000Z</published>
    <content type="html"><![CDATA[<h3><p>CLOS extensions</p>
</h3>
<ul>
<li><a href="https://github.com/guicho271828/inlined-generic-function" rel="noopener noreferrer">inlined-generic-function (⭐109)</a> -
Bringing the speed of Static Dispatch to CLOS. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/alex-gutev/static-dispatch" rel="noopener noreferrer">static-dispatch (⭐81)</a> - allows standard generic function dispatch to be performed statically (at compile time) rather than dynamically (runtime). This is similar to what is known as "overloading" in languages such as C++ and Java. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>Configuration / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/sheepduke/chameleon/" rel="noopener noreferrer">chameleon (⭐20)</a> - a configuration management library shipped with profile support. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>Logging / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/AccelerationNet/a-cl-logger" rel="noopener noreferrer">a-cl-logger (⭐14)</a> - Logging library providing context sensitive logging of more than just strings to more than just local files or output streams. Features logstash support, json support, logger hierarchies, context sensitive logging, objects printed as an inspectable presentation,…</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/08/25/"/>
    <summary>4 awesome projects updated on Aug 25, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/08/23/</id>
    <title>Awesome Cl Updates on Aug 23, 2019</title>
    <updated>2019-08-23T15:26:20.000Z</updated>
    <published>2019-08-23T15:26:20.000Z</published>
    <content type="html"><![CDATA[<h3><p>Others / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://neil-lindquist.github.io/linear-programming/" rel="noopener noreferrer">linear-programming</a> – a library for solving linear programming problems. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/08/23/"/>
    <summary>1 awesome projects updated on Aug 23, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/08/22/</id>
    <title>Awesome Cl Updates on Aug 22, 2019</title>
    <updated>2019-08-22T15:04:31.000Z</updated>
    <published>2019-08-22T07:50:44.000Z</published>
    <content type="html"><![CDATA[<h3><p>Reference</p>
</h3>
<ul>
<li><a href="https://franz.com/support/documentation/cl-ansi-standard-draft-w-sidebar.pdf" rel="noopener noreferrer">Common Lisp Standard Draft (pdf)</a> - The standard draft of the Common Lisp specifications, in a well formatted PDF with a sidebar.<ul>
<li>also <a href="https://github.com/mmontone/dpans2texi/releases/" rel="noopener noreferrer">dpans2texi (⭐8)</a> - the standard draft converted to Texinfo and published as a well formatted PDF.</li>
<li>which can be read online: <a href="https://mmontone.github.io/dpans2texi/" rel="noopener noreferrer">https://mmontone.github.io/dpans2texi/</a></li>
</ul>
</li>
</ul>
<h3><p>Other / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://common-lisp.net/project/trivial-utf-8/" rel="noopener noreferrer">trivial-utf8</a> - A small library for doing UTF-8-based I/O. BSD.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/08/22/"/>
    <summary>2 awesome projects updated on Aug 22, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/08/10/</id>
    <title>Awesome Cl Updates on Aug 10, 2019</title>
    <updated>2019-08-10T10:29:33.000Z</updated>
    <published>2019-08-10T10:29:33.000Z</published>
    <content type="html"><![CDATA[<h3><p>Deployment / Hosting platforms</p>
</h3>
<ul>
<li><a href="https://www.heliohost.org/" rel="noopener noreferrer">Heliohost</a> for a free hosting solution.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/08/10/"/>
    <summary>1 awesome projects updated on Aug 10, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/08/06/</id>
    <title>Awesome Cl Updates on Aug 06, 2019</title>
    <updated>2019-08-06T13:07:15.000Z</updated>
    <published>2019-08-06T13:07:15.000Z</published>
    <content type="html"><![CDATA[<h3><p>Mobile</p>
</h3>
<ul>
<li><a href="http://www.lispworks.com/" rel="noopener noreferrer">LispWorks</a> - an integrated cross-platform development tool for Common Lisp.<ul>
<li>reputed features include: the CAPI cross-platform and native GUI toolkit, the LispWorks IDE, the mobile platforme runtime (iOs, Android), its Java interface, the tree shaker to build lighter binaries, its KnowledgeWorks system for "rule-based, object-oriented, logical, functional and database programming", and more.</li>
<li>has a free edition, with limitations (heap size limit, time limit).</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/08/06/"/>
    <summary>1 awesome projects updated on Aug 06, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/07/30/</id>
    <title>Awesome Cl Updates on Jul 30, 2019</title>
    <updated>2019-07-30T10:19:57.000Z</updated>
    <published>2019-07-30T10:19:57.000Z</published>
    <content type="html"><![CDATA[<h3><p>Utils / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/brown/swank-crew" rel="noopener noreferrer">swank-crew (⭐47)</a> - distributed computation framework implemented using Swank Client. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD_3Clause</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/07/30/"/>
    <summary>1 awesome projects updated on Jul 30, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/07/20/</id>
    <title>Awesome Cl Updates on Jul 20, 2019</title>
    <updated>2019-07-20T11:07:49.000Z</updated>
    <published>2019-07-20T11:07:49.000Z</published>
    <content type="html"><![CDATA[<h3><p>Lambda shorthands</p>
</h3>
<ul>
<li><a href="https://github.com/windymelt/cl-punch/" rel="noopener noreferrer">cl-punch (⭐25)</a> - Scala-like anonymous lambda literals. <code>(mapcar ^(* 2 _) '(1 2 3 4 5))</code>. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/07/20/"/>
    <summary>1 awesome projects updated on Jul 20, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/07/10/</id>
    <title>Awesome Cl Updates on Jul 10, 2019</title>
    <updated>2019-07-10T10:57:54.000Z</updated>
    <published>2019-07-10T10:57:54.000Z</published>
    <content type="html"><![CDATA[<h3><p>Data validation / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/fisxoj/sanity-clause" rel="noopener noreferrer">sanity-clause (⭐51)</a> - a data serialization/contract library for Common Lisp. Schemas can be property lists or class-based, allowing to check slots' types during <code>make-instance</code>. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/07/10/"/>
    <summary>1 awesome projects updated on Jul 10, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/07/08/</id>
    <title>Awesome Cl Updates on Jul 08, 2019</title>
    <updated>2019-07-08T09:58:28.000Z</updated>
    <published>2019-07-08T09:58:28.000Z</published>
    <content type="html"><![CDATA[<h3><p>CLOS extensions</p>
</h3>
<ul>
<li><a href="https://github.com/markcox80/specialization-store/" rel="noopener noreferrer">specialization-store (⭐30)</a> - generic functions based on types. Simplified BSD License variant.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/07/08/"/>
    <summary>1 awesome projects updated on Jul 08, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/07/07/</id>
    <title>Awesome Cl Updates on Jul 07, 2019</title>
    <updated>2019-07-07T06:53:22.000Z</updated>
    <published>2019-07-07T06:53:22.000Z</published>
    <content type="html"><![CDATA[<h3><p>Community</p>
</h3>
<ul>
<li><a href="https://discord.gg/hhk46CE" rel="noopener noreferrer">Lisp Discord Server</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/07/07/"/>
    <summary>1 awesome projects updated on Jul 07, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/06/22/</id>
    <title>Awesome Cl Updates on Jun 22, 2019</title>
    <updated>2019-06-22T21:36:34.000Z</updated>
    <published>2019-06-22T21:36:34.000Z</published>
    <content type="html"><![CDATA[<h3><p>.Net Core</p>
</h3>
<ul>
<li><a href="https://github.com/Lovesan/bike" rel="noopener noreferrer">Bike (⭐156)</a> - a cross-platform .Net Core interface. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>Miscellaneous</p>
</h3>
<ul>
<li><a href="http://foil.sourceforge.net/" rel="noopener noreferrer">Foil</a> - A foreign object interface; works with the JVM and CLI. Not available on Quicklisp. <a href="https://directory.fsf.org/wiki/License:CPLv1.0" rel="noopener noreferrer">CPL 1.0</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/06/22/"/>
    <summary>2 awesome projects updated on Jun 22, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/06/21/</id>
    <title>Awesome Cl Updates on Jun 21, 2019</title>
    <updated>2019-06-21T23:36:04.000Z</updated>
    <published>2019-06-21T23:36:04.000Z</published>
    <content type="html"><![CDATA[<h3><p>Natural Language Processing</p>
</h3>
<ul>
<li><a href="https://github.com/lucas8/Babel2/" rel="noopener noreferrer">babel2 (⭐7)</a> - A Fluid Construction Grammar implementation, computational framework, and unification-based grammar formalism <a href="https://directory.fsf.org/wiki/License:Apache2.0" rel="noopener noreferrer">Apache2.0</a>.</li>
</ul>
<h3><p>Other scripting utilities / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/wadehennessey/wcl" rel="noopener noreferrer">WCL (⭐82)</a> [stalled] - allow hundreds of Lisp
applications to be realistically available at once, while allowing
several of them to run concurrently.  WCL accomplishes this by
providing Common Lisp as a Unix shared library that can be linked with
Lisp and C code to produce efficient applications.  For example, the
executable for a Lisp version of the canonical <code>Hello World!</code>
program requires only 20k bytes on 32 bit x86 Linux.  WCL also
supports a full development environment, including dynamic file
loading and debugging.  A modified version of GDB is used to debug WCL
programs, providing support for mixed language debugging.<ul>
<li>a <a href="https://dl.acm.org/doi/abs/10.1145/141478.141560" rel="noopener noreferrer">paper</a>: "Delivering efficient Common Lisp applications under Unix".</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/06/21/"/>
    <summary>2 awesome projects updated on Jun 21, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/06/18/</id>
    <title>Awesome Cl Updates on Jun 18, 2019</title>
    <updated>2019-06-18T20:57:05.000Z</updated>
    <published>2019-06-18T20:57:05.000Z</published>
    <content type="html"><![CDATA[<h3><p>Developer utilities / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/m-n/repl-utilities" rel="noopener noreferrer">repl-utilities (⭐50)</a> - Ease
common tasks at the REPL (print documentation, print external symbols,
call hooks when loading a package,…). <a href="https://directory.fsf.org/wiki/License:BSD_2Clause" rel="noopener noreferrer">BSD_2Clause</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/06/18/"/>
    <summary>1 awesome projects updated on Jun 18, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/05/23/</id>
    <title>Awesome Cl Updates on May 23, 2019</title>
    <updated>2019-05-23T16:09:07.000Z</updated>
    <published>2019-05-23T16:09:07.000Z</published>
    <content type="html"><![CDATA[<h3><p>Python</p>
</h3>
<ul>
<li><a href="https://github.com/marcoheisig/cl4py" rel="noopener noreferrer">cl4py (⭐107)</a> - The library cl4py (pronounce as clappy) allows Python programs to call Common Lisp libraries. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/bendudson/py4cl" rel="noopener noreferrer">py4cl (⭐256)</a> - A library that allows Common Lisp code to access Python libraries. It is basically the inverse of cl4py. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.<ul>
<li>its fork <a href="https://github.com/digikar99/py4cl2" rel="noopener noreferrer">py4cl2 (⭐52)</a>, at first less stable, now more developped and faster.</li>
<li><a href="https://github.com/digikar99/py4cl2-cffi" rel="noopener noreferrer">py4cl2-cffi (⭐54)</a> - CFFI based alternative to py4cl2.<ul>
<li>"When capable, the CFFI approach can be a 50 times faster than py4cl2."</li>
</ul>
</li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://github.com/metawilm/cl-python" rel="noopener noreferrer">cl-python (⭐394)</a> - an implementation of Python in Common Lisp. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>, not under active development.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/05/23/"/>
    <summary>3 awesome projects updated on May 23, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/05/22/</id>
    <title>Awesome Cl Updates on May 22, 2019</title>
    <updated>2019-05-22T14:12:23.000Z</updated>
    <published>2019-05-22T14:12:23.000Z</published>
    <content type="html"><![CDATA[<h3><p>Utils / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/taksatou/cl-gearman" rel="noopener noreferrer">cl-gearman (⭐22)</a> - a library for the <a href="https://github.com/gearman/gearmand/" rel="noopener noreferrer">Gearman (⭐757)</a> distributed job system. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/05/22/"/>
    <summary>1 awesome projects updated on May 22, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/05/16/</id>
    <title>Awesome Cl Updates on May 16, 2019</title>
    <updated>2019-05-16T19:15:28.000Z</updated>
    <published>2019-05-16T18:10:20.000Z</published>
    <content type="html"><![CDATA[<h3><p>Miscellaneous</p>
</h3>
<ul>
<li><a href="https://github.com/borodust/bodge-nuklear" rel="noopener noreferrer">bodge-nuklear (⭐66)</a> - Wrapper over the <a href="https://github.com/Immediate-Mode-UI/Nuklear" rel="noopener noreferrer">Nuklear (⭐11k)</a> immediate mode GUI library. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>Others / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/ghollisjr/cl-ana" rel="noopener noreferrer">cl-ana (⭐204)</a> - Common Lisp data analysis library with emphasis on modularity and conceptual clarity. It aims to be a general purpose framework for analyzing small and large scale datasets, including binned data analysis and visualization. <a href="http://www.gnu.org/copyleft/gpl.html" rel="noopener noreferrer">GNU GPL3</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/05/16/"/>
    <summary>2 awesome projects updated on May 16, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/05/15/</id>
    <title>Awesome Cl Updates on May 15, 2019</title>
    <updated>2019-05-15T21:45:58.000Z</updated>
    <published>2019-05-15T21:45:58.000Z</published>
    <content type="html"><![CDATA[<h3><p>Others / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/numcl/numcl" rel="noopener noreferrer">numcl (⭐663)</a> - Numpy clone in Common Lisp. <a href="https://www.gnu.org/licenses/lgpl-3.0.en.html" rel="noopener noreferrer">LGPL3</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/05/15/"/>
    <summary>1 awesome projects updated on May 15, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/04/17/</id>
    <title>Awesome Cl Updates on Apr 17, 2019</title>
    <updated>2019-04-17T14:33:55.000Z</updated>
    <published>2019-04-17T14:33:55.000Z</published>
    <content type="html"><![CDATA[<h3><p>CSV</p>
</h3>
<ul>
<li><a href="https://github.com/defunkydrummer/auto-text" rel="noopener noreferrer">auto-text (⭐11)</a> - automatic (encoding, end of line, column width, csv delimiter etc) detection for text files. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>. See also <a href="https://github.com/t-sin/inquisitor" rel="noopener noreferrer">inquisitor (⭐34)</a> for detection of asian and far eastern languages.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/04/17/"/>
    <summary>1 awesome projects updated on Apr 17, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/04/08/</id>
    <title>Awesome Cl Updates on Apr 08, 2019</title>
    <updated>2019-04-08T10:58:08.000Z</updated>
    <published>2019-04-08T10:58:08.000Z</published>
    <content type="html"><![CDATA[<h3><p>Atom, Pulsar / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/neil-lindquist/slima" rel="noopener noreferrer">SLIMA (⭐65)</a> allows you to
interactively develop Common Lisp code, turning Atom (or now Pulsar) into a
pretty good, and actively developped, Lisp IDE. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/04/08/"/>
    <summary>1 awesome projects updated on Apr 08, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/03/13/</id>
    <title>Awesome Cl Updates on Mar 13, 2019</title>
    <updated>2019-03-13T11:06:52.000Z</updated>
    <published>2019-03-13T11:06:52.000Z</published>
    <content type="html"><![CDATA[<h3><p>Utils / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://gitlab.com/ediethelm/trivial-monitored-thread" rel="noopener noreferrer">trivial-monitored-thread</a> -
a Common Lisp library offering a way of spawning threads and being
informed when one any of them crash and die. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/03/13/"/>
    <summary>1 awesome projects updated on Mar 13, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/03/01/</id>
    <title>Awesome Cl Updates on Mar 01, 2019</title>
    <updated>2019-03-01T18:49:27.000Z</updated>
    <published>2019-03-01T18:49:27.000Z</published>
    <content type="html"><![CDATA[<h3><p>Showcase</p>
</h3>
<ul>
<li><a href="http://ultralisp.org/" rel="noopener noreferrer">Ultralisp</a> - A Quicklisp distribution which updates every 5 minutes and to which one can add his project in one click. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD</a>.</li>
</ul>
<h3><p>Deployment / Isomorphic web frameworks</p>
</h3>
<ul>
<li><a href="https://github.com/y2q-actionman/cl-aws-custom-runtime-test" rel="noopener noreferrer">cl-aws-runtime-test (⭐39)</a> - An example of using Common Lisp (SBCL) as a custom runtime on AWS lambda. WTFPL.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/03/01/"/>
    <summary>2 awesome projects updated on Mar 01, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/02/26/</id>
    <title>Awesome Cl Updates on Feb 26, 2019</title>
    <updated>2019-02-26T10:50:13.000Z</updated>
    <published>2019-02-26T10:50:13.000Z</published>
    <content type="html"><![CDATA[<h3><p>Miscellaneous</p>
</h3>
<ul>
<li><a href="https://gitlab.com/eql" rel="noopener noreferrer">eql, eql5, eql5-android</a> - Embedded Qt4 and Qt5 Lisp, embedded in ECL, embeddable in Qt. Port of EQL5 to the Android platform. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.<ul>
<li><a href="https://play.google.com/store/apps/details?id=org.eql5.android.repl&amp;pcampaignid=web_share" rel="noopener noreferrer">EQL5 on the Android store</a></li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/02/26/"/>
    <summary>1 awesome projects updated on Feb 26, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/02/20/</id>
    <title>Awesome Cl Updates on Feb 20, 2019</title>
    <updated>2019-02-20T13:50:36.000Z</updated>
    <published>2019-02-20T13:50:36.000Z</published>
    <content type="html"><![CDATA[<h3><p>YAML</p>
</h3>
<ul>
<li><a href="https://github.com/sirherrbatka/cl-data-structures" rel="noopener noreferrer">cl-data-structures (⭐50)</a> - a portable collection of data structures (mutable and immutable) and streaming algorithms (aggregations, group-by and so on, mainly dicts and sequences, with some statistical functions). <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD</a>.<ul>
<li>sequences, sets, queues, dictionaries</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/02/20/"/>
    <summary>1 awesome projects updated on Feb 20, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/02/16/</id>
    <title>Awesome Cl Updates on Feb 16, 2019</title>
    <updated>2019-02-16T14:12:30.000Z</updated>
    <published>2019-02-16T14:12:30.000Z</published>
    <content type="html"><![CDATA[<h3><p>PDF / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/mbattyani/cl-typesetting" rel="noopener noreferrer">cl-typesetting (⭐77)</a> and <a href="https://github.com/mbattyani/cl-pdf" rel="noopener noreferrer">cl-pdf (⭐126)</a> - cross-platform Common Lisp libraries for generating PDF files. <a href="https://directory.fsf.org/wiki?title=License:FreeBSD" rel="noopener noreferrer">FreeBSD</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/02/16/"/>
    <summary>1 awesome projects updated on Feb 16, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/01/30/</id>
    <title>Awesome Cl Updates on Jan 30, 2019</title>
    <updated>2019-01-30T16:56:43.000Z</updated>
    <published>2019-01-30T16:56:43.000Z</published>
    <content type="html"><![CDATA[<h3><p>YAML</p>
</h3>
<ul>
<li><a href="https://github.com/danlentz/cl-ctrie" rel="noopener noreferrer">cl-ctrie (⭐120)</a> -
lock-free, concurrent, key/value index with efficient memory-mapped persistence and fast transient storage models. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>Javascript / Isomorphic web frameworks</p>
</h3>
<ul>
<li><a href="https://github.com/johnmastro/trident-mode.el" rel="noopener noreferrer">trident-mode (⭐79)</a>, an Emacs minor mode for live Parenscript interaction.</li>
</ul>
<h3><p>Monitoring / Hosting platforms</p>
</h3>
<ul>
<li><a href="https://github.com/deadtrickster/prometheus.cl" rel="noopener noreferrer">prometheus.cl (⭐90)</a> - Prometheus.io client. Grafana dashboard for SBCL and Hunchentoot metrics (memory, threads, requests per second,…). <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.<ul>
<li><a href="https://github.com/40ants/prometheus-gc" rel="noopener noreferrer">prometheus-g (⭐6)</a> - Extension for prometheus.cl which collects metrics about garbage collector state.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/01/30/"/>
    <summary>3 awesome projects updated on Jan 30, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/01/15/</id>
    <title>Awesome Cl Updates on Jan 15, 2019</title>
    <updated>2019-01-15T11:37:37.000Z</updated>
    <published>2019-01-15T11:37:37.000Z</published>
    <content type="html"><![CDATA[<h3><p>Date and time / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://gitlab.com/DataLinkDroid/iso-8601-date" rel="noopener noreferrer">iso-8601-date</a> - Miscellaneous date routines in Common Lisp, based around the ISO 8601 string representation. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/01/15/"/>
    <summary>1 awesome projects updated on Jan 15, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/12/21/</id>
    <title>Awesome Cl Updates on Dec 21, 2018</title>
    <updated>2018-12-21T13:11:21.000Z</updated>
    <published>2018-12-21T13:11:21.000Z</published>
    <content type="html"><![CDATA[<h3><p>Vim &amp; Neovim / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://gitlab.com/HiPhish/quicklisp.nvim" rel="noopener noreferrer">quicklisp.nvim</a> - A Quicklisp frontend for Neovim.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/12/21/"/>
    <summary>1 awesome projects updated on Dec 21, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/12/20/</id>
    <title>Awesome Cl Updates on Dec 20, 2018</title>
    <updated>2018-12-20T22:35:38.000Z</updated>
    <published>2018-12-20T11:11:50.000Z</published>
    <content type="html"><![CDATA[<h3><p>Lambda shorthands</p>
</h3>
<ul>
<li><a href="https://github.com/cbaggers/fn" rel="noopener noreferrer">fn (⭐26)</a> - a couple of lambda shorthand macros. <code>(fn* (+ _ _))  --&gt;  (lambda (_) (+ _ _))</code>. Public domain.</li>
</ul>
<h3><p>HTTP clients</p>
</h3>
<ul>
<li><a href="https://github.com/orthecreedence/carrier" rel="noopener noreferrer">Carrier (⭐43)</a> - A lightweight, async HTTP client built on top of cl-async and fast-http. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>Others / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/pkhuong/Xecto" rel="noopener noreferrer">Xecto (⭐47)</a> - A library for regular array parallelism. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">3-clause BSD</a>.</li>
</ul>
<h3><p>Event processing / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/orthecreedence/event-glue" rel="noopener noreferrer">event-glue (⭐21)</a> - simple eventing abstraction. No dependencies. It can be used anywhere you need a generic event handling system. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/12/20/"/>
    <summary>4 awesome projects updated on Dec 20, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/12/18/</id>
    <title>Awesome Cl Updates on Dec 18, 2018</title>
    <updated>2018-12-18T09:21:15.000Z</updated>
    <published>2018-12-18T09:21:15.000Z</published>
    <content type="html"><![CDATA[<h3><p>Eclipse / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/Ragnaroek/dandelion" rel="noopener noreferrer">Dandelion (⭐35)</a> - a Common Lisp plugin for the Eclipse IDE.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/12/18/"/>
    <summary>1 awesome projects updated on Dec 18, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/12/13/</id>
    <title>Awesome Cl Updates on Dec 13, 2018</title>
    <updated>2018-12-13T00:02:04.000Z</updated>
    <published>2018-12-13T00:02:04.000Z</published>
    <content type="html"><![CDATA[<h3><p>Vim &amp; Neovim / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/justin2004/slimv_box" rel="noopener noreferrer">Slimv_box (⭐14)</a> - slimv in a Docker container.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/12/13/"/>
    <summary>1 awesome projects updated on Dec 13, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/11/14/</id>
    <title>Awesome Cl Updates on Nov 14, 2018</title>
    <updated>2018-11-14T16:24:04.000Z</updated>
    <published>2018-11-14T16:24:04.000Z</published>
    <content type="html"><![CDATA[<h3><p>Community</p>
</h3>
<ul>
<li><a href="https://www.reddit.com/r/Common_Lisp/" rel="noopener noreferrer">/r/Common_Lisp</a> - subreddit about Common Lisp</li>
</ul>

<ul>
<li><a href="https://common-lisp.net" rel="noopener noreferrer">common-lisp.net</a></li>
</ul>
<h3><p>Showcase</p>
</h3>
<ul>
<li><a href="https://lisp-lang.org/" rel="noopener noreferrer">lisp-lang.org</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/11/14/"/>
    <summary>3 awesome projects updated on Nov 14, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/11/08/</id>
    <title>Awesome Cl Updates on Nov 08, 2018</title>
    <updated>2018-11-08T15:28:29.000Z</updated>
    <published>2018-11-08T15:28:29.000Z</published>
    <content type="html"><![CDATA[<h3><p>HTTP Servers / Clack plugins</p>
</h3>
<ul>
<li><a href="https://github.com/fisxoj/clack-static-asset-middleware" rel="noopener noreferrer">clack-static-asset-middleware (⭐1)</a> - a cache-busting static asset middleware for the clack. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/11/08/"/>
    <summary>1 awesome projects updated on Nov 08, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/10/30/</id>
    <title>Awesome Cl Updates on Oct 30, 2018</title>
    <updated>2018-10-30T14:04:51.000Z</updated>
    <published>2018-10-30T14:04:51.000Z</published>
    <content type="html"><![CDATA[<h3><p>C, C++</p>
</h3>
<ul>
<li><a href="https://github.com/dmitryvk/cl-sqlite" rel="noopener noreferrer">cl-sqlite (⭐78)</a> - Bindings for SQLite. Public domain.</li>
</ul>
<h3><p>Other DB wrappers</p>
</h3>
<ul>
<li><a href="https://github.com/quasi/cl-memcached" rel="noopener noreferrer">cl-memcached (⭐25)</a> - Fast, thread-safe interface to the Memcached object caching system. <a href="https://directory.fsf.org/wiki/License:Expat" rel="noopener noreferrer">Expat</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/vseloved/cl-redis" rel="noopener noreferrer">cl-redis (⭐193)</a> - Redis client. <a href="https://directory.fsf.org/wiki/License:Expat" rel="noopener noreferrer">Expat</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/CodyReichert/cl-disque" rel="noopener noreferrer">cl-disque (⭐13)</a> - Disque client. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">3-clause BSD</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/orthecreedence/cl-rethinkdb" rel="noopener noreferrer">cl-rethinkdb (⭐48)</a> - RethinkDB client. <a href="https://directory.fsf.org/wiki/License:Expat" rel="noopener noreferrer">Expat</a>.</li>
</ul>
<h3><p>Tools</p>
</h3>
<ul>
<li>⭐ <a href="https://github.com/dimitri/pgloader" rel="noopener noreferrer">pgloader (⭐6.3k)</a> - a data loading tool for PostgreSQL. <a href="https://www.postgresql.org/about/licence/" rel="noopener noreferrer">PostgreSQL Licence</a>.<ul>
<li>obligatory blog post: <a href="https://tapoueh.org/blog/2014/05/why-is-pgloader-so-much-faster/" rel="noopener noreferrer">Why is pgloader so much faster?</a> (hint: it was re-written from Python to Common Lisp)</li>
</ul>
</li>
</ul>
<h3><p>C</p>
</h3>
<ul>
<li>👍<a href="https://github.com/rpav/cl-autowrap" rel="noopener noreferrer">cl-autowrap (⭐236)</a> - Automatically parses header files into CFFI definitions. <a href="https://directory.fsf.org/wiki?title=License:FreeBSD" rel="noopener noreferrer">FreeBSD</a>.</li>
</ul>
<h3><p>Miscellaneous</p>
</h3>
<ul>
<li><a href="https://github.com/byulparan/common-cv" rel="noopener noreferrer">common-cv (⭐70)</a> - the OpenCV (Open Source Computer Vision Library) binding library for CommonLisp. No license specified.</li>
</ul>

<ul>
<li><a href="https://github.com/fjames86/ftw" rel="noopener noreferrer">ftw (⭐69)</a> - A Win32 GUI library. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>Mobile</p>
</h3>
<ul>
<li><a href="https://common-lisp.net/project/ecl/" rel="noopener noreferrer">ECL</a> - Embeddable Common Lisp; compiles to C. <a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" rel="noopener noreferrer">GNU LGPL2.1</a>.<ul>
<li>WASM support in development (<a href="https://nlnet.nl/project/ECL/" rel="noopener noreferrer">NLNET grant in 2025</a>)</li>
<li><a href="https://github.com/chee/eclweb" rel="noopener noreferrer">eclweb (⭐20)</a> is <a href="https://repl.chee.party/" rel="noopener noreferrer">a proof-of-concept REPL inside a browser</a> using Web Assembly (WASM).</li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://github.com/drmeister/clasp" rel="noopener noreferrer">CLASP (⭐2.7k)</a> - a new Common Lisp implementation that seamlessly interoperates with C++ libraries and programs using LLVM for compilation to native code. This allows Clasp to take advantage of a vast array of preexisting libraries and programs, such as out of the scientific computing ecosystem. <a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" rel="noopener noreferrer">LGPL2.1</a> (and others).</li>
</ul>

<ul>
<li><a href="https://franz.com/products/allegro-common-lisp/" rel="noopener noreferrer">Allegro CL</a> - provides the full ANSI Common Lisp standard with many extensions.<ul>
<li>reputed features include: the AllegroCache object persistence database system, the KnowledgeGraph system, its concurrent garbage collector, its web-based IDE, and more.</li>
<li>has a free edition. It includes AllegroCache, with a size limit.</li>
<li>might be pricy. Licensed developers get access to much of the source code. Franz Inc. also publishes <a href="https://github.com/franzinc" rel="noopener noreferrer">open-source libraries</a> (often tied to AllegroCL).</li>
</ul>
</li>
</ul>
<h3><p>Showcase</p>
</h3>
<ul>
<li><a href="https://github.com/roswell/roswell" rel="noopener noreferrer">Roswell (⭐1.9k)</a> - a Lisp implementation installer, script launcher and more. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>HTML generators and templates / Isomorphic web frameworks</p>
</h3>
<ul>
<li>👍 <a href="https://github.com/ruricolist/spinneret" rel="noopener noreferrer">spinneret (⭐407)</a> - Common Lisp HTML5 generator. <a href="https://directory.fsf.org/wiki/License:Expat" rel="noopener noreferrer">Expat</a>.</li>
</ul>
<h3><p>Utils / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/lmj/lfarm" rel="noopener noreferrer">lfarm (⭐110)</a> - distributing work across machines (on top of lparallel and usocket). <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD_3Clause</a></li>
</ul>
<h3><p>Emacs / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/joaotavora/sly" rel="noopener noreferrer">Sly (⭐1.4k)</a> - SLY is a fork of SLIME and contains multiple changes and new features, such as Sly stickers.<ul>
<li><em>no C-c C-y shortcut aka slime-call-defun equivalent!</em></li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://shinmera.github.io/portacle/" rel="noopener noreferrer">Portacle</a> - A portable and multiplatform Common Lisp environment: SBCL, Quicklisp, Emacs, Slime, Git.<ul>
<li><em>warm: Portacle is now un-maintained and ships an old Emacs.</em></li>
</ul>
</li>
</ul>
<h3><p>Configuration / Third-party APIs</p>
</h3>
<ul>
<li>👍 <a href="https://common-lisp.net/project/py-configparser/" rel="noopener noreferrer">py-configparser</a> - reads and writes Python's ConfigParser-like configuration files. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>Other / Third-party APIs</p>
</h3>
<ul>
<li>as such, the libraries we like best are marked with a 👍 (<code>1F44D</code>
unicode character). See also the signs' explanation in the
introduction.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/10/30/"/>
    <summary>19 awesome projects updated on Oct 30, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/10/28/</id>
    <title>Awesome Cl Updates on Oct 28, 2018</title>
    <updated>2018-10-28T12:26:35.000Z</updated>
    <published>2018-10-28T12:26:35.000Z</published>
    <content type="html"><![CDATA[<h3><p>Data validation / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/mmontone/clavier" rel="noopener noreferrer">clavier (⭐26)</a> - General purpose validation library for Common Lisp. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/10/28/"/>
    <summary>1 awesome projects updated on Oct 28, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/10/24/</id>
    <title>Awesome Cl Updates on Oct 24, 2018</title>
    <updated>2018-10-24T15:24:19.000Z</updated>
    <published>2018-10-24T15:09:14.000Z</published>
    <content type="html"><![CDATA[<h3><p>Non-deterministic, logic programming</p>
</h3>
<ul>
<li><a href="https://github.com/nikodemus/screamer" rel="noopener noreferrer">Screamer (⭐250)</a> - augment Common
Lisp with practically all of the functionality of both Prolog and
constraint logic programming
languages. <a href="https://chriskohlhepp.wordpress.com/reasoning-systems/specification-driven-programming-in-common-lisp/" rel="noopener noreferrer">Blog post</a>
solving Project Euler puzzles. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/yakovzaytsev/screamer-plus" rel="noopener noreferrer">Screamer+ (⭐7)</a> - increasing the expressiveness of SCREAMER. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/10/24/"/>
    <summary>2 awesome projects updated on Oct 24, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/10/13/</id>
    <title>Awesome Cl Updates on Oct 13, 2018</title>
    <updated>2018-10-13T10:13:42.000Z</updated>
    <published>2018-10-13T10:13:42.000Z</published>
    <content type="html"><![CDATA[<h3><p>CSV</p>
</h3>
<ul>
<li><a href="https://github.com/tlikonen/cl-decimals" rel="noopener noreferrer">cl-decimals (⭐24)</a> - Decimal number parser and formatter. Public domain.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/10/13/"/>
    <summary>1 awesome projects updated on Oct 13, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/10/11/</id>
    <title>Awesome Cl Updates on Oct 11, 2018</title>
    <updated>2018-10-11T19:00:30.000Z</updated>
    <published>2018-10-11T19:00:30.000Z</published>
    <content type="html"><![CDATA[<h3><p>Showcase</p>
</h3>
<ul>
<li><a href="https://github.com/vindarel/print-licenses" rel="noopener noreferrer">print-licenses (⭐23)</a> - print licenses used by a project and its dependencies. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/10/11/"/>
    <summary>1 awesome projects updated on Oct 11, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/10/10/</id>
    <title>Awesome Cl Updates on Oct 10, 2018</title>
    <updated>2018-10-10T10:32:51.000Z</updated>
    <published>2018-10-10T10:32:51.000Z</published>
    <content type="html"><![CDATA[<h3><p>YAML</p>
</h3>
<ul>
<li>👍 <a href="https://github.com/eudoxia0/cl-yaml.git" rel="noopener noreferrer">cl-yaml</a> - a YAML parser and emitter built on top of libyaml. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.<ul>
<li>an active fork: <a href="https://nanako.mooo.com/fossil/cl-remiyaml/index" rel="noopener noreferrer">cl-RemiYaml</a> with a few fixes. Not a drop-in replacement.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/10/10/"/>
    <summary>1 awesome projects updated on Oct 10, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/09/28/</id>
    <title>Awesome Cl Updates on Sep 28, 2018</title>
    <updated>2018-09-28T11:39:54.000Z</updated>
    <published>2018-09-28T11:39:29.000Z</published>
    <content type="html"><![CDATA[<h3><p>Readline, ncurses and other graphical TUI helpers / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/sirherrbatka/cl-progress-bar/" rel="noopener noreferrer">cl-progress-bar (⭐19)</a> - progress bars, just like in Quicklisp ! <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.<ul>
<li>and <a href="https://github.com/vindarel/progressons" rel="noopener noreferrer">progressons (⭐14)</a>, a progress bar on one line, for real an dumb terminals. MIT.</li>
</ul>
</li>
</ul>
<h3><p>Other / Third-party APIs</p>
</h3>
<ul>
<li>by default, add a library to the end of its section.</li>
</ul>

<ul>
<li>two libraries very similar in scope should be side by side, or in a
section of their own.</li>
</ul>

<ul>
<li>do some curation based on your experience and the state of the
library's documentation. We do <em>not</em> aim at listing every existing
CL library (see Cliki for that) nor to list every
"popular" library (see Quicklisp stats).</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/09/28/"/>
    <summary>4 awesome projects updated on Sep 28, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/08/22/</id>
    <title>Awesome Cl Updates on Aug 22, 2018</title>
    <updated>2018-08-22T07:37:24.000Z</updated>
    <published>2018-08-22T07:29:11.000Z</published>
    <content type="html"><![CDATA[<h3><p>Reactive programming</p>
</h3>
<ul>
<li><a href="https://github.com/kennytilton/cells" rel="noopener noreferrer">Cells (⭐222)</a> - an implementation of the dataflow programming paradigm, reactive spreadsheet-like expressiveness for CLOS. Used to build an <a href="http://tiltontec.com/" rel="noopener noreferrer">algebra learning system</a>. With <a href="https://github.com/stefano/cells-doc/" rel="noopener noreferrer">documentation (⭐22)</a>. Lisp LGPL.</li>
</ul>
<h3><p>Job processing / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/tsikov/clerk" rel="noopener noreferrer">clerk (⭐19)</a> - a cron-like scheduler with sane DSL. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/08/22/"/>
    <summary>2 awesome projects updated on Aug 22, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/08/21/</id>
    <title>Awesome Cl Updates on Aug 21, 2018</title>
    <updated>2018-08-21T10:55:20.000Z</updated>
    <published>2018-08-21T04:12:20.000Z</published>
    <content type="html"><![CDATA[<h3><p>Contract programming</p>
</h3>
<ul>
<li><a href="https://github.com/sellout/quid-pro-quo" rel="noopener noreferrer">quid-pro-quo (⭐98)</a> - a contract
programming library in the style of Eiffel’s Design by Contract ™. Public domain.</li>
</ul>
<h3><p>Beginner</p>
</h3>
<ul>
<li><a href="https://learnxinyminutes.com/docs/common-lisp/" rel="noopener noreferrer">Learn X in Y minutes - Where X = Common Lisp</a> - Small Common Lisp tutorial covering the essentials.</li>
</ul>

<ul>
<li><a href="http://successful-lisp.blogspot.com/" rel="noopener noreferrer">Successful Lisp</a> - A good book for beginners with some programming background.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/08/21/"/>
    <summary>3 awesome projects updated on Aug 21, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/08/12/</id>
    <title>Awesome Cl Updates on Aug 12, 2018</title>
    <updated>2018-08-12T18:27:16.000Z</updated>
    <published>2018-08-12T18:27:16.000Z</published>
    <content type="html"><![CDATA[<h3><p>Miscellaneous</p>
</h3>
<ul>
<li><a href="https://www.common-lisp.net/project/okra/manual.html" rel="noopener noreferrer">okra</a> - CFFI bindings to Ogre. Not available on Quicklisp. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">3-clause BSD</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/08/12/"/>
    <summary>1 awesome projects updated on Aug 12, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/08/07/</id>
    <title>Awesome Cl Updates on Aug 07, 2018</title>
    <updated>2018-08-07T03:25:35.000Z</updated>
    <published>2018-08-07T03:25:35.000Z</published>
    <content type="html"><![CDATA[<h3><p>Miscellaneous</p>
</h3>
<ul>
<li><a href="https://github.com/plkrueger/CocoaInterface/" rel="noopener noreferrer">CocoaInterface (⭐32)</a> -
Cocoa interface for Clozure Common Lisp. Build Cocoa user interface
windows dynamically using Lisp code and bypass the typical Xcode
processes. It has
<a href="https://github.com/plkrueger/CocoaInterface/blob/master/Documentation/UserInterfaceTutorial.pdf" rel="noopener noreferrer">good documentation and a tutorial (⭐32)</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/08/07/"/>
    <summary>1 awesome projects updated on Aug 07, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/07/16/</id>
    <title>Awesome Cl Updates on Jul 16, 2018</title>
    <updated>2018-07-16T10:17:55.000Z</updated>
    <published>2018-07-16T10:17:55.000Z</published>
    <content type="html"><![CDATA[<h3><p>HTML generators and templates / Isomorphic web frameworks</p>
</h3>
<ul>
<li><a href="https://github.com/archimag/cl-closure-template" rel="noopener noreferrer">cl-closure-template (⭐71)</a> - Implementation of Google's Closure templates, where compiling a template creates a function that generates the result. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/07/16/"/>
    <summary>1 awesome projects updated on Jul 16, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/07/12/</id>
    <title>Awesome Cl Updates on Jul 12, 2018</title>
    <updated>2018-07-12T11:18:28.000Z</updated>
    <published>2018-07-12T11:17:19.000Z</published>
    <content type="html"><![CDATA[<h3><p>HTTP Servers / Clack plugins</p>
</h3>
<ul>
<li><a href="https://github.com/knobo/live-reload" rel="noopener noreferrer">live-reload (⭐9)</a> - Live reload prototype for clack. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.</li>
</ul>
<h3><p>i18n / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/tlikonen/cl-enchant" rel="noopener noreferrer">enchant (⭐17)</a> - bindings for the Enchant spell-checker library. Public domain.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/07/12/"/>
    <summary>2 awesome projects updated on Jul 12, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/06/08/</id>
    <title>Awesome Cl Updates on Jun 08, 2018</title>
    <updated>2018-06-08T15:36:14.000Z</updated>
    <published>2018-06-08T15:29:34.000Z</published>
    <content type="html"><![CDATA[<h3><p>JSON</p>
</h3>
<ul>
<li><a href="https://github.com/gschjetne/json-mop" rel="noopener noreferrer">json-mop (⭐64)</a> - A metaclass for bridging CLOS and JSON objects. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.<ul>
<li>depends on YASON</li>
<li>for JSON libraries that don't do it natively (jzon, shasht and cl-json are able to <em>encode</em> CLOS objects to JSON out of the box, and cl-json has the ability to <em>decode</em> JSON objects into a "fluid-class" CLOS object.)</li>
</ul>
</li>
</ul>
<h3><p>Lisp parsers</p>
</h3>
<ul>
<li><a href="https://github.com/hipeta/arrow-macros" rel="noopener noreferrer">arrow-macros (⭐141)</a> - Clojure-like threading macros. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/06/08/"/>
    <summary>2 awesome projects updated on Jun 08, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/06/06/</id>
    <title>Awesome Cl Updates on Jun 06, 2018</title>
    <updated>2018-06-06T13:19:39.000Z</updated>
    <published>2018-06-06T13:19:39.000Z</published>
    <content type="html"><![CDATA[<h3><p>Non-deterministic, logic programming</p>
</h3>
<ul>
<li><a href="https://github.com/guicho271828/cl-prolog2" rel="noopener noreferrer">cl-prolog2 (⭐39)</a> - Common Interface to ISO Prolog implementations from Common Lisp. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/06/06/"/>
    <summary>1 awesome projects updated on Jun 06, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/05/24/</id>
    <title>Awesome Cl Updates on May 24, 2018</title>
    <updated>2018-05-24T23:22:06.000Z</updated>
    <published>2018-05-24T23:22:06.000Z</published>
    <content type="html"><![CDATA[<h3><p>Date and time / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/tkych/cl-date-time-parser" rel="noopener noreferrer">cl-date-time-parser (⭐19)</a> - Parse date-time-string, liberally. Hides the difference between date-time formats, and enables to manage date and time as the one date-time format. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/05/24/"/>
    <summary>1 awesome projects updated on May 24, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/05/02/</id>
    <title>Awesome Cl Updates on May 02, 2018</title>
    <updated>2018-05-02T12:45:23.000Z</updated>
    <published>2018-05-02T12:45:23.000Z</published>
    <content type="html"><![CDATA[<h3><p>Online editors / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/vseloved/wiki-lang-detect" rel="noopener noreferrer">wiki-lang-detect (⭐31)</a> -
Text language identification using Wikipedia data. No license specified.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/05/02/"/>
    <summary>1 awesome projects updated on May 02, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/04/07/</id>
    <title>Awesome Cl Updates on Apr 07, 2018</title>
    <updated>2018-04-07T11:15:02.000Z</updated>
    <published>2018-04-07T11:15:02.000Z</published>
    <content type="html"><![CDATA[<h3><p>Event processing / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/borodust/cl-flow/" rel="noopener noreferrer">cl-flow (⭐52)</a> -  Data-flowish computation tree library for non-blocking concurrent Common Lisp. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/04/07/"/>
    <summary>1 awesome projects updated on Apr 07, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/02/12/</id>
    <title>Awesome Cl Updates on Feb 12, 2018</title>
    <updated>2018-02-12T10:07:15.000Z</updated>
    <published>2018-02-12T10:05:31.000Z</published>
    <content type="html"><![CDATA[<h3><p>Miscellaneous</p>
</h3>
<ul>
<li><a href="https://github.com/wmannis/cl-svg" rel="noopener noreferrer">cl-svg (⭐50)</a> - A basic library for producing SVG files. <a href="https://directory.fsf.org/wiki/License:Expat" rel="noopener noreferrer">Expat</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/cbaggers/varjo" rel="noopener noreferrer">Varjo (⭐231)</a> - Lisp to GLSL translator. <a href="https://directory.fsf.org/wiki/License:BSD_2Clause" rel="noopener noreferrer">BSD_2Clause</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/02/12/"/>
    <summary>2 awesome projects updated on Feb 12, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/02/06/</id>
    <title>Awesome Cl Updates on Feb 06, 2018</title>
    <updated>2018-02-06T11:09:10.000Z</updated>
    <published>2018-02-06T11:09:10.000Z</published>
    <content type="html"><![CDATA[<h3><p>Miscellaneous</p>
</h3>
<ul>
<li><a href="https://github.com/privet-kitty/dufy" rel="noopener noreferrer">dufy (⭐46)</a> - exact color manipulation and conversion in various color models. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/02/06/"/>
    <summary>1 awesome projects updated on Feb 06, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/01/28/</id>
    <title>Awesome Cl Updates on Jan 28, 2018</title>
    <updated>2018-01-28T16:55:46.000Z</updated>
    <published>2018-01-28T16:55:46.000Z</published>
    <content type="html"><![CDATA[<h3><p>Reference</p>
</h3>
<ul>
<li><a href="https://lamberta.github.io/minispec/" rel="noopener noreferrer">Minispec</a> - A friendlier, but less-complete, version of CLHS. Also contains documentation for some commonly-used CL libraries (such as Alexandria).</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/01/28/"/>
    <summary>1 awesome projects updated on Jan 28, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/01/26/</id>
    <title>Awesome Cl Updates on Jan 26, 2018</title>
    <updated>2018-01-26T15:43:40.000Z</updated>
    <published>2018-01-26T13:00:01.000Z</published>
    <content type="html"><![CDATA[<h3><p>Job processing / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/fukamachi/psychiq" rel="noopener noreferrer">psychiq (⭐56)</a> - redis-based background job processing for Common Lisp applications. Inspired by Ruby's Sidekiq and compatible with its web UI. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.</li>
</ul>
<h3><p>Logging / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/fukamachi/cl-fluent-logger" rel="noopener noreferrer">cl-fluent-logger (⭐10)</a> - A Common Lisp structured logger for <a href="https://www.fluentd.org/" rel="noopener noreferrer">Fluentd</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/01/26/"/>
    <summary>2 awesome projects updated on Jan 26, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/01/19/</id>
    <title>Awesome Cl Updates on Jan 19, 2018</title>
    <updated>2018-01-19T14:06:29.000Z</updated>
    <published>2018-01-19T12:45:49.000Z</published>
    <content type="html"><![CDATA[<h3><p>Miscellaneous</p>
</h3>
<ul>
<li><a href="https://github.com/slyrus/opticl" rel="noopener noreferrer">opticl (⭐190)</a> - a library for representing and processing images. <a href="https://directory.fsf.org/wiki/License:BSD_2Clause" rel="noopener noreferrer">BSD_2Clause</a>.</li>
</ul>
<h3><p>Online editors / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/takagi/lake" rel="noopener noreferrer">lake (⭐96)</a> - a GNU make like build utility. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/01/19/"/>
    <summary>2 awesome projects updated on Jan 19, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/01/18/</id>
    <title>Awesome Cl Updates on Jan 18, 2018</title>
    <updated>2018-01-18T10:36:02.000Z</updated>
    <published>2018-01-18T10:36:02.000Z</published>
    <content type="html"><![CDATA[<h3><p>Readline, ncurses and other graphical TUI helpers / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/HiTECNOLOGYs/cl-charms" rel="noopener noreferrer">cl-charms (⭐178)</a> - an
interface to <code>libcurses</code> in Common Lisp. It provides both a raw,
low-level interface to libcurses via CFFI, and a more higher-level
lispier interface. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/01/18/"/>
    <summary>1 awesome projects updated on Jan 18, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/01/17/</id>
    <title>Awesome Cl Updates on Jan 17, 2018</title>
    <updated>2018-01-17T12:46:09.000Z</updated>
    <published>2018-01-17T12:46:09.000Z</published>
    <content type="html"><![CDATA[<h3><p>To third parties</p>
</h3>
<ul>
<li><a href="https://github.com/mmaul/cl-influxdb/" rel="noopener noreferrer">cl-influxdb (⭐24)</a> - an interface to the Time Series Database InfluxDB. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/01/17/"/>
    <summary>1 awesome projects updated on Jan 17, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/01/10/</id>
    <title>Awesome Cl Updates on Jan 10, 2018</title>
    <updated>2018-01-10T16:49:04.000Z</updated>
    <published>2018-01-10T16:42:07.000Z</published>
    <content type="html"><![CDATA[<h3><p>To third parties</p>
</h3>
<ul>
<li><a href="https://github.com/Rudolph-Miller/dyna" rel="noopener noreferrer">dyna (⭐24)</a> - an AWS DynamoDB ORM. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>Objective-C</p>
</h3>
<ul>
<li><a href="https://github.com/fiddlerwoaroof/objc-lisp-bridge" rel="noopener noreferrer">objc-lisp-bridge (⭐45)</a> -  A portable reader and bridge for interacting with Objective-C and Cocoa. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>Miscellaneous</p>
</h3>
<ul>
<li><a href="https://github.com/joachifm/cl-webkit" rel="noopener noreferrer">cl-webkit (⭐55)</a> - A binding to WebKitGTK+. Also adds web browsing capabilities to an application, leveraging the full power of the WebKit browsing engine. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/01/10/"/>
    <summary>3 awesome projects updated on Jan 10, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/01/09/</id>
    <title>Awesome Cl Updates on Jan 09, 2018</title>
    <updated>2018-01-09T12:16:22.000Z</updated>
    <published>2018-01-09T10:23:42.000Z</published>
    <content type="html"><![CDATA[<h3><p>Beginner</p>
</h3>
<ul>
<li><a href="http://www.lisperati.com/casting.html" rel="noopener noreferrer">Casting SPELs in LISP</a> - A fun way to learn LISP while reading a comic book.</li>
</ul>
<h3><p>Reference</p>
</h3>
<ul>
<li><a href="http://jtra.cz/stuff/lisp/sclr/index.html" rel="noopener noreferrer">Simplified Common Lisp reference</a> - The simplified version of CLHS.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/01/09/"/>
    <summary>2 awesome projects updated on Jan 09, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/01/08/</id>
    <title>Awesome Cl Updates on Jan 08, 2018</title>
    <updated>2018-01-08T22:12:45.000Z</updated>
    <published>2018-01-08T10:33:53.000Z</published>
    <content type="html"><![CDATA[<h3><p>C, C++</p>
</h3>
<ul>
<li><a href="https://github.com/kiselgra/c-mera" rel="noopener noreferrer">C-mera (⭐444)</a> - a source-to-source compiler that utilizes Lisp's macro system for meta programming of C-like languages. <a href="http://www.gnu.org/copyleft/gpl.html" rel="noopener noreferrer">GPL3</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/eratosthenesia/lispc" rel="noopener noreferrer">lispc (⭐545)</a> - a powerful "lispsy" macrolanguage for C. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>YAML</p>
</h3>
<ul>
<li><a href="https://github.com/ndantam/sycamore" rel="noopener noreferrer">sycamore (⭐128)</a> -  a fast, purely functional data structure library. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD_3Clause</a>.<ul>
<li>comparison: <a href="https://scottlburson2.blogspot.com/2024/10/comparison-fset-vs-sycamore.html" rel="noopener noreferrer">FSet vs. Sycamore</a></li>
</ul>
</li>
</ul>

<ul>
<li><a href="http://nikodemus.github.io/pileup/" rel="noopener noreferrer">pileup</a> - a portable, performant, and thread-safe binary heap for Common Lisp. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>Emacs / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://hub.docker.com/r/eshamster/cl-devel2/" rel="noopener noreferrer">cl-devel2</a> - a Docker container for Common Lisp development environment. Ships SBCL, CCL, Roswell and Emacs 26 with Slime.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/01/08/"/>
    <summary>5 awesome projects updated on Jan 08, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/01/06/</id>
    <title>Awesome Cl Updates on Jan 06, 2018</title>
    <updated>2018-01-06T20:11:25.000Z</updated>
    <published>2018-01-06T20:11:25.000Z</published>
    <content type="html"><![CDATA[<h3><p>C, C++</p>
</h3>
<ul>
<li><a href="https://github.com/glv2/peercoin-blockchain-parser" rel="noopener noreferrer">peercoin-blockchain-parser (⭐5)</a> - parse the blockchain contained in a file and export some of its data to a text file, a SQL script or a database. It can also create a database using the RPC of a Peercoin daemon as source of data instead of a blockchain file. LGPL3. Not in Quicklisp.</li>
</ul>

<ul>
<li><a href="https://github.com/glv2/peercoin-calculator" rel="noopener noreferrer">peercoin-calculator (⭐2)</a> - This program gives you the probability of generating a POS or POW block within 10 minutes, 24 hours, 31 days, 90 days and 1 year, as well as the reward that can be expected. GUI in Qt. <a href="http://www.gnu.org/copyleft/gpl.html" rel="noopener noreferrer">GPL3</a>. Not in Quicklisp.</li>
</ul>

<ul>
<li><a href="https://github.com/glv2/peercoin-vote" rel="noopener noreferrer">peercoin-vote (⭐5)</a> -  A voting system based on data from the blockchain (addresses and balances). <a href="http://www.gnu.org/copyleft/gpl.html" rel="noopener noreferrer">GPL3</a>. Not in Quicklisp.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/01/06/"/>
    <summary>3 awesome projects updated on Jan 06, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/01/05/</id>
    <title>Awesome Cl Updates on Jan 05, 2018</title>
    <updated>2018-01-05T11:44:03.000Z</updated>
    <published>2018-01-05T11:44:03.000Z</published>
    <content type="html"><![CDATA[<h3><p>Lisp parsers</p>
</h3>
<ul>
<li><a href="https://common-lisp.net/project/anaphora/" rel="noopener noreferrer">anaphora</a> - A collection of anaphoric macros. Public domain.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/01/05/"/>
    <summary>1 awesome projects updated on Jan 05, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/01/04/</id>
    <title>Awesome Cl Updates on Jan 04, 2018</title>
    <updated>2018-01-04T21:10:13.000Z</updated>
    <published>2018-01-04T12:03:23.000Z</published>
    <content type="html"><![CDATA[<h3><p>Reference</p>
</h3>
<ul>
<li><a href="https://clos-mop.hexstreamsoft.com/" rel="noopener noreferrer">CLOS MOP specification</a> - A modern public domain online version of chapters 5 and 6 of The Art of the Metaobject Protocol</li>
</ul>

<ul>
<li><a href="http://www.cs.cmu.edu/Groups/AI/html/cltl/cltl2.html" rel="noopener noreferrer">Common Lisp the Language</a> - The original standard for Common Lisp before the ANSI spec.<ul>
<li><a href="https://github.com/mmontone/cltl2-doc" rel="noopener noreferrer">CLtL2, in PDF format (⭐13)</a></li>
</ul>
</li>
</ul>
<h3><p>Date and time / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/chaitanyagupta/chronicity" rel="noopener noreferrer">chronicity (⭐70)</a> - A natural language date and time parse, to parse strings like "3 days from now". <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD_3Clause</a>.</li>
</ul>
<h3><p>Files and directories / Third-party APIs</p>
</h3>
<ul>
<li>⭐ <a href="https://common-lisp.net/project/asdf/uiop.html" rel="noopener noreferrer">uiop</a> and its <code>pathname</code> package
(replaces <a href="http://weitz.de/cl-fad/" rel="noopener noreferrer">cl-fad</a>). uiop is part of ASDF3
and as thus is shipped in many implementations. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>

<ul>
<li><a href="https://common-lisp.net/project/osicat/" rel="noopener noreferrer">osicat</a> - A lightweight operating system interface on POSIX-like systems, including Windows (directory iteration and deletion, file permissions, file-type identification, etc) <a href="https://directory.fsf.org/wiki/License:Expat" rel="noopener noreferrer">Expat</a>.<ul>
<li>note: Osicat isn't a pure Lisp library, it relies on compiling C code and this might make your deployment harder.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/01/04/"/>
    <summary>5 awesome projects updated on Jan 04, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/01/03/</id>
    <title>Awesome Cl Updates on Jan 03, 2018</title>
    <updated>2018-01-03T10:22:22.000Z</updated>
    <published>2018-01-03T10:22:22.000Z</published>
    <content type="html"><![CDATA[<h3><p>Interfaces to other package managers</p>
</h3>
<ul>
<li><a href="https://github.com/ralt/qldeb" rel="noopener noreferrer">qldeb (⭐5)</a> -  Quicklisp systems to debian packages, along with <a href="https://github.com/ralt/deb-packager" rel="noopener noreferrer">deb-packager (⭐4)</a> (simply create a debian package by defining an s-expression). Both <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/dimitri/ql-to-deb" rel="noopener noreferrer">ql-to-deb (⭐24)</a> -  Update cl-* debian packages from Quicklisp releases. WTFPL.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/01/03/"/>
    <summary>2 awesome projects updated on Jan 03, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/12/15/</id>
    <title>Awesome Cl Updates on Dec 15, 2017</title>
    <updated>2017-12-15T18:32:33.000Z</updated>
    <published>2017-12-15T18:32:33.000Z</published>
    <content type="html"><![CDATA[<h3><p>Web frameworks / Clack plugins</p>
</h3>
<ul>
<li><a href="https://github.com/fukamachi/ningle" rel="noopener noreferrer">ningle (⭐298)</a> - A super-micro web framework. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.<ul>
<li><a href="https://github.com/dnaeon/cl-jingle" rel="noopener noreferrer">jingle (⭐62)</a> - based on ningle, adds  bells and whistles, such as middlewares.<ul>
<li>includes an OpenAPI and Swagger UI demo.</li>
</ul>
</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/12/15/"/>
    <summary>1 awesome projects updated on Dec 15, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/12/06/</id>
    <title>Awesome Cl Updates on Dec 06, 2017</title>
    <updated>2017-12-06T15:35:10.000Z</updated>
    <published>2017-12-06T15:35:10.000Z</published>
    <content type="html"><![CDATA[<h3><p>Machine Learning</p>
</h3>
<ul>
<li><a href="https://www.common-lisp.net/project/antik/" rel="noopener noreferrer">antik</a> -  a foundation for scientific and engineering computation in Common Lisp. GPL. Also <a href="https://github.com/melisgl/mgl-mat" rel="noopener noreferrer">mgl-mat (⭐72)</a> and <a href="https://github.com/tpapp/lla" rel="noopener noreferrer">LLA (⭐91)</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/12/06/"/>
    <summary>1 awesome projects updated on Dec 06, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/11/29/</id>
    <title>Awesome Cl Updates on Nov 29, 2017</title>
    <updated>2017-11-29T21:10:20.000Z</updated>
    <published>2017-11-29T21:10:20.000Z</published>
    <content type="html"><![CDATA[<h3><p>HTTP Servers / Clack plugins</p>
</h3>
<ul>
<li><a href="https://github.com/eudoxia0/clack-errors" rel="noopener noreferrer">clack-errors (⭐27)</a> - Error page middleware for Clack. Unmaintained. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/11/29/"/>
    <summary>1 awesome projects updated on Nov 29, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/11/25/</id>
    <title>Awesome Cl Updates on Nov 25, 2017</title>
    <updated>2017-11-25T03:19:37.000Z</updated>
    <published>2017-11-25T03:19:37.000Z</published>
    <content type="html"><![CDATA[<h3><p>Beginner</p>
</h3>
<ul>
<li><a href="https://cs.gmu.edu/~sean/lisp/LispTutorial.html" rel="noopener noreferrer">Lisp Quickstart</a> - A good tutorial to get up and code Common Lisp quickly.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/11/25/"/>
    <summary>1 awesome projects updated on Nov 25, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/11/24/</id>
    <title>Awesome Cl Updates on Nov 24, 2017</title>
    <updated>2017-11-24T13:18:11.000Z</updated>
    <published>2017-11-24T13:18:11.000Z</published>
    <content type="html"><![CDATA[<h3><p>Miscellaneous</p>
</h3>
<ul>
<li><a href="https://common-lisp.net/project/mcclim/" rel="noopener noreferrer">McCLIM</a> - An implementation of the Common Lisp Interface Manager, version II. <a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" rel="noopener noreferrer">GNU LGPL2.1</a>.<ul>
<li>example project: a Lem editor CLIM interface: <a href="https://github.com/lem-project/lem/discussions/1311#discussioncomment-10203860" rel="noopener noreferrer">discussion (⭐2.9k)</a>, <a href="https://framapiaf.org/@frescosecco@mastodon.social/112909105163460836" rel="noopener noreferrer">screenshot</a>.</li>
<li><a href="https://codeberg.org/contrapunctus/anathema" rel="noopener noreferrer">Anathema</a>, a theme library for McCLIM applications. Unlicense.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/11/24/"/>
    <summary>1 awesome projects updated on Nov 24, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/11/21/</id>
    <title>Awesome Cl Updates on Nov 21, 2017</title>
    <updated>2017-11-21T11:29:58.000Z</updated>
    <published>2017-11-21T11:29:58.000Z</published>
    <content type="html"><![CDATA[<h3><p>Online editors / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/sharplispers/montezuma/" rel="noopener noreferrer">montezuma (⭐57)</a> -  Full-text indexing and search for Common Lisp. <a href="https://directory.fsf.org/wiki/License:Expat" rel="noopener noreferrer">Expat</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/cbaggers/mk-string-metrics" rel="noopener noreferrer">mk-string-metrics (⭐22)</a> -
Calculate various string metrics efficiently in Common Lisp
(Damerau-Levenshtein, Hamming, Jaro, Jaro-Winkler, Levenshtein,
etc). <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>Configuration / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/fukamachi/envy" rel="noopener noreferrer">envy (⭐58)</a> - Configuration switcher. <a href="https://directory.fsf.org/wiki?title=License:FreeBSD" rel="noopener noreferrer">FreeBSD</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/11/21/"/>
    <summary>3 awesome projects updated on Nov 21, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/11/08/</id>
    <title>Awesome Cl Updates on Nov 08, 2017</title>
    <updated>2017-11-08T13:52:20.000Z</updated>
    <published>2017-11-08T13:52:20.000Z</published>
    <content type="html"><![CDATA[<h3><p>URI and IP handling / Isomorphic web frameworks</p>
</h3>
<ul>
<li><a href="https://github.com/fukamachi/quri" rel="noopener noreferrer">quri (⭐125)</a> - Another URI library for
Common Lisp. Supports userinfo, IPv6 hostname, encoding/decoding
utilities,… <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">BSD_3Clause</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/11/08/"/>
    <summary>1 awesome projects updated on Nov 08, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/10/30/</id>
    <title>Awesome Cl Updates on Oct 30, 2017</title>
    <updated>2017-10-30T16:04:28.000Z</updated>
    <published>2017-10-30T16:04:28.000Z</published>
    <content type="html"><![CDATA[<h3><p>Online editors / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/DalekBaldwin/check-it" rel="noopener noreferrer">Check-it (⭐54)</a> - A QuickCheck-style randomized property-based testing. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/10/30/"/>
    <summary>1 awesome projects updated on Oct 30, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/10/24/</id>
    <title>Awesome Cl Updates on Oct 24, 2017</title>
    <updated>2017-10-24T16:32:00.000Z</updated>
    <published>2017-10-24T16:32:00.000Z</published>
    <content type="html"><![CDATA[<h3><p>HTTP Servers / Clack plugins</p>
</h3>
<ul>
<li><a href="https://github.com/BnMcGn/clack-pretend" rel="noopener noreferrer">clack-pretend (⭐12)</a> - a testing
and debugging tool for clack. <a href="https://directory.fsf.org/wiki/License:Apache2.0" rel="noopener noreferrer">Apache2.0</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/10/24/"/>
    <summary>1 awesome projects updated on Oct 24, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/10/08/</id>
    <title>Awesome Cl Updates on Oct 08, 2017</title>
    <updated>2017-10-08T19:09:41.000Z</updated>
    <published>2017-10-08T19:09:41.000Z</published>
    <content type="html"><![CDATA[<h3><p>Online editors / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/Chream/mockingbird" rel="noopener noreferrer">Mockingbird</a> - A small
stubbing and mocking library for Common Lisp. Can also check wether
a stubbed function was called, how many times and with which
arguments. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/10/08/"/>
    <summary>1 awesome projects updated on Oct 08, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/10/02/</id>
    <title>Awesome Cl Updates on Oct 02, 2017</title>
    <updated>2017-10-02T22:35:13.000Z</updated>
    <published>2017-10-02T22:35:13.000Z</published>
    <content type="html"><![CDATA[<h3><p>Readline, ncurses and other graphical TUI helpers / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/vindarel/cl-readline" rel="noopener noreferrer">cl-readline (⭐46)</a> - a set of
functions to edit lines as they are typed in, to maintain a list of
previously-entered command lines, to recall and reedit them and
perform csh-like history expansion.  Emacs and vi editing
modes. <a href="http://www.gnu.org/copyleft/gpl.html" rel="noopener noreferrer">GPL3</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/10/02/"/>
    <summary>1 awesome projects updated on Oct 02, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/09/01/</id>
    <title>Awesome Cl Updates on Sep 01, 2017</title>
    <updated>2017-09-01T13:39:54.000Z</updated>
    <published>2017-09-01T13:39:54.000Z</published>
    <content type="html"><![CDATA[<h3><p>Plotting / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/guicho271828/eazy-gnuplot" rel="noopener noreferrer">eazy-gnuplot (⭐63)</a> - a
lispy, structure-less Gnuplot library. With its
<a href="http://guicho271828.github.io/eazy-gnuplot/" rel="noopener noreferrer">cookbook</a>. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/09/01/"/>
    <summary>1 awesome projects updated on Sep 01, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/07/25/</id>
    <title>Awesome Cl Updates on Jul 25, 2017</title>
    <updated>2017-07-25T09:37:20.000Z</updated>
    <published>2017-07-25T09:37:20.000Z</published>
    <content type="html"><![CDATA[<h3><p>Markdown / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/3b/3bmd" rel="noopener noreferrer">3bmd (⭐87)</a> - a markdown -&gt; html converter. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/07/25/"/>
    <summary>1 awesome projects updated on Jul 25, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/07/07/</id>
    <title>Awesome Cl Updates on Jul 07, 2017</title>
    <updated>2017-07-07T16:06:20.000Z</updated>
    <published>2017-07-07T16:06:20.000Z</published>
    <content type="html"><![CDATA[<h3><p>Plotting / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/volkers/vgplot" rel="noopener noreferrer">vgplot (⭐57)</a> - an interface to the
gnuplot plotting utility with the intention to resemble some of
the plot commands of octave or matlab. <a href="http://www.gnu.org/copyleft/gpl.html" rel="noopener noreferrer">GPL3</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/07/07/"/>
    <summary>1 awesome projects updated on Jul 07, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/06/28/</id>
    <title>Awesome Cl Updates on Jun 28, 2017</title>
    <updated>2017-06-28T09:40:56.000Z</updated>
    <published>2017-06-28T09:40:56.000Z</published>
    <content type="html"><![CDATA[<h3><p>Intermediate</p>
</h3>
<ul>
<li><a href="https://lispcookbook.github.io/cl-cookbook/" rel="noopener noreferrer">The Common Lisp Cookbook</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/06/28/"/>
    <summary>1 awesome projects updated on Jun 28, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/05/29/</id>
    <title>Awesome Cl Updates on May 29, 2017</title>
    <updated>2017-05-29T13:08:13.000Z</updated>
    <published>2017-05-29T13:01:47.000Z</published>
    <content type="html"><![CDATA[<h3><p>Mobile</p>
</h3>
<ul>
<li><a href="https://common-lisp.net/project/armedbear/" rel="noopener noreferrer">ABCL</a> - Armed Bear Common Lisp; targets the JVM, compiles to bytecode. <a href="https://common-lisp.net/project/armedbear/faq.shtml#qa" rel="noopener noreferrer">Standard conformance</a>. <a href="http://www.gnu.org/copyleft/gpl.html" rel="noopener noreferrer">GNU GPL3</a> with <a href="http://www.gnu.org/software/classpath/license.html" rel="noopener noreferrer">Classpath exception</a>.<ul>
<li><a href="https://gitlab.com/cl-projects/abcl-memory-compiler" rel="noopener noreferrer">abcl-memory-compiler</a> - a way to compile Java source code to create Java classes at runtime with ABCL. <a href="https://directory.fsf.org/wiki/License:Apache2.0" rel="noopener noreferrer">Apache2</a>.</li>
</ul>
</li>
</ul>
<h3><p>Intermediate</p>
</h3>
<ul>
<li><a href="http://weitz.de/cl-recipes/" rel="noopener noreferrer">Common Lisp Recipes</a> - <strong>Common Lisp Recipes</strong> is a collection of solutions to problems and answers to questions you are likely to encounter when writing real-world applications in Common Lisp. Published in 2015.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/05/29/"/>
    <summary>2 awesome projects updated on May 29, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/05/08/</id>
    <title>Awesome Cl Updates on May 08, 2017</title>
    <updated>2017-05-08T12:27:18.000Z</updated>
    <published>2017-05-08T12:27:18.000Z</published>
    <content type="html"><![CDATA[<h3><p>Beginner</p>
</h3>
<ul>
<li><a href="http://www.gigamonkeys.com/book/" rel="noopener noreferrer">Practical Common Lisp</a> - A good introductory text to Common Lisp, with practical examples.</li>
</ul>

<ul>
<li><a href="http://landoflisp.com/" rel="noopener noreferrer">Land of Lisp</a> - A fun, game-oriented introduction to Common Lisp.</li>
</ul>
<h3><p>Advanced</p>
</h3>
<ul>
<li><a href="http://letoverlambda.com/" rel="noopener noreferrer">Let Over Lambda</a> - A book on advanced macro techniques. All eight chapters are available in the print copy.</li>
</ul>

<ul>
<li><a href="http://www.paulgraham.com/onlisp.html" rel="noopener noreferrer">On Lisp</a> - Paul Graham's amazing book on Lisp macros (and other interesting things).</li>
</ul>

<ul>
<li><a href="http://www.goodreads.com/book/show/1175730.Object_Oriented_Programming_in_Common_LISP" rel="noopener noreferrer">Object-Oriented Programming in Common Lisp: A Programmer's Guide to CLOS</a> - An old, but very thorough book on CLOS.</li>
</ul>

<ul>
<li><a href="http://norvig.com/paip.html" rel="noopener noreferrer">Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp</a> - A book on programming AI that covers some advanced Lisp.<ul>
<li>with a web version: <a href="https://norvig.github.io/paip-lisp/#/" rel="noopener noreferrer">https://norvig.github.io/paip-lisp/</a></li>
<li><a href="https://github.com/norvig/paip-lisp" rel="noopener noreferrer">PAIP-lisp (⭐7.4k)</a> -  Lisp code for the textbook "Paradigms of Artificial Intelligence Programming".</li>
</ul>
</li>
</ul>
<h3><p>Reference</p>
</h3>
<ul>
<li><a href="http://clqr.boundp.org/index.html" rel="noopener noreferrer">Common Lisp Quick Reference</a> - A distilled, pocket-size version of the ANSI CL spec. Available for download as a PDF.</li>
</ul>

<ul>
<li><a href="http://www.lispworks.com/documentation/lw50/CLHS/Front/index.htm" rel="noopener noreferrer">CLHS</a> - The Common Lisp HyperSpec; the ANSI CL standard, in hypertext form.</li>
</ul>
<h3><p>Intermediate</p>
</h3>
<ul>
<li><a href="http://www.paulgraham.com/acl.html" rel="noopener noreferrer">ANSI Common Lisp</a> - A thorough, practical covering of the entire language, with exercises. Not recommended as a starter text, due to <a href="http://www.cs.northwestern.edu/academics/courses/325/readings/graham/graham-notes.html" rel="noopener noreferrer">some caveats</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/05/08/"/>
    <summary>9 awesome projects updated on May 08, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/04/26/</id>
    <title>Awesome Cl Updates on Apr 26, 2017</title>
    <updated>2017-04-26T13:07:56.000Z</updated>
    <published>2017-04-26T13:07:56.000Z</published>
    <content type="html"><![CDATA[<h3><p>Other scripting utilities / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://shaunlebron.github.io/parinfer/" rel="noopener noreferrer">Parinfer</a> - Parinfer is a way to edit lisp code that helps to keep both the indentation and the parenthesis balanced. It is easy to start with and yet it offers advanced features à la Paredit. It is available on many editors (Emacs, Vim, Neovim, Atom, Sublime Text, Visual Studio Code, LightTable, CodeMirror,…).</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/04/26/"/>
    <summary>1 awesome projects updated on Apr 26, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/03/07/</id>
    <title>Awesome Cl Updates on Mar 07, 2017</title>
    <updated>2017-03-07T17:09:23.000Z</updated>
    <published>2017-03-07T17:09:23.000Z</published>
    <content type="html"><![CDATA[<h3><p>Natural Language Processing</p>
</h3>
<ul>
<li><a href="https://github.com/vseloved/cl-nlp" rel="noopener noreferrer">cl-nlp (⭐236)</a> - Natural language processing toolset. <a href="https://directory.fsf.org/wiki/License:Apache2.0" rel="noopener noreferrer">Apache2.0</a>.</li>
</ul>
<h3><p>C, C++</p>
</h3>
<ul>
<li><a href="https://github.com/fukamachi/sxql" rel="noopener noreferrer">sxql (⭐412)</a> - A DSL for generating SQL. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">3-clause BSD</a>.<ul>
<li>NEW as of Oct, 2025: a <a href="https://github.com/fukamachi/sxql/blob/master/COMPOSER.md" rel="noopener noreferrer">composable query builder (⭐412)</a>. Queries become first-class values that can be derived, combined, and reused without side effects.</li>
</ul>
</li>
</ul>
<h3><p>ORMs</p>
</h3>
<ul>
<li><a href="https://github.com/fukamachi/datafly" rel="noopener noreferrer">datafly (⭐106)</a> - A lightweight database library. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">3-clause BSD</a>.</li>
</ul>
<h3><p>Java</p>
</h3>
<ul>
<li><a href="https://common-lisp.net/project/cl-plus-j/" rel="noopener noreferrer">cl+j</a> - A JNI-based interface to a JVM via CFFI. Not available on Quicklisp. Does not reliably work with all implementations. <a href="https://directory.fsf.org/wiki/License:Expat" rel="noopener noreferrer">Expat</a>.</li>
</ul>
<h3><p>Miscellaneous</p>
</h3>
<ul>
<li><a href="http://www.xach.com/lisp/vecto/" rel="noopener noreferrer">Vecto</a> - Simple vector drawing library. <a href="https://directory.fsf.org/wiki?title=License:FreeBSD" rel="noopener noreferrer">FreeBSD</a>.</li>
</ul>

<ul>
<li><a href="http://www.xach.com/lisp/zpng/" rel="noopener noreferrer">zpng</a> - A library for creating PNG files. <a href="https://directory.fsf.org/wiki?title=License:FreeBSD" rel="noopener noreferrer">FreeBSD</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/rpav/cl-cairo2" rel="noopener noreferrer">cl-cairo2 (⭐67)</a> - Cairo bindings. <a href="https://directory.fsf.org/wiki/License:Boost1.0" rel="noopener noreferrer">Boost 1.0</a></li>
</ul>

<ul>
<li><a href="http://weitz.de/cl-gd/" rel="noopener noreferrer">cl-gd</a> - A library providing an interface to the GD graphics library. <a href="https://directory.fsf.org/wiki?title=License:FreeBSD" rel="noopener noreferrer">FreeBSD</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/anwyn/cl-horde3d/" rel="noopener noreferrer">cl-horde3d (⭐15)</a> - FFI bindings to the Horde3D graphics library. Not available on Quicklisp. <a href="https://directory.fsf.org/wiki/License:EPLv1.0" rel="noopener noreferrer">EPL 1.0</a></li>
</ul>

<ul>
<li><a href="https://github.com/3b/cl-opengl" rel="noopener noreferrer">cl-opengl (⭐292)</a> - CFFI bindings to OpenGL, GLU and GLUT APIs. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">3-clause BSD</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/lispgames/cl-sdl2" rel="noopener noreferrer">cl-sdl2 (⭐336)</a> - Bindings for SDL2 using C2FFI. <a href="https://directory.fsf.org/wiki/License:Expat" rel="noopener noreferrer">Expat</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/BradWBeer/CLinch" rel="noopener noreferrer">CLinch (⭐274)</a> - Common Lisp 2D/3D graphics engine for OpenGL. <a href="https://directory.fsf.org/wiki?title=License:FreeBSD" rel="noopener noreferrer">FreeBSD</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/tkych/donuts" rel="noopener noreferrer">donuts (⭐26)</a> - Graphviz interface for Common Lisp. <a href="https://directory.fsf.org/wiki/License:Expat" rel="noopener noreferrer">Expat</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/lispbuilder/lispbuilder" rel="noopener noreferrer">lispbuilder-sdl (⭐202)</a> - A set of bindings for SDL. <a href="https://directory.fsf.org/wiki/License:Expat" rel="noopener noreferrer">Expat</a>.</li>
</ul>
<h3><p>Beginner</p>
</h3>
<ul>
<li><a href="http://www.cs.cmu.edu/afs/cs.cmu.edu/user/dst/www/LispBook/index.html" rel="noopener noreferrer">Common LISP: A Gentle Introduction to Symbolic Computation</a> - A nice introduction into the language.</li>
</ul>
<h3><p>HTTP Servers</p>
</h3>
<ul>
<li><a href="https://github.com/orthecreedence/wookie" rel="noopener noreferrer">wookie (⭐193)</a> - Asynchronous HTTP server. <a href="https://directory.fsf.org/wiki/License:Expat" rel="noopener noreferrer">Expat</a>.</li>
</ul>
<h3><p>Javascript / Isomorphic web frameworks</p>
</h3>
<ul>
<li><a href="http://marijnhaverbeke.nl/cl-javascript/" rel="noopener noreferrer">CL-JavaScript</a> - A translator from Javascript to Common Lisp. Not available on Quicklisp. <a href="https://directory.fsf.org/wiki/License:Expat" rel="noopener noreferrer">Expat</a>.</li>
</ul>

<ul>
<li><a href="http://marijnhaverbeke.nl/parse-js/" rel="noopener noreferrer">parse-js</a> - A package for parsing ECMAScript 3. <a href="https://directory.fsf.org/wiki/License:Zlib" rel="noopener noreferrer">zlib</a>.</li>
</ul>
<h3><p>Websockets / Hosting platforms</p>
</h3>
<ul>
<li><a href="https://github.com/sionescu/iolib" rel="noopener noreferrer">iolib (⭐152)</a> - I/O library. <a href="https://directory.fsf.org/wiki/License:Expat" rel="noopener noreferrer">Expat</a>.<ul>
<li>"IOlib is to be a better and more modern I/O library than the standard Common Lisp library. It contains: a socket library, a DNS resolver, an I/O multiplexer, a pathname library and file-system utilities."</li>
</ul>
</li>
</ul>
<h3><p>Others / Web project skeletons and generators</p>
</h3>
<ul>
<li><a href="https://github.com/paddymul/css-lite" rel="noopener noreferrer">css-lite (⭐81)</a> - A CSS grammar. <a href="https://directory.fsf.org/wiki/License:Expat" rel="noopener noreferrer">Expat</a>.</li>
</ul>
<h3><p>Others / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://common-lisp.net/project/gsll/" rel="noopener noreferrer">GSLL</a> - GNU Scientific Library for Lisp; allows the use of the GSL from Common Lisp. <a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" rel="noopener noreferrer">GNU LGPL2.1</a>.</li>
</ul>
<h3><p>Utils / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/zkat/chanl" rel="noopener noreferrer">chanl (⭐179)</a> - Portable, channel-based concurrency. <a href="https://directory.fsf.org/wiki/License:Expat" rel="noopener noreferrer">Expat</a>, with parts under <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">3-clause BSD</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/orthecreedence/cl-async" rel="noopener noreferrer">cl-async (⭐293)</a> - A library for general-purpose, non-blocking programming. <a href="https://directory.fsf.org/wiki/License:Expat" rel="noopener noreferrer">Expat</a>.</li>
</ul>
<h3><p>Vim &amp; Neovim / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/kovisoft/slimv" rel="noopener noreferrer">SLIMV (⭐476)</a> - Superior Lisp Interaction Mode for Vim; a full-blown environment for Common Lisp inside of Vim. No license specified.</li>
</ul>
<h3><p>Online editors / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/tkych/quicksearch" rel="noopener noreferrer">quicksearch (⭐53)</a> - Look up online libraries from the REPL. <a href="https://directory.fsf.org/wiki/License:Expat" rel="noopener noreferrer">Expat</a>.</li>
</ul>
<h3><p>Other / Third-party APIs</p>
</h3>
<ul>
<li><a href="https://github.com/cl-babel/babel" rel="noopener noreferrer">babel (⭐102)</a> - A charset encoding/decoding library. <a href="https://directory.fsf.org/wiki/License:Expat" rel="noopener noreferrer">Expat</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/rpav/fast-io" rel="noopener noreferrer">fast-io (⭐155)</a> - Fast octet-vector/stream I/O. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">3-clause BSD</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/melisgl/named-readtables" rel="noopener noreferrer">named-readtables (⭐73)</a> - Provides a readtable namespace, akin to package namespaces. <a href="https://directory.fsf.org/wiki/License:BSD_3Clause" rel="noopener noreferrer">3-clause BSD</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/a0-prw/simple-currency" rel="noopener noreferrer">simple-currency (⭐8)</a> - A currency conversion library using daily information published by the ECB. <a href="https://directory.fsf.org/wiki?title=License:FreeBSD" rel="noopener noreferrer">FreeBSD</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/trivial-garbage/trivial-garbage" rel="noopener noreferrer">trivial-garbage (⭐47)</a> - A portable finalizer, weak hash-table and weak pointer API. Public domain.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/03/07/"/>
    <summary>30 awesome projects updated on Mar 07, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/12/21/</id>
    <title>Awesome Cl Updates on Dec 21, 2016</title>
    <updated>2016-12-21T17:27:19.000Z</updated>
    <published>2016-12-21T17:27:19.000Z</published>
    <content type="html"><![CDATA[<h3><p>HTTP Servers</p>
</h3>
<ul>
<li><a href="https://github.com/fukamachi/woo" rel="noopener noreferrer">woo (⭐1.4k)</a> - A fast non-blocking HTTP server on top of libev. <a href="https://opensource.org/licenses/MIT" rel="noopener noreferrer">MIT</a>.</li>
</ul>
<h3><p>Web frameworks / Clack plugins</p>
</h3>
<ul>
<li><a href="https://github.com/fukamachi/caveman" rel="noopener noreferrer">Caveman (⭐807)</a> - A powerful web framework. <a href="http://opensource.franz.com/preamble.html" rel="noopener noreferrer">LLGPL</a>.
Example projects: <a href="https://github.com/quickdocs" rel="noopener noreferrer">Quickdocs</a></li>
</ul>
<h3><p>Javascript / Isomorphic web frameworks</p>
</h3>
<ul>
<li><a href="https://github.com/jscl-project/jscl" rel="noopener noreferrer">JSCL (⭐941)</a> - A CL-to-JS compiler designed to be self-hosting from day one. GPL3.0.<ul>
<li>full support of <code>format</code>(<a href="https://github.com/jscl-project/jscl/pull/525" rel="noopener noreferrer">pull request (⭐941)</a>)</li>
<li>supports <code>loop</code>(<a href="https://github.com/jscl-project/jscl/tree/master/tests/loop" rel="noopener noreferrer">tests (⭐941)</a>) and <code>CLOS</code>(<a href="https://github.com/jscl-project/jscl/blob/master/tests/clos.lisp" rel="noopener noreferrer">tests (⭐941)</a>)</li>
<li><a href="https://jscl-project.github.io/" rel="noopener noreferrer">live playground</a></li>
<li>🔥 <a href="https://wiki3-ai.github.io/jscl-kernel/" rel="noopener noreferrer">live JupyterLite playground</a> (Wasm powered Jupyter running in the browser). Project source: <a href="https://github.com/wiki3-ai/jscl-kernel" rel="noopener noreferrer">jscl-kernel (⭐3)</a>.</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/12/21/"/>
    <summary>3 awesome projects updated on Dec 21, 2016</summary>
  </entry>
</feed>