Simple Project List Software Map

149 projects in result set
Última Atualização: 2009-07-28 09:34

cl-prevalence

cl-prevalence is a prevalence-style (all data kept in main memory) database framework for Common Lisp.

(Machine Translation)
Linguagem Natural: English
Linguagem de Programação: Lisp, Lisp
Última Atualização: 2011-02-02 11:23

Subs

Subs is a Scheme Lisp interpreter written in C++. The implementation is incomplete and naive, but aims to implement enough to be able to run every code sample in Structure and Interpretation of Computer Programs.

(Machine Translation)
Última Atualização: 2001-05-09 05:35

evening commander

evening commander is a elisp implementation of the famous midnight commander which is
a norton commmander clone. It is written entirely in emacs lisp and has been tested under
linux and solaris with emacs 20.4.

(Machine Translation)
Última Atualização: 2009-07-28 09:36

cl-cont

cl-cont provides CPS compile-time transforms for continuations in Common Lisp.

Linguagem Natural: English
Linguagem de Programação: Lisp, Lisp
Tópico: Freecode.com
Última Atualização: 2012-07-08 15:59

Sawfish Session Dialog

SSD (Sawfish Session Dialog) is a small and flexible wrapper for session commands. It is intended to be used with Sawfish, but does not require it. It can be configured to use any command for logout, reboot, shutdown, suspend, hibernate, and lock actions. Preset command definitions are available for: KDE4, GNOME2, XFCE4, MATE, and Razor-Qt. It is part of Sawfish-Extras (currently there's only SSD, but more is planned).

(Machine Translation)
Última Atualização: 2004-05-07 14:15

TBNL

TBNL is a framework to create dynamic Web sites with Common Lisp. It is based on mod_lisp and is designed to sit behind an Apache Web server.

Última Atualização: 2010-09-08 22:51

chocoada

Chocoada is an Ada to lisp translator/compiler.

Última Atualização: 2012-03-19 21:45

Nerd

Nerd is an attempt to create a cross-platform scripting language that is based on Scheme and easy to embed, extend, and use. It's currently used in video game projects and is interpreted only. There are definite future plans to add a byte-code compiler and VM to it and to write proper documentation.

(Machine Translation)
Última Atualização: 2002-06-24 18:22

Freefactor

Freefactor is a Java refactoring framework. It
consists of a tool-independent refactoring system
and an interface to allow it to be integrated with
other tools. Currently, a prototype Java-based
tool is provided as well as bindings for Emacs.

(Machine Translation)
Última Atualização: 2009-11-16 04:28

evol

evol (entrenched virtues of Lisp (love reversed)) aims to be a compatible and full-fledged replacement for the GNU autotools stack. It is targeted at coping with the autotools' shortcomings while not repeating the mistakes made by comparable build tool projects.

(Machine Translation)
Última Atualização: 2013-07-30 22:11

Kiezellisp

Kiezellisp is a Lisp interpreter/compiler written in C#. It utilizes the Dynamic Language Runtime and combines a prototype object model with generic functions/multimethods.

(Machine Translation)
Sistema Operacional: BSD, Linux, Windows
Linguagem de Programação: C#, Lisp
Tópico: Freecode.com
Interface de Usuário: .NET/Mono
Última Atualização: 2003-06-06 14:29

Nyquist

Nyquist is an elegant and powerful language for
sound synthesis and music composition. Unlike
score languages that tend to deal only with
events, or signal processing languages that tend
to deal only with signals and synthesis, it
handles both in a single integrated system. It is
also flexible and easy to use because it is based
on an interactive Lisp interpreter. You can design
instruments by combining functions (much as you
would using the orchestra languages of Music V,
cmusic, or Csound). You can call upon these
instruments and generate a sound just by typing a
simple expression. You can combine simple
expressions into complex ones to create a whole
composition. It runs under any Unix environment,
MacOS, Windows 95, and Windows NT, and it
produces sound files as output (or direct audio
output under Windows).

(Machine Translation)
Última Atualização: 2003-03-04 08:22

RScheme

RScheme is an object-oriented, extended Scheme implementation with a compiler that targets C or (RScheme's own) bytecodes. It has features expected from a modern language: an object system, reflection, modules, namespaces, safe macros, threads, a system call interface (including sockets), separate compilation, and persistence, as well as the formal basis and power of the Scheme programming language. RScheme also features a powerful, elegant foreign code interface.

Última Atualização: 2002-05-02 13:57

JACOL

JACOL is a framework that allows bidirectional
interoperability between Java and Common Lisp.
Its intended purpose is to enable Common Lisp to
function as an extension language for Java, but it
can also be used to expose Java APIs (such as
Swing and DOM) to Lisp applications.

(Machine Translation)
Última Atualização: 2001-12-23 00:42

Lithp

Lithp is an expandable LISP interpreter with a very small footprint. It is designed to let programmers add LISP programs and simple configuration files to projects with very little binary space. File parsing, tree building, and more than 35 LISP functions are implemented.