[Haskell-cafe] How to browse code written by others

Marc Weber marco-oweber at gmx.de
Sun Jun 13 16:56:44 EDT 2010


Excerpts from Martin Drautzburg's message of Sun Jun 13 22:32:18 +0200 2010:
> Anyways, how do you guys do it, i.e. how to you dive into non-trivial foreign 
> code?
I use Vim and tag files generated by Vim.

Using gnu idutils or such you can find any occurences of words very
fast in large code bases. Of course they are not language aware but they
often get the job done.

I'd like to share all my scripts. Write me an email if you're
interested.

Marc Weber


More information about the Haskell-Cafe mailing list