sidharth ramanan
sidharth ramanan

Reputation: 321

Is there a way to write Common Lisp code in DrRacket?

I've been using the DrRacket IDE to write programs and I quite like the interface, so I was wondering if there was a way to write/run Common Lisp code (not a dialect like Scheme or Racket) on it. Does any one know how to set that up?

Upvotes: 4

Views: 1213

Answers (1)

Sylwester
Sylwester

Reputation: 48745

DrRacket supports many scheme dialectes and Algol60, which has completely different surface syntax, so there is nothing in the way of making a Common Lisp implementation in DrRacket. There isn't any implementation at this time, but I often use DrRacket to format/write CL code

Upvotes: 4

Related Questions