Abstract Love
Abstract Love
private Feeling love;
public Myself() {
love = new Feeling(âinfatuationâ);
askHerOut();
goOnDate();
love.fallInLove(âforeverâ);
haveArgument();
while (notHappy) {
haveMoreArguments();
}
tryToGoBackToBeginning();
fail();
askSelf(âis this worth it?â);
//the longer it goes on, the less it seems so
askSelf(âwhy were we togetherâ);
//we loved each other
askSelf(âdo you love her now?â);
//sometimes
askSelf(âdoes she love you now?â);
//maybe
try {
toMoveOn();
} catch (CantMoveOnException why) {
System.out.print(why.getMessage(âiâm sorryâ));
} finally {
love = null;
}
}
Abstract Love was a piece I wrote in a creative writing course I took in high school. I remember going through a particularly angsty period of my teenage years (who wasnât, right?), and wrote the first draft of this poem during my Object-Oriented Programming course.
I got some really positive feedback, even though itâs rather quirky and niche.
This is not the best art. But it is art that I wanted to share, none the less.
Hope you enjoy,
Tommy