[racket] Handin server checker scripts

From: Eli Barzilay (eli at barzilay.org)
Date: Thu Aug 29 03:54:32 EDT 2013

My guess is that a good cleaning of the code will involve making it
more hospitable for generic code rules, which would make such a thing
easy.


Two days ago, Jordan Johnson wrote:
> Not recently, but I'd like to do so as a part of this, and once I've
> started to address my major motivations for undertaking this work, I
> expect the style guide will give me some more ideas.  Thanks for the
> suggestion.
> 
> Best,
> Jordan
> 
> On Aug 26, 2013, at 3:43 PM, Matthias Felleisen <matthias at ccs.neu.edu> wrote:
> 
> > 
> > Have you considered mining the style guide for such rules? -- Matthias
> > 
> > 
> > 
> > 
> > On Aug 26, 2013, at 2:03 PM, Jordan Johnson wrote:
> > 
> >> Hi all,
> >> 
> >> This fall I'm planning to be doing some further work towards a framework for writing briefer checker scripts for Eli's handin server, including assessment of indentation and common poor idioms like (if X true false), for which Eli has provided me a script (code-ayatollah.rkt) that he's used in the past.
> >> 
> >> If any of you have done any work recently on this that you'd be willing to share, would you please send me a note?  I plan to share the results of my work with the Racket community when I've got some reliable code I'm satisfied with.
> >> 
> >> Thanks,
> >> Jordan Johnson
> >> 
> >> 
> >> ____________________
> >> Racket Users list:
> >> http://lists.racket-lang.org/users
> > 
> 
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!

Posted on the users mailing list.