Subject: Re: Creating setf expanders on methods
From: rpw3@rpw3.org (Rob Warnock)
Date: Wed, 25 Feb 2009 19:44:24 -0600
Newsgroups: comp.lang.lisp
Message-ID: <qfWdnTaEqLdlbjjUnZ2dnUVZ_vCdnZ2d@speakeasy.net>
TJ Atkins <JackalMage@gmail.com> wrote: +--------------- | @Marco Antoniotti: | Ah, thank you for reminding me about the default argument. | Handled now. +--------------- Just curious... How did you "handle it"? Like Marco, I consider the default argument to GETHASH incredibly useful, especially when counting things, e.g., (incf (gethash key ht 0)). -Rob ----- Rob Warnock <rpw3@rpw3.org> 627 26th Avenue <URL:http://rpw3.org/> San Mateo, CA 94403 (650)572-2607