Related articles |
---|
Comparing 2 programs... gpstrout@uncc.edu (Gerald Strout) (1998-09-22) |
Re: Comparing 2 programs... Xavier.Leroy@inria.fr (Xavier Leroy) (1998-09-22) |
Re: Comparing 2 programs... karlcz@ISI.EDU (Karl Czajkowski) (1998-09-22) |
Re: Comparing 2 programs... bediger@teal.csn.net (Bruce Ediger) (1998-09-26) |
Re: Comparing 2 programs... tim.mcguire@wtamu.edu (Dr. Tim McGuire) (1998-10-10) |
From: | "Dr. Tim McGuire" <tim.mcguire@wtamu.edu> |
Newsgroups: | comp.compilers |
Date: | 10 Oct 1998 01:06:16 -0400 |
Organization: | West Texas A&M University, Computer Information Systems |
References: | 98-09-095 98-09-152 |
Keywords: | tools |
John Levine writes:
>[There are text comparison programs, but if there's something that can
>tell you how similar two independently written programs are, it's news
>to me. -John]
I'm coming into this a little late, not having read comp.compilers for
the past month.
The moss system is more for detecting plagiarism in programs rather
than for independently written programs, but it does work rather well.
(I used it last year when I was teaching large sections of
introductory programming students. I *encourage* my upper level
students to work together, ala the "real world".)
The URL is:
http://www.cs.berkeley.edu/~aiken/moss.html
The one gripe I have is that the algorithm used is undocumented.
Obviously, they are actually parsing the programs in some fashion.
Hope this is useful.
Tim
--
Timothy J. McGuire, Ph.D.
Department of Computer Information Systems
West Texas A&M University
Mail Stop 60268
Canyon, TX 79016
(806) 651-2440 tim.mcguire@wtamu.edu
Return to the
comp.compilers page.
Search the
comp.compilers archives again.