On 08/01/2013 01:09 AM, [email protected] wrote:
Finally. Someone who's really smart Explained Everything in a solid bug-free
english text
(shame on me).
For such a brilliant manuscrpit I'd only like to add a simple sub-question:
Are you guys consider Portable C Compiler unsuitable/dead for this race? Or
you just want stable LTS slices of industry-backed compillers?
Well, I think you get the point:
char *compilers[] = {"gcc", "clang", "pcc","whatevercc"};
int i;
for (i=0; i<count_of_compilers; i++)
if ( provides_lts_version(compiler[i]) && provides_platforms(compilers[i]) ==
platforms("OpenBSD"))
if (consideration_merit(compilers[i]) == GOOD_ENOUGH)
try_change_to(compilers[i]);
else stick_with_current();
--
With best regards,
Gregory Edigarov