Tidying up factor code

11 months ago by Phil Dawes

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 defined in the vocabulary) Usage: e.g. “phil.vocab” \ doit words-not-used . { unused-word another ... Continue reading

Source: www.phildawes.net