Ory Band
Ory Band

Reputation: 15734

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?

Upvotes: 3

Views: 680

Answers (1)

Sam Tobin-Hochstadt
Sam Tobin-Hochstadt

Reputation: 5053

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

Upvotes: 3

Related Questions