[go: up one dir, main page]

Open Source Common Lisp Software for Windows - Page 3

Common Lisp Software for Windows

View 25599 business solutions

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

  • 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
  • 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
  • 1
    LispSharp is a fully compiled lisp implementation for the .NET Framework. It uses a Lisp dialect similar to ISO Lisp, it has a Command-line toplevel compiler with Read Compile Print Loop.It references any .NET DLL and produces standard .NET assembly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    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
  • 3
    There are not so many chess implementations in LISP (at least, to my knowledge) Here is one. No hay muchas implementaciones del ajedrez en LISP (que yo sepa) Ahí va una.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    NTW is a cross-platform client/server protocol and widget toolkit that allows efficient remote operation, even over slow networks. Its goal is to be able to serve hundreds of remote clients with a single inexpensive server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • 5
    Redtail is a scripting engine library and script language. The Redtail library provides the ability to execute Scheme-like Redtail scripts from within an application, increasing flexibility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    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
  • 7

    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 threads, are re-executed from the beginning in case of conflicts or if consistent reads cannot be guaranteed, and effects of a transaction are not visible from other threads until it commits. STMX gives freedom from deadlocks, automatic rollback on failure, and it aims at resolving the tension between granularity and concurrency.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Snow is a Lisp-based GUI description DSL for Swing. It supports declarative layout, data binding, event listeners implemented in Java or Lisp. NOTE: the project is now hosted on common-lisp.net.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Soulski, an open source Soulseek client for Windows written in Common Lisp.
    Downloads: 0 This Week
    Last Update:
    See Project
  • New Relic provides the most powerful cloud-based observability platform built to help companies create more perfect software. Icon
    New Relic provides the most powerful cloud-based observability platform built to help companies create more perfect software.

    Get a live and in-depth view of your network, infrastructure, applications, end-user experience, machine learning models and more.

    Correlate issues across your stack. Debug and collaborate from your IDE. AI assistance at every step. All in one connected experience - not a maze of charts.
    Start for Free
  • 10
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A portable and retargetable lexer/parser generator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    An ACT-R 6.0 module built from the WordNet lexical database (ACT-R/WN-LEXICAL)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ABCL-web is a web-framework using Armed Bear Common Lisp as a Java Servlet
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    alien-sdl contains SDL foreign function interface bindings for SBCL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    chords-malware-analyzer

    Chords is binary file strings extractor, with many formats supported.

    Chords is strings on steroids. Is able to extract strings from files just like strings, but it also supports windows wide string, base64 and hexadecimal strings (with decoding support) and automatic recognition of Indicators of Compromise (IOCs). It has been developed to support the malware analysis process, but is a general purpose tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    CL-BF - Brainf**k interpreter, virtual machine and code generator written in Common Lisp.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    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
  • 18
    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
  • 19
    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
  • 20

    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
  • 21
    date - Format a local time/date
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Swap file is a fixed block size storage library implemented in Common Lisp.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    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
  • 24
    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
  • 25
    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