Rosetta Code:Village Pump/Linters: Difference between revisions

From Rosetta Code
Content deleted Content added
No edit summary
Here's some to add to the list
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
It would be nice if we detailed how to statically analyze code from different languages for errors. I've compiled a personal list of tools for error checking (https://github.com/mcandre/linters).
It would be nice if we detailed how to statically analyze code from different languages for errors. I've compiled a personal list of tools for error checking (https://github.com/mcandre/linters).


~~Mcandre
--[[User:Mcandre]]

:There are a couple for [[Tcl]]: [http://docs.activestate.com/tdk/4.1/Checker.html TclChecker] (commercial) and [http://nagelfar.berlios.de Nagelfar] (open source). –[[User:Dkf|Donal Fellows]] ([[User talk:Dkf|talk]]) 14:42, 21 October 2013 (UTC)

Latest revision as of 14:42, 21 October 2013

It would be nice if we detailed how to statically analyze code from different languages for errors. I've compiled a personal list of tools for error checking (https://github.com/mcandre/linters).

--User:Mcandre

There are a couple for Tcl: TclChecker (commercial) and Nagelfar (open source). –Donal Fellows (talk) 14:42, 21 October 2013 (UTC)