Hacker News new | ask | show | jobs
by skriticos2 4737 days ago
I love how even the JS implementation contains almost only the word chicken repeatedly.
2 comments

I've never been so amused by source code as I was reading that. I particularly enjoyed how he used spaces after dots and question marks, making it read like punctuation.
I like the Chicken he threw in after the return for good measure. Just didn't have enough chicken without it.
My JavaScript is a bit fuzzy, but I think those last two lines actually parse as `return chicken.Chicken;`, so the last Chicken is actually significant.
You're totally right. I was reading it like a sentence. My bad.