view wisdom/queuestack @ 10991:2a49f15d9293

<wob_jonas> perl -e {$f="wisdom/rules of wisdom";open$i,"<",$f or die;local$/;$s=<$i>;$s=~s/with no space at the end/and end in a newline with no space before that/ or die;$s=~s/\\n\\z// or die;print$s;open$o,">",$f;print$o $s or die;}
author HackBot
date Fri, 02 Jun 2017 10:25:48 +0000
parents 9d71a050fbbf
children
line wrap: on
line source

Queuestack is when you're confused about whether something should be a queue or a stack, and end up with a complete mess. See https://xkcd.com/954/ .