Search code examples
vimschemeracketsyntax-checkingsyntastic

Command line syntax checker for Racket / Scheme


I'm looking for a command-line tool to check the syntax of my Racket / PLT-Scheme code. The purpose of this is to build a syntax-checker for Syntastic Vim plugin.

Has anybody heard of a way?


Solution

  • If you're looking for a code style checker, check out Eli Barzilay's "code ayatollah". You can run that on the command line.