literate programming in D

bearophile via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Aug 26 08:01:44 PDT 2014


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


More information about the Digitalmars-d-learn mailing list