Software Philosophy

Literate programming really works for tutorials

 #literate programming   #tutorial   #example project   #markdown   #generated   #html   #css   #javascript   #node   #writ   #gulp   #jshint   #github   #github pages 

Maciej Chałapuk

2016-09-19

Have you heard about literate programming? It's a technique that lets you write a computer program the same way as if you were writing a piece of literature. And while it may seem exotic and unnecessary, there are some cases when it's quite useful. I believe I have found one of them. In this post, I will describe a solution for writing a tutorial in the spirit of literate programming by using nodejs-based, language-agnostic, literate programming tool.

Read full article.