Aquí un link de Rob Pike con algunos pensamientos de los grandiosos legados de Dennis Ritchie:
https://plus.google.com/u/2/101960720994009339267/posts/33mmANQZDtY quien es Rob Pike? http://es.wikipedia.org/wiki/Rob_Pike Y aqui un programa de C que me gusta mas: /* Dennis Ritchie */ #include <stdio.h> int main ( int argc, char **argv) { long int themoment; themoment = -893444400; printf("Hello world !!! %ld\n", themoment); themoment = 1318050000; printf("Good Bye world !!! %ld\n", themoment); themoment += 1; printf("Hellow Inmortality !!! %ld\n", themoment); return 0; } Pues su majestad Dennis Rotchie ha pasado a ser inmortal !! - Enviado a la lista de correo pgsql-es-ayuda (pgsql-es-ayuda@postgresql.org) Para cambiar tu suscripción: http://www.postgresql.org/mailpref/pgsql-es-ayuda