Poesia in corsa: il codice

Poesia elettronica per atleti. Il codice sfrutta un trucco: cambia il suffisso dell’unità di misura della velocità della corsa, usando – al posto dell’unità di velocità – un lemma di una poesia dinamica. Le parole della poesia cambiano dunque a seconda della velocità tenuta durante la corsa. Il significato della poesia nasce dalla relazione tra la corsa dell’atleta, le parole che via via appaiono di conseguenza e i momenti nei quali, a caso, il corridore guarderà l’orologio durante l’attività fisica.

Per orologi Suunto.

Ecco il codice:

/* La poesia mostra i lemmi aumentando la velocità della corsa */
RESULT = SUUNTO_SPEED;
if (RESULT<1) { postfix = "Solo"; } if (RESULT>=1) {
postfix = "Amore";
}
if (RESULT>2) {
postfix = "Rapida";
}
if (RESULT>3) {
postfix = "Parola";
}
if (RESULT>4) {
postfix = "Scatta";
}
if (RESULT>5) {
postfix = "Ferma";
}
if (RESULT>5.2) {
postfix = "Guarda";
}
if (RESULT>5.4) {
postfix = "Espira";
}
if (RESULT>5.7) {
postfix = "Parti";
}
if (RESULT>6) {
postfix = "Brucia";
}
if (RESULT>6.2) {
postfix = "Carne";
}
if (RESULT>6.4) {
postfix = "Idee";
}
if (RESULT>6.7) {
postfix = "Anima";
}
if (RESULT>7) {
postfix = "Scatta";
}
if (RESULT>7.3) {
postfix = "Ancora";
}
if (RESULT>7.6) {
postfix = "Avanza";
}
if (RESULT>7.7) {
postfix = "Ama";
}
if (RESULT>8) {
postfix = "Senti";
}
if (RESULT>8.2) {
postfix = "Dentro";
}

if (RESULT>8.6) {
postfix = "Carne";
}

if (RESULT>8.8) {
postfix = "Corpo";
}
if (RESULT>9) {
postfix = "Svuota";
}
if (RESULT>9.3) {
postfix = "Testa";
}
if (RESULT>9.5) {
postfix = "Bocca";
}
if (RESULT>9.8) {
postfix = "Acido";
}
if (RESULT>10) {
postfix = "Oltre";
}
if (RESULT>10.2) {
postfix = "Corri";
}
if (RESULT>10.4) {
postfix = "Te";
}
if (RESULT>10.7) {
postfix = "Lei";
}
if (RESULT>10.9) {
postfix = "Lui";
}
if (RESULT>11) {
postfix = "Tocca";
}
if (RESULT>11.2) {
postfix = "Aria";
}
if (RESULT>11.4) {
postfix = "Voce";
}
if (RESULT>11.7) {
postfix = "Suono";
}

if (RESULT>12) {
postfix = "Ansima";
}
if (RESULT>12.3) {
postfix = "Dentro";
}
if (RESULT>12.6) {
postfix = "Vuoto";
}
if (RESULT>12.8) {
postfix = "Pieno";
}
if (RESULT>13) {
postfix = "Prendi";
}
if (RESULT>13.3) {
postfix = "Tutto";
}
if (RESULT>13.7) {
postfix = "Dentro";
}
if (RESULT>13.9) {
postfix = "Ingoia";
}
if (RESULT>14.3) {
postfix = "Chiudi";
}
if (RESULT>14.7) {
postfix = "Organi";
}
if (RESULT>14.9) {
postfix = "Dorati";
}
if (RESULT>15.3) {
postfix = "Brilla";
}
if (RESULT>15.7) {
postfix = "Apri";
}
if (RESULT>16.2) {
postfix = "Tutto";
}
if (RESULT>17) {
postfix = "Fuori";
}

25. maggio 2021 by fabrizio venerandi
Categories: Il muscolo della poesia, Pagine di letteratura elettronica | Leave a comment

Leave a Reply

Required fields are marked *