Quickutilβ

Lisp utilities on demand

Fork me on GitHub
search

There are 2 utilities.

mkstr v1.0

Receives any number of objects (string, symbol, keyword, char, number), extracts all printed representations, and concatenates them all into one string.

Extracted from On Lisp, chapter 4.

Provides
mkstr
Source Code
 
symb v1.0

Receives any number of objects, concatenates all into one string with #'mkstr and converts them to symbol.

Extracted from On Lisp, chapter 4.

See also: symbolicate

Provides
symb
Requires
mkstr
Source Code