Einfache Projektliste Software-Karte

67 Projekte im Ergebnis
Letztes Update: 2005-10-29 17:25

Lisp Blosxom

Lisp Blosxom is a port of the Perl Blosxom
blogging engine to ANSI Common Lisp. Its goals are
extensibility and speed. It's a filesystem-based
blogging engine, which means that blog entries are
just flat files on disk, although plugins can be
written to extend or replace this behavior. The
first line in the file is the title, while the
remainder is the text of the body. Entry dates are
taken directly from the filesystem's modification
date for each entry. Furthermore, the structure of
the blog is taken directly from the hierarchy of
directories and files on disk.

(Machine Translation)
Letztes Update: 2003-06-11 06:33

series

A series is a data structure much like a sequence, with similar kinds of operations. The difference is that in many situations, operations on series may be composed functionally and yet execute iteratively, without the need to construct intermediate series values explicitly. In this manner, series provide both the clarity of a functional programming style and the efficiency of an iterative programming style. Series is the culmination of many years of design and use of this approach, during which some 100,000 lines of application code have been written (by about half a dozen people over the course of seven years) using the series facility in nearly all iteration situations. This includes one large system (KBEmacs) of over 40,000 lines of code. In a nutshell: Think "Efficient MAPCAR". SERIES translates functional-style expressions into efficient loops.

(Machine Translation)
Letztes Update: 2012-01-15 19:07

shelisp

Shelisp is a syntactical extention to Common Lisp to enable composing and running Unix shell scripts from Lisp and mixing shell and Lisp constructs.

Letztes Update: 2004-06-17 09:40

Lisppaste

Lisppaste is a fully-featured pastebot that provides a Web
interface to submit pastes, and announces the URL
the paste is stored at to a channel of your
choice. It features multiple channel support,
paste annotation support, persistent pastes, a Web
interface to the list of pastes in the system, RSS
support in short and full varieties, XML-RPC support, and direct linking to meme IRC logs.

(Machine Translation)

正字正かなプロジェクト

「正字正かなづかひ(正漢字と歴史的かなづかひ)」の自由ソフトウエアでの扱ひを簡便にするため、日本語情報處理用正かなづかひ辭書(seikanadict)、正字正かなコーパス(seikanadocs)、正かな對應入力方式(seikananthy: Anthy用のパッチ)の三つの成果を目指すプロジェクト。現在準備中。

Entwicklungsstatus: 1 - Planung
Zielbenutzer: Entwickler, End Users/Desktop
Natürliche Sprache: Japanese
Betriebssystem: Linux, Windows, OS Unabhängig
Programmiersprache: C, Common Lisp, Ruby
Themen: Other
Benutzerschnittstelle: Gnome, Console (Text Based), Web Environment
Register Date: 2009-03-02 09:12
Letztes Update: 2003-11-12 22:41

Common Lisp Hypertext Preprocessor

Common Lisp Hypertext Preprocessor combines the ease of PHP with the joys of Common Lisp. It allows Common Lisp code to be embedded in HTML or XML using XML processing instructions. It consists of two packages, CL- CGI, which provides a small package to aid in writing CGI programs in Lisp, and CLHP, the full package, which depends on CL-CGI.

Letztes Update: 2001-05-22 09:45

cl-pdb

cl-pdb is a Common Lisp library that parses PDB files into CLOS classes for ease of handling inside of applications which need to read these files.

(Machine Translation)
Letztes Update: 2003-07-15 06:26

HTML-TEMPLATE

HTML-TEMPLATE is a portable library for Common Lisp that can be used to fill templates with arbitrary (string) values at runtime. It is intended to be used for HTML and is loosely modeled after the HTML::Template Perl module. It translates templates into efficient closures that can be re-used as often as needed, and uses an intelligent cache mechanism that allows templates to be updated while your program is running.

Letztes Update: 2011-09-24 04:50

Design Center

Design Center is a Web application that allows users to change the colour of different layers in a photo. In a photo of a bedroom, there could be layers for the walls, the ceiling, and for the floor. The application lets users change the colour of each and see how a new paint job would look. If used on a furniture store's Web site, different layers could be used for beds, chairs, lampshades, etc. to allow customisation by users.

(Machine Translation)
Letztes Update: 2002-11-18 13:15

CL-FTP

CL-FTP is a library that provides FTP client functionality to Common Lisp programs.

Letztes Update: 2006-07-05 23:51

NTW Lisp

NTW Lisp is a server written in Common Lisp for applications that use the NTW protocol to communicate with a GUI client. This asynchronous protocol makes it possible to serve remote applications that are indistinguishable from native ones. It's also useful for quickly writing GUI apps from Common Lisp that can be run locally.

Letztes Update: 2003-07-17 23:56

CL-WHO

CL-WHO is a (Common) Lisp tool which can be used to easily convert S-expressions intermingled with code into (X)HTML. It tries to create efficient code and be portable amongst CL implementations.

Letztes Update: 2013-10-24 13:14

STMX

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 is committed. If it signals an error, it is rolled back. 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 committed. This gives freedom from deadlocks, automatic rollback on failure, and aims to resolve the tension between granularity and concurrency.

(Machine Translation)
Natürliche Sprache: English
Betriebssystem: MacOSX, Windows
Programmiersprache: Common Lisp, Lisp
Benutzerschnittstelle: Toolkits/Libraries

CL-Sack

CL-Sack is a Common Lisp library for making and manipulating Sack files, which are data containers similar to WAD files for Doom.

Also included are the command line programs Sacked, a tool to create and edit Sack files, and Sackyhack, a tool to examine Sack files at a lower level.

Entwicklungsstatus: 3 - Alpha
Natürliche Sprache: English
Betriebssystem: OS Unabhängig
Programmiersprache: Common Lisp
Themen: Archiving
Benutzerschnittstelle: Command-line
Register Date: 2018-10-11 11:12
Letztes Update: 2010-08-15 21:37

creole

Common Lispでバイト列とユニコード文字列の相互変換をポータブルに行うためのライブラリ。
ユニコード(UTF32)対応処理系にのみ対応。 ※ 現状はSBCL向けに最適化されている
(2010/05/05)

※ 現在は https://github.com/sile/creole に移行済みです。

Entwicklungsstatus: 3 - Alpha
Zielbenutzer: Entwickler
Programmiersprache: Common Lisp
Register Date: 2010-04-18 21:06