Conversation

My wishlist for exec. books: – author did their "real thinking" in the authoring computational environment – reading environment invites + supports meaningful experimentation/exploration – book elements transparently and usefully reusable by author and readers in derivative works
4
16
Depends what “serious” means — the goal is precisely to bring notebook style development to normal programming: 1. Tons of bugs filed using RunKit notebooks (no more “works on my computer”, always reproducible forever since packages frozen in time):
1
Ah, I thought from original tweet you meant the “switching” to real impls by “serious”. Most expository text ends up using embeds interestingly enough (plenty of dev.to use RunKit for their examples fir example). vs. hosting *on* RunKit.
1
1
This is something I’m pretty interested in: the fact that the former model is “host on service” (and don’t own the post on your machine), or host yourself (and probably lose interactivity since it’s just a “rendering”). (Cont.)
1
1
I think embeds strike a good balance, where if like RunKit ever goes away, the example “degrades” to static code. But otherwise the document is “live.” So you can control everything except for the “running”, including the actual code (in your source control right in the post)
1
3