Compile lisp / scheme in Notepad++

后端 未结 8 747
一整个雨季
一整个雨季 2021-01-15 14:54

I\'m pretty much into lisp at the moment, and unfortunately i\'m only available to code on windows. Is is possible to let Notepad++ take care of the interpreting of my scrip

8条回答
  •  无人及你
    2021-01-15 15:34

    Just install CLISP, open up a command window, go to the folder where your source files are and execute:

    CLISP sourceFile
    

    You can ease this process by creating a hotkey in notepad++ and a batch file.
    (You might need something to keep the console window open too)

提交回复
热议问题