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

cl-vernacular 0.8.0-1.79be179

Module system for languages that compile to Common Lisp

Vernacular is a build and module system for languages that compile to Common Lisp. It allows languages to compile to Lisp while remaining part of the Common Lisp ecosystem. Vernacular languages interoperate with Common Lisp and one another.

Vernacular handles locating files, compiling files into FASLs, tracking dependencies and rebuilding, and export and import between your new language, Lisp, and any other language Vernacular supports.

Vernacular builds on Overlord and is inspired by Racket.

Installation

Install cl-vernacular 0.8.0-1.79be179 as follows:

guix install cl-vernacular@0.8.0-1.79be179

Or install the latest version:

guix install cl-vernacular

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.