[racket] structural program comparison tool in Racket

From: Asumu Takikawa (asumu at ccs.neu.edu)
Date: Thu Sep 13 17:06:35 EDT 2012

On 2012-09-14 04:34:21 +0800, Yin Wang wrote:
> I'm developing a tool for "diffing" program by parse trees and not
> text. It is written in Racket and can process Lisp family languages,
> C++, JavaScript and Python. It has a JavaScript based interactive UI
> for browsing the diff results.
>
> You can find a demo of it (diffing two Emacs Lisp programs) here:
>
> http://www.cs.indiana.edu/~yw21/demos/paredit20-paredit22.html

This is really neat! Any plans for a DrRacket plugin? :)

Cheers,
Asumu

Posted on the users mailing list.