Warm tip: This article is reproduced from serverfault.com, please click

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

发布于 2020-11-24 23:42:58

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?

Questioner
sidharth ramanan
Viewed
0
Sylwester 2020-11-28 09:56:58

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