- Concrete-Syntax-Tree
Concrete Syntax Trees represent s-expressions with source information - concurrency
Doing more than one thing at a time - conduit-packages
conduit-packages provides some enhancements to Common Lisp's package system - Conference
Planning on going to a conference? This Cliki page is intended as a starting point for news of conferences with a Lisp theme or at which Lispers are likely to be present in significant numbers - Configuration
Chameleon - Chameleon is a configuration management library shipped with profile support cl-menusystem - cl-menusystem is a library for making pretty menus for controlling an application and editing the multitude of special variables which invariably exist to control an app's settings clerk - Clerk is a cron-like scheduler for tasks to execute at given intervals clinicap - clinicap is a dialect of ini file format parser and writer, implemented in Common Lisp Consfigurator - A system for declarative configuration management using Common Lisp NFiles - A library that deals with customizable path resolution, file persistence and loading persistent-variables - Persistent-variables is a convenience library that makes it easy to serialize and deserialize variables py-configparser - py-configparser allows reading and writing of configuration files stored in the Windows INI file format sawyer - TOML parser in Lisp, fully supporting version 0.4.0 trivial-configuration-parser - trivial-configuration-parser is a trivial parser library for configuration files ubiquitous - Ubiquitous is a very easy-to-use library for persistent configuration storage Universal-Config - This library tries to provide a layer for configuration files and storage that should be able to map any type of object to any configuration format and back YAML - Yet Another Markup Language: - conium
Conium is a portability library for debugger- and compiler-related - Conrad Barski
Conrad Barski is the author of the book Land of Lisp - Consecution
An implementation of the Common Lisp sequence functions - Consfigurator
A system for declarative configuration management using Common Lisp - console
Libraries for dealing with a text console/terminal:
Result page:<123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291>