I am studying PLAI, Now I have already run chapter 3’s code in DrRacket (with #lang plai), but I am a newbie in DrRacket. Can I edit and run the code only in Emacs?
I am studying PLAI , Now I have already run chapter 3’s code in
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The
#lang plaidirective will work in ordinary Racket files outside of DrRacket. There should be aracketexecutable in your installation of Racket that you can use to run these. Try geiser if you want an emacs package that makes it easier to run Racket programs. Quack is also helpful.More generally, see the guide entry on using emacs with Racket. You might also want to start reading the guide from the beginning where it starts out by explaining how to run Racket.