Tidying up factor code
Posted in programming, factor on Jan 15th, 2008 1 Comment »
A little utility I wrote for clearing up code: words-not-used. You give it a word and a vocabulary and it tells you all the definitions in the vocab that aren’t used by the execution of the word. It’s handy for clearing up old code that is no longer used.
(n.b. the word doesn’t have to be […]
