[postmodern-devel] TRUNCATE missing

Marijn Haverbeke marijnh at gmail.com
Sun May 22 19:54:26 UTC 2011


> I was expecting to be able to write forms such as:
>
>  (:truncate 'foo 'bar :only :restrict)
>  (:truncate 'foo :restart-identity :cascade)
>  (:truncate 'foo)
>
> Ie. without keyword arguments.

That's not how split-on-keywords works, but you can very easily do
that with a destructuring-bind and a few ecase forms.




More information about the postmodern-devel mailing list