com.google.base

2020-09-25

Universally useful Lisp code.

Upstream URL

github.com/brown/base

Author

Robert Brown <robert.brown@gmail.com>

License

New BSD license. See the copyright messages in individual files.
README
Universally useful Lisp code that lives in package com.google.base. The intent is that the base package only contains code that's highly likely to be useful in every Lisp application. Currently it contains: a nicer version of DEFCONSTANT a macro for generating simple PRINT-OBJECT methods a MISSING-ARGUMENT function for use in DEFCLASS forms functions for manipulating utf-8 strings stored as vectors of 8-bit octets common compiler optimization settings functions for extracting the prefix or suffix of a sequence Lisp type definitions for common C integer types

Dependencies (1)

  • hu.dwim.stefil
  • GitHub
  • Quicklisp