Showing 61 open source projects for "delphi open source"

View related business solutions
  • 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
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 1
    SBCL

    SBCL

    Mirror of Steel Bank Common Lisp (SBCL)'s repository

    Steel Bank Common Lisp (SBCL) is a high-performance Common Lisp compiler. It is open-source/free software, with a permissive license. In addition to the compiler and runtime system for ANSI Common Lisp, it provides an interactive environment including a debugger, a statistical profiler, a code coverage tool, and many other extensions. SBCL runs on Linux, various BSDs, macOS, Solaris, and Windows. See the download page for supported platforms, and the getting started guide for additional help...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 2
    Qlot

    Qlot

    A project-local library installer for Common Lisp

    Qlot is a project-local library installer for Common Lisp, utilizing the Quicklisp facility. It enables developers to manage dependencies on a per-project basis, ensuring consistent environments and avoiding conflicts between projects. Qlot is akin to Bundler for Ruby or Carton for Perl, providing a familiar experience for developers from other ecosystems.​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    COOK tool

    COOK tool

    Software build-automation tool written in Common Lisp

    COOK is a software build-automation tool made with a goal of letting you, the programmer, to utilize the most elegant and powerful programming language - Common Lisp - for managing your software builds. You write a recipe file which describes what objectives must be constructed. COOK will load and process this file, then produce either a regular Makefile or a Bourne Shell script, which will actually perform the task of building and installing your targets.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4

    HELambdaP

    A Common Lisp documentation system.

    HELambdap is a Common Lisp documentation system which strives to be simple to use, yet easily customizable.
    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
  • 5
    CLAST

    CLAST

    Parsing, AST and "walking" for Common Lisp code.

    The CLAST library provides parsing, AST manipulation and "walking" for Common Lisp code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    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
  • 8
    Axiom is a computer algebra system. It consists of an interpreter, a compiler and a library of algorithms. Axiom is an excellent research platform as well as a useful tool for scientific programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This Project will administer an exam on an applet using 4 answer mutliple choice questions. Only one answer may be selected per question. Later we may improve this but for now this is the scope. We will use XML to read and write exams.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 10
    The Common Lisp Reasoner extends the Common Lisp Object System (CLOS) to incorporate a powerful rule language suitable for all kinds of reasoning tasks, vanilla XML and RDF/XML interfaces, and support for a variety of AI-related applications, such as scheduling, planning and diagnosis.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

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

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

    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: 10 This Week
    Last Update:
    See Project
  • 14

    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
  • 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...
    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: 1 This Week
    Last Update:
    See Project
  • 17
    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
  • 18

    On Lisp (Chinese Translation)

    Chinese translation of Paul Graham's On Lisp

    The Chinese translation of Paul Graham's famous book: On Lisp.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Haskellesque lazy-list and functional tools with a Common Lisp slant.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    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
  • 21
    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
  • 22

    CL-FastWeb

    Web development framework for Common Lisp

    Web development framework for Common Lisp, based on FastCGI with integrated WiKi. It is tested mainly on SBCL, but should work on most Common Lisp implementations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Lioness (Languages Interop Framework)
    Framework for making Windows applications that are one .exe file in AutoHotKey_L,C++,C#, VB.NET,Java,Groovy,Common Lisp,Nemerle,Ruby,Python,PHP,Lua,Tcl,Perl,Jint,S#,WSH VBScript,HTML/JavaScript/CSS,COM, PowerShell without compiling . For .NET 4.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    Common Lisp MVC web framework
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    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
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
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.