Open Source Common Lisp Software Development Software - Page 3

Common Lisp Software Development Software

View 5717 business solutions

Browse free open source Common Lisp Software Development Software and projects below. Use the toggles on the left to filter open source Common Lisp Software Development Software by OS, license, language, programming language, and project status.

  • Simply solve complex auth. Easy for devs to set up. Easy for non-devs to use. Icon
    Simply solve complex auth. Easy for devs to set up. Easy for non-devs to use.

    Transform user access with Frontegg CIAM: login box, SSO, MFA, multi-tenancy, and 99.99% uptime.

    Custom auth drains 25% of dev time and risks 62% more breaches, stalling enterprise deals. Frontegg platform delivers a simple login box, seamless authentication (SSO, MFA, passwordless), robust multi-tenancy, and a customizable Admin Portal. Integrate fast with the React SDK, meet compliance needs, and focus on innovation.
    Start for Free
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights.
    Click to perfect your product now.
  • 1
    Binary file format provides interface for Common Lisp to read and write binary files in a simple way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    cl-bmp is a simple library to read BMP files. The library is implemented in Common Lisp.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    B-Tree implemented in Common Lisp. Stores key/value pairs onto disk based data structure. Current implementation has been tested with SBCL. Project was originally at alien-consader.org but is now made available at SourceForge.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    date - Format a local time/date
    Downloads: 0 This Week
    Last Update:
    See Project
  • No-Nonsense Code-to-Cloud Security for Devs | Aikido Icon
    No-Nonsense Code-to-Cloud Security for Devs | Aikido

    Connect your GitHub, GitLab, Bitbucket, or Azure DevOps account to start scanning your repos for free.

    Aikido provides a unified security platform for developers, combining 12 powerful scans like SAST, DAST, and CSPM. AI-driven AutoFix and AutoTriage streamline vulnerability management, while runtime protection blocks attacks.
    Start for Free
  • 5

    cl-string-match

    String matching algorithms implementation for Lisp

    Common Lisp provides a SEARCH function to lookup given keys in a string, but its implementation can be subotimal: it can be beaten in some cases by even the simpliest brute-force algorithm. This project is aimed at implementing robust string matching algorithms for Common Lisp.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Swap file is a fixed block size storage library implemented in Common Lisp.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    cl-tap-producerX is a testing framework for Common Lisp which produces reports in the TAP (Test Anything Protocol) format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Toolbox contains a few common utilities used in other projects. Toolbox has also for example a generic non-trivial double-linked list implementation which uses SBCL's weak-pointers when referencing to previous item.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Simple unit test utility for Common Lisp. Utility's unit tests are implemented with the utlity itself and unit tests cover 100% of the code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Sales CRM and Pipeline Management Software | Pipedrive Icon
    Sales CRM and Pipeline Management Software | Pipedrive

    The easy and effective CRM for closing deals

    Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
    Try it for free
  • 10
    cl-wal is a simple write ahead log library implemented in Common Lisp. Write ahead log writes entries first to a journal and then to master stream.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Backwards mappable double linked list for Common Lisp.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    clg-fireproof

    A fork of CLG project (Common Lisp bindings to GTK+ v2.x)

    Highly automated Common Lisp bindings for GTK+ v2.x by Espen S. Johnsen. The CLG library uses GLib introspection feature to build the binding system. This fork incorporates the fixes to run the system on the stable version of Debian Linux distribution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Common Lisp MVC web framework
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    gennf is a distributed version management system with code signing support written in Common Lisp incorporating ideas from Meta-CVS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Iterate (http://www.cl-user.net/asp/libs/iterate) patched to allow (iter (:for i from 1 to 10) (:collect i)) instead of (iter (for i from 1 to 10) (collect i))
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    libsockets

    libsockets

    Convenience sockets library for FreeBSD and GNU/Linux

    Takes care of all needed repetitive low-level initialization and allows you to quickly create the following types of sockets: * TCP server * TCP client * UDP unicast producer * UDP unicast consumer * UDP multicast producer * UDP multicast consumer * CAN socket (Linux only) CLI programs: * broadcast-hear - tests for incoming unicast/multicast traffic; * broadcast-roar - continuously sends user-specified unicast/multicast messages; * recast - converts unicast to multicast (and vice-versa) packets; * cancom - communicate over CAN bus (generate/send/receive messages, ping other nodes).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    oloman

    use OpenOffice/LibreOffice to create troff man pages

    oloman can assist in creating troff man pages from .odt files. It works by recognizing specially-named styles in the original document (such as "manpage section header" or "manpage hyperlink"). Only the names matter, not the styles themselves, so you can give the html, PDF, or other version any appearance you like. Procedure: (1) Create a man page in OpenOffice or LibreOffice using specially-named styles (2) Export as .xhtml (3) Run oloman to convert exported xhtml to troff.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    sbcl-dragonfly

    File releases for sbcl-dragonfly on github

    SBCL ported to DragonFly BSD
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    sexpreader is a library which can be used by compiler or interpreter writers who want to read LISP-like constructs. This library can read in various tokens like integers, floats, symbols, strings, characters, booleans and parenthesis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Common Lisp extension that facilitates the use of infix notation for unary and binary operators. Includes arithmetic, logic, binary functions, assignment, sequencing. Allows to include s-exprs in an infix expr and vice versa. http://subx.sourceforge.net/
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.