This package browser is in early development. Mind the rough edges.

ecl-contextl

Context-oriented programming for Common Lisp

ContextL is a CLOS extension for Context-Oriented Programming (COP).

Find overview of ContextL's features in an overview paper: http://www.p-cos.net/documents/contextl-soa.pdf. See also this general overview article about COP which also contains some ContextL examples: http://www.jot.fm/issues/issue_2008_03/article4/.

Installation

Install the latest version of ecl-contextl as follows:

guix install ecl-contextl

Or install a particular version:

guix install ecl-contextl@1.0.0-2.f4fb3f5

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of ecl-contextl about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/ecl-contextl'><img src='https://packages.guix.gnu.org/packages/ecl-contextl/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/ecl-contextl/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/ecl-contextl)

Example Org:

[[https://packages.guix.gnu.org/packages/ecl-contextl][https://packages.guix.gnu.org/packages/ecl-contextl/badges/latest-version.svg]]