Open Source Scheme Software

Scheme Software

Scheme Clear Filters

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

  • Comprehensive Cybersecurity to Safeguard Your Organization | SOCRadar Icon
    Comprehensive Cybersecurity to Safeguard Your Organization | SOCRadar

    See what hackers already know about your organization – and stop them from getting in.

    Protect your organization from cyber threats with SOCRadar’s cutting-edge threat intelligence. Gain 360° visibility into your digital assets, monitor the dark web, and stay ahead of hackers with real-time insights. Start for free and transform your cybersecurity today.
    Free Trial
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    GnuCash

    GnuCash

    Personal and small-business finance manager

    GnuCash is a personal and small-business finance manager with a check-book like register GUI to enter and track bank accounts, stocks, income and expenses. GnuCash is designed to be simple and easy to use but still based on formal accounting principles.
    Leader badge
    Downloads: 7,164 This Week
    Last Update:
    See Project
  • 2
    An implementation of DSSSL, a style language to format SGML or XML documents. OpenJade contains backends for various formats (RTF, HTML, TeX, MIF, SGML2SGML, and FOT). This project also maintains OpenSP.
    Leader badge
    Downloads: 245 This Week
    Last Update:
    See Project
  • 3
    Repository for porting and creating GPL licensed scripts for the latest GIMP. At the moment that is 2.6. In the future this effort can be directed towards newer versions easily while still providing a source for older versions of scripts.
    Downloads: 109 This Week
    Last Update:
    See Project
  • 4

    Linux GPIB Support

    Linux GPIB Driver package (source)

    The Linux GPIB Package is a support package for GPIB (IEEE 488.2) hardware. The package contains a development environment consisting of a GPIB library written in C, kernel driver modules, and bindings for several other languages.
    Leader badge
    Downloads: 57 This Week
    Last Update:
    See Project
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
    Learn More
  • 5
    EDE

    EDE

    A light desktop environment for UNIX operating systems.

    EDE is fast desktop environment with familiar look and feel. It should work fine on slower computers too.
    Leader badge
    Downloads: 31 This Week
    Last Update:
    See Project
  • 6
    Racket

    Racket

    The Racket repository

    Racket is a general-purpose programming language and an ecosystem for language-oriented programming. This repository holds the source code for the core of Racket plus some related packages. The rest of the Racket distribution source code is in other repositories, mostly under the Racket GitHub organization. Racket programmers typically program with functions, records, objects, exceptions, regular expressions, modules, and threads. That is, instead of a “minimalist” language, which is the way that Scheme is often described, Racket offers a rich language with an extensive set of libraries and tools. Libraries are not restricted to exporting values, such as functions; they can also define new syntactic forms. In this sense, Racket isn’t exactly a language at all; it’s more of an idea for how to structure a language so that you can extend it or create entirely new languages.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7

    Snd

    Snd is a sound editor

    Snd is a sound editor.
    Leader badge
    Downloads: 39 This Week
    Last Update:
    See Project
  • 8
    TinyScheme

    TinyScheme

    A tiny Scheme interpreter for embedding in programs.

    TinyScheme is a Scheme interpreter that can execute Scheme code but is also suitable for embedding in programs. The goal is to keep the interpreter small while providing as much compatability with Scheme standards as possible.
    Leader badge
    Downloads: 54 This Week
    Last Update:
    See Project
  • 9

    Gauche

    R7RS Scheme scripting engine

    Gauche is an R7RS Scheme implementation aimed to be a handy tool for daily works. Quick startup, built-in system interface and native multilingual support are some of the goals.
    Downloads: 32 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
    Chez Scheme

    Chez Scheme

    A programming language and an implementation of that language

    Chez Scheme is both a programming language and an implementation of that language, with supporting tools and documentation. As a superset of the language described in the Revised6 Report on the Algorithmic Language Scheme (R6RS), Chez Scheme supports all standard features of Scheme, including first-class procedures, proper treatment of tail calls, continuations, user-defined records, libraries, exceptions, and hygienic macro expansion. The Chez Scheme implementation consists of a compiler, run-time system, and programming environment. Although an interpreter is available, all code is compiled by default. Source code is compiled on-the-fly when loaded from a source file or entered via the shell. A source file can also be precompiled into a stored binary form and automatically recompiled when its dependencies change. Whether compiling on the fly or precompiling, the compiler produces optimized machine code, with some optimization across separately compiled library boundaries.
    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: 6 This Week
    Last Update:
    See Project
  • 12
    Relax NG Compact Syntax validator
    Leader badge
    Downloads: 21 This Week
    Last Update:
    See Project
  • 13
    A quantitative finance C++ library for modeling, pricing, trading, and risk management in real-life. A cross-platform free/open-source tool for derivatives and financial engineering.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    Haxima is an Ultima-like game engine (2D tile graphics) with combat, magic, NPC AI, an embedded scripting language, and in-game editing.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 15
    SketchyLISP is a highly portable, embeddable interpreter for purely applicative Scheme.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 16
    An implementation of the language described in "Karel the Robot: A Gentle Introduction to The Art of Programming" by Richard Pattis et al. Both Java and C/Unix versions are available.
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 17
    SISC is an extensible Java based interpreter of the algorithmic language Scheme. SISC uses modern interpretation techniques, and handily outperforms all existing Java interpreters (often by more than an order of magnitude).
    Downloads: 4 This Week
    Last Update:
    See Project
  • 18
    A Unix shell embedded in Scheme.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    Scwm is the Scheme Configurable/Constraints Window Manager, a window manager with a powerful dynamic configuration language based on Guile Scheme. Scwm has many, many advanced features, often implemented in the configuration language itself.
    Leader badge
    Downloads: 5 This Week
    Last Update:
    See Project
  • 20
    Trackballs is a game for linux in which you steer a marble ball through tracks of varying difficulty. The game is loosely based on Marable Madness and features 3D graphics, an integerated level editor and highquality soundeffects and background music.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 21
    Development of the Italian Version of FESTIVAL Text to Speech synthesis system
    Downloads: 4 This Week
    Last Update:
    See Project
  • 22
    Modular portable graphical based music editor. A new concept loosely based on the tracker-interface. Aimed to be used by both amatours and serious composers. Status for AmigaOS is stable, status for Unix is pre-alpha.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23

    Gnotime

    track time spent, keep a diary, to-do list, generate reports, bills

    GnoTime (formerly GTT, the Gnome Time Tracker) is a desktop utility for tracking the amount of time spent on projects, keeping a to-do list, maintaining a diary, and generating reports and invoices based on that time.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    A framework for building distributed virtual reality applications, based on OpenGL|Performer(TM)
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    In this project we aim to develop scheme libraries for developing various web applications (especially servlets and xml-based web services). Our approach is to use jscheme (an open source implementation of scheme in Java) as the core language which allow
    Downloads: 3 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • 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.