<@UCUSW7WVD>'s 2014 Literate Programming blog post...
# linking-together
t
@Kartik Agaram's 2014 Literate Programming blog post is #1 on HN https://news.ycombinator.com/item?id=29860951
🚀 3
k
Shucks, that title. I'm not embarrassed by much, but that's a bit much.
c
I like the title and I agree with it Kartik
❤️ 1
t
Yeah great article. Somewhat out of date if you look at observablehq.com the imports can be put at the bottom as it executes in dependency topological order (like a spreadsheet) and thus you do have good control over where to put the literate bits.
k
@Tom Larkworthy the article isn't really about what the tools permit but how they're used. Original CWEB gave plenty good control over where to put the literate bits. I have been meaning to look into Observable. I hope imports tend to get deemphasized in the notebooks people make, and I hope we get a community that's driving the state of the art in conveying complex systems to each other.
t
TBH that's not a good example, 'require' is a d3 npm adapter magic thing. A idiomatic import in Observable is against another notebook sand looks like attached. What is super cool is the import renders as weblink to the notebook, so you can surf dependencies, WHICH MAKES ABSOLUTE SENSE IN A LITERATE PROGRAMMING ENVIRONMENT.
🤯 1
message has been deleted