[go: up one dir, main page]

Showing 144 open source projects for "common lisp"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • La version gratuite d'Auth0 s'enrichit ! Icon
    La version gratuite d'Auth0 s'enrichit !

    Gratuit pour 25 000 utilisateurs avec intégration Okta illimitée : concentrez-vous sur le développement de vos applications.

    Vous l'avez demandé, nous l'avons fait ! Les versions gratuite et payante d'Auth0 incluent des options qui vous permettent de développer, déployer et faire évoluer vos applications en toute sécurité. Utilisez Auth0 dès maintenant pour découvrir tous ses avantages.
    Essayez Auth0 gratuitement
  • 1

    Common Lisp Wrapper for Proj

    CFFI glue code to use Proj.4 library in Lisp

    CFFI glue and bindings for the Proj.4 library to provide a wealth of geographical projections in Common Lisp environment. PROJ.4 is a Cartographic Projections library originally written by Gerald Evenden then of the USGS. CL-PROJ provides complete bindings for this library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Readable Lisp S-expressions

    Readable Lisp/S-expressions with infix, functions, and indentation

    This project is dedicated to developing more readable format(s) for Lisp-based languages (such as Common Lisp and Scheme) and implementing those formats (readers, pretty-printers, editor macros, etc.). MIT license preferred, to spread them widely.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Ulubis

    Ulubis

    A Wayland compositor written in Common Lisp

    Ulubis is a Wayland compositor written in Common Lisp, inspired by FVWM and StumpWM. It’s built for live hacking—developers can modify behavior at runtime via SLIME. Though early-stage, its aim is a fully Lisp-configurable compositor with custom modes and window management logic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    StarkOX

    StarkOX

    Open Source Robot Operating System

    StarkOX, the first universal Open Source AI Robot Operating System. It provides easy to use hardware abstraction and commonly-used functionality. Furthermore, strong cognitive functions, voice and pattern detection together with a new powerful scripting language provide possibilities to create and share abstract behavior patterns.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5

    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
  • 6

    Romance MMO Game Development Framework

    Massively multiplayer online game server and client framework

    ... 1.1) and server-side Bullet physics, as well as extremely powerful AI development utilities for logical agent characters. The server is mostly in Common Lisp, the client in Parenscript/JavaScript, and some tools are in Perl and Emacs Lisp.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    An implementation of the Joint Generation Algorithm of Fredman and Khachiyan for the computation of a dual pair of monotone boolean formulas in DNF (hypergraph transversals, extreme rays of polyhedral cones...). User-replaceable oracle.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Collection of Common Lisp Packages that may be useful to the average Common Lisp programmer which are not available elsewhere.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    OpenAxiom: Scientific Computation System

    A system for computer algebra and symbolic mathematics

    OpenAxiom is an open source Computer Algebra System. It offers an interactive environment, an expressive programming language, a compiler, a large set of mathematical libraries of interest to researchers and practitioners of computational sciences.
    Downloads: 11 This Week
    Last Update:
    See Project
  • Zendesk: The Complete Customer Service Solution Icon
    Zendesk: The Complete Customer Service Solution

    Discover AI-powered, award-winning customer service software trusted by 200k customers

    Equip your agents with powerful AI tools and workflows that boost efficiency and elevate customer experiences across every channel.
    Learn More
  • 10

    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
  • 11
    This is a parser in Java for Lisp S-expressions. An S-expression or sexp (for symbolic expression) is a convention for representing data using parentheses.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    cl-ntriples

    N-Triples parser for Common Lisp

    A basic parser and a set of simple utilities to parse N-Triples data. N-Triples provides a simple format for representation of Semantic Web/W3C RDF semantic data. CL-NTRIPLES provides a simple and easy to use parser for Common Lisp applications. Check the project Wiki (see link above) for additional documentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    CIOS Audio Core

    CIOS Audio Core

    A cross platform audio inteface

    CIOS Audio Core is the infrastructure and subsystem in Collective Intelligence Operation System. It is a cross platforms audio abstract interface, supports including Mac OS X, Linux, Android, iPhone OS and Windows 7.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    STMX

    High-performance transactional memory for Common Lisp

    STMX is a high-performance Common Lisp library for composable Transactional Memory (TM), a concurrency control mechanism aimed at making concurrent programming easier to write and understand. Instead of traditional lock-based programming, one programs with atomic memory transactions: if a memory transaction returns normally it gets committed, if instead it signals an error (Lisp slang for throwing an exception) it is rolled back. Memory transactions can safely run in parallel in different...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Acheron is a Common Lisp (CL) to JavaScript (JS) compiler. Programs are written in a subset of CL and after compilation executed in a webbrowser. Acheron has native functions that are written in JS and are the bridge between CL and JS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    STEP ToyBox is a project which develops various small applications for processing EXPRESS (ISO 10303-11) schemas and/or STEP Part 21 (ISO 10303-21) data files. Some are command line only while others are GUI based.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SNMP (Simple Network Management Protocol) for Common Lisp, UDP Networking for LispWorks, ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    On Lisp (Chinese Translation)

    Chinese translation of Paul Graham's On Lisp

    The Chinese translation of Paul Graham's famous book: On Lisp.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    droite is a correction of eS expression parsers implemented in many different programming languages. Its usefulness is the same as JSON but droite utilizes eS expression, a Gauche scheme interpreter friendly S expression variant.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    cl-page-serve

    cl-page-serve is a Common Lisp container similar to JSP or PHP

    cl-page-serve is a Common Lisp application container similar to JSP or PHP but running currently under sbcl, a well known Common Lisp free implementations. The package contains a very simple server which runs behind an Apache server, via mod_lisp. The cl-page-serve tar.gz package on Sourceforge contains all the components allowing an easy deployment of the application on Debian Linux (Wheezy). Included are the cl-page-serve application server itself, plus a prototype framework and smaller...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Menace of the Mines

    A fast-paced Common-Lisp roguelike

    Menace of the Mines is a fast-paced roguelike written in Common Lisp that has tons of monsters, many different classes and races and a unique magic system. (Well that's the goal). The game is under active development and runs on Windows and Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Deep Space Window Manager

    Pure common lisp tiling window manager

    Deep Space Window Manager is a tiling window manager, oriented for good usability with minimum startup configuration and good integration with EMACS. DSWM based on StumpWM code. Now project is under hard development so has many experimental features.
    Downloads: 1 This Week
    Last Update:
    See Project