nikki:
I've been googling without luck, is there a way to do literate programming in D?
D1 had built-in support for literate programming, but it was removed from D2 because it was regarded as not useful enough:
http://digitalmars.com/d/1.0/html.html I find literate Haskell programs all the time: gist.github.com/nooodl/e23337d0175ad66ea5f0 Or F# ones: http://tomasp.net/blog/2014/puzzling-fsharp/ Bye, bearophile
