clasp-defstar 1.0.0-1.132829d
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
).
- Outputs:
out
- Website: http://bitbucket.org/eeeickythump/defstar/
- Licenses: GPL 3
- Package source: gnu/packages/lisp-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install clasp-defstar 1.0.0-1.132829d
as follows:
guix install clasp-defstar@1.0.0-1.132829d
Or install the latest version:
guix install clasp-defstar
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.