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
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)