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