[Haskell-cafe] Analysing Haskell with Graph Theory

Ketil Malde ketil at malde.org
Fri Mar 7 07:00:01 EST 2008


"Ivan Miljenovic" <ivan.miljenovic at gmail.com> writes:

> Can anyone think of any other kind of functions that would be useful
> in this kind of source code analysis?

Sometimes, it's not obvious where to draw boundaries between modules,
perhaps finding a "smallest cut" (if that is the correct term) could
help to minimize the interfaces?  I.e. find tightly connected
components that have relatively few inbound links. 

Sounds like an interesting project, good luck!

-k
-- 
If I haven't seen further, it is by standing in the footprints of giants


More information about the Haskell-Cafe mailing list