Hacker News new | ask | show | jobs
by nesarkvechnep 1553 days ago
I think Literate Programming is fantastic when used to teach computational thinking.

On a side note, it seems a lot of the other commenters miss one of the best "features" of LP - minimizing repetition. Chunks of code can be reused and so patterns can become clearly evident. Also, chunks can be defined "out-of-order".