Hi, I just started trying out Sublime 2, and I also just started learning LISP. I’ve never really used Cygwin before either (finally picked it up cuz apparently it’s the only way to run CLISP on Windows?)
So I’m not familiar with any of these tools, and have never set up a build system before (besides fixing the one for Python, which, confusingly, was apparently broken either because the C:\Python27
was entered into my PATH with double-quotes, or because it was at the very end of the list? I changed both at the same time, and once it magically started working I lost interest in trying to figure out why it was broken before.)
So, could anyone tell me exactly what I need to do to make this work? Thanks! ^^
[EDIT:
Goddamnit, played around just a little bit more and it turns out a valid build JSON is just:
{
"cmd": "clisp", "$file_name" ]
}
xD
It’s the $file_name rather than $file that makes it work. Magic!
Sorry for cluttering up your forum by using it as a rubber duckie.
]