Created
November 8, 2013 18:39
-
-
Save lsegal/7375509 to your computer and use it in GitHub Desktop.
Revisions
-
lsegal created this gist
Nov 8, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ 1. "Aggressive Type Inference", John Aycock: http://www.python.org/workshops/2000-01/proceedings/papers/aycock/aycock.html 2. "Soft Typing", Robert Cartwright & Mike Fagan: http://courses.cs.ut.ee/2006/types/uploads/Main/cartwright91soft.pdf 3. "Profile-Guided Static Typing for Dynamic Scripting Languages", Michael Furr Jong-hoon (David) An Jeffrey S. Foster: http://www.cs.umd.edu/~jfoster/papers/cs-tr-4935.pdf 4. "Automated Whitebox Fuzz Testing" - Godefroid, Levin, Molnar: http://research.microsoft.com/en-us/projects/atg/ndss2008.pdf 5. "Static Detection of Security Vulnerabilities in Scripting Languages" - Yichen Xie & Alex Aiken: https://www.usenix.org/legacy/event/sec06/tech/full_papers/xie/xie_html/ 6. "Using Static Analysis For IDE's for Dynamic Languages", Julian Dolby: http://www.eclipse.org/org/langsymp/JulianDolby_paper.pdf