minilisp icon indicating copy to clipboard operation
minilisp copied to clipboard

Build fix for Visual Studio

Open syoyo opened this issue 9 years ago • 3 comments

minilisp is great!

And I made a patch making it work on Windows + Visual Studio 2013.

syoyo avatar Aug 03 '15 10:08 syoyo

It might be better to just have a windows branch to keep the main code tidy.

andrewchambers avatar Aug 03 '15 11:08 andrewchambers

I agree with @andrewchambers. This patch is not actually bad, but the spirit of this interpreter is (extreme) minimalism, so we don't want to have #ifdefs in the code.

rui314 avatar Aug 06 '15 20:08 rui314