Re: C Compilers
- Posted by ghaberek (admin) Feb 09, 2023
- 1304 views
There have been a few attempts to support Microsoft's compilers but as it stands we're depending on a few GCC-specific features. I don't think it's impossible but more work needs to be done to clean up the build process (which is a mess) and the translator so that it produces "portable" code. Hypothetically, if the translated code is portable enough, we could use nearly any compiler. I've even experimented with TCC which would be nice to bundle with Euphoria.
-Greg