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.
Related ProjectsMPC-BE, Portal Application Laboratory, Dumpper v.60.3, WordPress Plugins/JSeries, Sledge |
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.
Related ProjectsMeCab, Dumpper v.60.3, MPC-BE, MergeDoc, Properties Editor |
Shelisp is a syntactical extention to Common Lisp to enable composing and running Unix shell scripts from Lisp and mixing shell and Lisp constructs.
Related ProjectsMysaifu JVM, Darik's Boot and Nuke, TERASOLUNA Framework, Amateras, Properties Editor |
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.
Related Projects和ジラ(Wazilla), PukiWiki, Darik's Boot and Nuke, Tween, SmillaEnlarger |
「正字正かなづかひ(正漢字と歴史的かなづかひ)」の自由ソフトウエアでの扱ひを簡便にするため、日本語情報處理用正かなづかひ辭書(seikanadict)、正字正かなコーパス(seikanadocs)、正かな對應入力方式(seikananthy: Anthy用のパッチ)の三つの成果を目指すプロジェクト。現在準備中。
Register Date: 2009-03-02 09:12
|
Related ProjectsBoookends, pileworks, AlterDnD (Drag and drop change tool), Aqua Firefox Set, JXplorer - A Java Ldap Browser |
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.
Related ProjectsiReport-Designer for JasperReports, nkf Network Kanji Filter, Darik's Boot and Nuke, GLOBALBASE PROJECT, SmillaEnlarger |
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.
Related ProjectsMPC-BE, Win32 Disk Imager, SharpDevelop-jp, TERASOLUNA Framework, MeCab |
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.
Related ProjectsGLOBALBASE PROJECT, DeSmuME, WordPress Plugins/JSeries, TOMBO, iReport-Designer for JasperReports |
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.
Related ProjectsRSS generator for the security holes memo, DeSmuME, PrimeFaces-ja, TuxGuitar, iReport-Designer for JasperReports |
CL-FTP is a library that provides FTP client functionality to Common Lisp programs.
Related ProjectsProperties Editor, iReport-Designer for JasperReports, TuxGuitar, Darik's Boot and Nuke, FileZilla JP Info |
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.
Related ProjectsTERASOLUNA Framework, iReport-Designer for JasperReports, SharpDevelop-jp, DeSmuME, Properties Editor |
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.
Related ProjectsGLOBALBASE PROJECT, iReport-Designer for JasperReports, TOMBO, XOOPS, Darik's Boot and Nuke |
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.
Related ProjectsWin32 Disk Imager, Media Player Classic - Home Cinema, Dumpper v.60.3, MPC-BE, MeCab |
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.
Register Date: 2018-10-11 11:12
|
Related Projectsdvdisaster, epo, LIF, pileworks, cdrtfe |
Common Lispでバイト列とユニコード文字列の相互変換をポータブルに行うためのライブラリ。
ユニコード(UTF32)対応処理系にのみ対応。 ※ 現状はSBCL向けに最適化されている
(2010/05/05)
※ 現在は https://github.com/sile/creole に移行済みです。
Register Date: 2010-04-18 21:06
|
Related Projects |