-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Description
Currently Asp does not work on Windows, mainly due to CodePy using posix-y functions and not understanding Windows compilers/conventions.
A first step would be to see if mingw can be made to work with CodePy/Asp (this may involve editing codepy source code).
A second step would be to get CodePy working with MSVC. A proof of concept exists that can do "hello world" via CodePy on Windows using MSVC (contact Shoaib to get that).
Est time: O(1-2 weeks).