Quickutilβ

Lisp utilities on demand

Fork me on GitHub
search

There are 2 utilities.

alist-plist v1.0

Convert between alists and plists.

Provides
alist-plistplist-alist
Requires
safe-endp
Source Code
 
doplist v1.0

Iterates over elements of plist. body can be preceded by declarations, and is like a tagbody. return may be used to terminate the iteration early. If return is not used, returns values.

Provides
doplist
Requires
parse-body, with-gensyms
Source Code