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

cl-defstar

Easy inline (return) type declarations for functions

Defstar is a collection of Common Lisp macros that can be used in place of defun, defmethod, defgeneric, defvar, defparameter, flet, labels, let* and lambda. Each macro has the same name as the form it replaces, with a star added at the end, e.g. defun. (the exception is the let* replacement, which is called *let).

Installation

Install the latest version of cl-defstar as follows:

guix install cl-defstar

Or install a particular version:

guix install cl-defstar@1.0.0-1.132829d

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 cl-defstar about the latest version available in Guix.

Example HTML:

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

Example Markdown:

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

Example Org:

[[https://packages.guix.gnu.org/packages/cl-defstar][https://packages.guix.gnu.org/packages/cl-defstar/badges/latest-version.svg]]