Swim hard enough
against the current of images, deep
into the infinite mirror,
into the space where light
still signifies
falling against the darkness
in a river
of focal points
echoing
deeper
from the place where everything
is transforming:
metamorphic:
reasoned,
however complex:
(
The salmon
batter their fins
over tree-wrack,
beyond all urgent retreats.
Strengthened by falls,
everything abandoned
but rewind
(and the bursting
at the end,
the exhaustion)
deep in the woods
in the tiniest stream,
ragged with frost,
trotting the last mile
to lay down
in the body
of the birthplace.
)
Leaf rot
scratching at the belly.
Code Poetry, hypnosis, poetryCode Poetry, hypnosis, poetry
class Poem{
var concerns, aThreadOfReason,
thoseAreReallyYourHands;
function Poem( concerns ){
this.concerns = concerns;
this.aThreadOfReason = new Array();
this.thoseAreReallyYourHands = new Hands();
for(var me = 0; me < this.concerns.length; me++){
this.aThreadOfReason[] = this.thinkAbout( concerns[ me ] );
}
}
function thinkAbout( which ){
var expressingEverything=this.thoseAreReallyYourHands.movingInSuchFlawedGestures();
return expressingEverything.withImpishGlee( which );
}
function write( inspiration ){
var youToYourself = new Array();
foreach( inspiration.keepsTouching(this.aThreadOfReason) as eachTouch){
youToYourself[] = eachTouch.impressingTheMoment();
}
//because the method is called for
//because we are always chasing
return youToYourself;
upon reflection
}
}
var concerns=[
"King of Dancers",
"things that stand",
"arms",
"reaching",
"vision"];
var thisPoem=new Poem( concerns );
alert( thisPoem.write(
) );
Code Poetry, poetryCode Poetry, poetry