|
|
|
|
|
by zimpenfish
2746 days ago
|
|
> literate programming is heavily used in notebook environments (ipython, RMarkdown, Mathematica, etc) Do any of those actually implement Literate Programming as DK intended? As in "you can move the code around to wherever makes most sense for your narrative"? As best I know, almost all "literate programming" today is just the intermingling of code and text blocks (e.g. Docco et al) in the same order the code would have to be anyway (i.e. there's no TANGLE, only WEAVE.) |
|