[DiscordArchive] <@456226577798135808> have your ever messed with some c compilers on windows other than msvc?
[DiscordArchive] <@456226577798135808> have your ever messed with some c compilers on windows other than msvc?
Archived author: Deleted User • Posted: 2018-02-22T22:37:42.669000+00:00
Original source
it doesnt
Archived author: Deleted User • Posted: 2018-02-22T22:37:47.186000+00:00
Original source
it can compile to LLVM byte code
Archived author: Deleted User • Posted: 2018-02-22T22:38:02.260000+00:00
Original source
which in turn can be compiled to javascript code that runs on the asm.js emulator
Archived author: Skarn • Posted: 2018-02-22T22:38:15.263000+00:00
Original source
damn, why the hell does that work on unix out of the box and on windows you have to mess with that stuff....
Archived author: Deleted User • Posted: 2018-02-22T22:38:19.417000+00:00
Original source
or whatever you wanna call asm.js
Archived author: Deleted User • Posted: 2018-02-22T22:38:24.690000+00:00
Original source
because c++
Archived author: Skarn • Posted: 2018-02-22T22:38:37.080000+00:00
Original source
well, it is not exactly c++
Archived author: Skarn • Posted: 2018-02-22T22:38:46.789000+00:00
Original source
it is python being very unix oriented
Archived author: Skarn • Posted: 2018-02-22T22:38:58.950000+00:00
Original source
the environment there seems to be entirely made for unix
Archived author: Deleted User • Posted: 2018-02-22T22:39:06.735000+00:00
Original source
that probably doesnt help either, yea