Really, really wrong. But it works, and FAST.
[mccallister@knight mccallister]$ cat tcc-test
#!/usr/local/bin/tcc -run
#include
int main()
{
printf("Hello World\n");
return 0;
}
[mccallister@knight mccallister]$ time ./tcc-test
Hello World
real 0m0.019s
user 0m0.020s
sys 0m0.000s
[mccallister@knight mccallister]$
Check out the compile and execution time! on a p2-450