Hacker News new | ask | show | jobs
by kazinator 910 days ago
There is a similar task in Rosetta Code: a program to produce the "Old Lady Swallowed a Fly" iteratively growing song.

https://rosettacode.org/wiki/Old_lady_swallowed_a_fly

1 comments

I like how Tcl is just the lyrics, compressed:

> puts [zlib inflate [binary decode base64 "7VRNa8MwDL3nV2(...)"]]

https://rosettacode.org/wiki/Old_lady_swallowed_a_fly#Tcl

Python, Nim, Julia and likely others have similar versions too.