view wisdom/queuestack @ 11647:c9621db978d5 draft

<ais523> ` gcc -x c /dev/stdin <<< \'int main(void) {puts("Hello, world!"); return 0;}\'; ./a.out
author HackEso <hackeso@esolangs.org>
date Mon, 12 Nov 2018 00:39:13 +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/ .