Wednesday at 12:13 am
- Link
"They are both tools for comparing source code, and searching for "duplicate" code. flay is for Ruby, simian is for Java. The point of the post was, I believe, to show that simian does a lexical token comparison, while flay analyzes the AST. Hence, flay is able to find the duplication between the two pieces of Ruby code that look totally different." - Benjamin Kudria

