Hacker News new | ask | show | jobs
by blue1 5188 days ago
(declaim (safety 3) (ftype (function ({argument types}) {return types}) {function name}))

It checks both at compile time and at run time. I find it great for bug squashing. See http://www.sbcl.org/manual/index.html#Declarations-as-Assert...

1 comments

That's neat. Thanks. Might be worthwhile for APIs.