Sobre la impermanencia…

…y los espacios olvidados.

¡Hola mundo!

con un comentario

¿Nunca se han preguntado por que los programadores decidieron que “Hola, Mundo!” era una buena frase para probar sus códigos?

En fin, pues en algun momento escribiré algo en esta sección, asi que no desesperen. Digo desesperen, por que obvio que hay 2 millones de personas que buscan entrar a este blog. Pero no me importa.

Escrito por jrtrejo

Diciembre 14, 2007 a 4:58 pm

Escrito en Curiosidades

Una respuesta

Suscríbete a los comentarios mediante RSS.

  1. Respuesta Original de .:Eowyn:. ¡Gracias Fanny!

    While small test programs existed since the development of programmable computers, the tradition of using the phrase “Hello world!” as a test message was influenced by an example program in the book The C Programming Language. The example program from that book prints “hello, world” (without capital letters or exclamation mark), and was inherited from a 1974 Bell Laboratories internal memorandum by Brian Kernighan, Programming in C: A Tutorial, which contains the first known version:

    main() {
    printf(“hello, world”);
    }

    The first known instance of the usage of the words “hello” and “world” together in computer literature occurred earlier, in Kernighan’s 1972 Tutorial Introduction to the Language B, with the following code:

    main( ) {
    extrn a, b, c;
    putchar(a); putchar(b); putchar(c); putchar(‘!*n’);
    }
    a ‘hell’;
    b ‘o, w’;
    c ‘orld’;

    Fuente
    Wikipedia, que más http://en.wikipedia.org/wiki/Hello_world_program

    jrtrejo

    Diciembre 14, 2007 a 5:37 pm


Escribe un comentario