|
|
|
|
|
by ncx
3261 days ago
|
|
> Looking at platforms, does it not do 64 bit? Right now, it only compiles to 32 bit binaries (which can run on both 32 and 64 bit OS). 64 bit support will come after the compiler is bootstrapped. > and cross compiles Yup, easy cross compilation. You do not need different cross compilers for different platforms a la llvm and gcc, a single 1 mb binary can produce binaries for all supported platforms. |
|
So, on one hand, there's massive cross-platform support. On the other hand, those platforms are all obsolete, or about to be. Even the mobile and embedded ones have all gone 64-bit.
Maybe backwards compatibility will be maintained for a few years. But it ruins the embed-red-in-C story already.