You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: