Conversation

thinking about literate programming and i just don't get it like ok "notebooks" are a solid pitch because yeah it's basically a linear repl session and you're including the program's outputs which are things like diagrams but like, making a big non-trivial program like that???
10
25
Replying to and
One issue with LP is the claim from some proponents that its ‘projection’ of the the program should be the default. GToolkit has some interesting components, where it seems like literate views can be attached to existing code: - gtoolkit.com/components/doc -
Show replies