@federico3: Trying to! :) I'm doing Linux first and unfortunately it's only when I get some free time. Help & PRs are welcome!
The idea (from @endragor) is to rip out most of the low-level interface/network stuff that's in netwatch and use a psutil library instead. As an aside, Nim makes it _really_ nice to port the psutil Python code. The original library has shared Python code that calls platform-specific Python code that _then_ calls platform-specific C code. Nim doesn't need any of that extra C layer! I'm curious to see the LOC comparison after it's done. Not sure I'll get there thought b/c the author moves fast ;)
