3

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?

Ory Band
  • 14,716
  • 14
  • 59
  • 66

1 Answers1

3

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

Sam Tobin-Hochstadt
  • 4,983
  • 1
  • 21
  • 43
  • This indeed looks like the best thing going on at the moment. I spoke to Eli and asked for permission to continue development and merge it to Syntastic, if anybody is willing to do that. – Ory Band Aug 20 '13 at 13:05