Compile lisp / scheme in Notepad++

后端 未结 8 748
一整个雨季
一整个雨季 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-15 15:44

    You can set up Notepad++ to run your code using Clisp for Windows. Click on run and type . clisp -i "$(FULL_CURRENT_PATH)" and click on save. -i is to keep the clisp window open after execution.

提交回复
热议问题