The Story in the Notebook
(2018) : Kery, Mary Beth et al
DOI: https://doi.org/10.1145/3173574.3173748
#exploratory_programming #literate_programming #data_science #HCI #end_user_programming #my_bibtex
#exploratory_programming #literate_programming #data_science #hci #end_user_programming #my_bibtex
As I realistically will post mostly about #emacs, #orgmode, #literate_programming , solving problems in #awk I clearly shouldn’t solve in awk & the joy of #linux and pragmatic approaches to #programming, I figured that this instance may be more fitting to me, thus I moved here from norden.social.
#emacs #orgmode #literate_programming #awk #linux #programming #introduction
Another exercise in #literate_programming: I translated the Miranda code in John Hughes' classic paper "Why Functional Programming Matters" to #Python. Written with org-mode.
Just something I wrote that might be interesting to those who like #math and #literate_programming: I explained Bill Gosper's algorithm for doing arithmetic with continuous fractions. Written with Emacs's org-mode.
Just something I wrote that might be interesting to those who like #math and #literate_programming: I explained Bill Gosper's algorithm for doing arithmetic with continuous fractions. Written with Emacs's org-mode.
I looked for a #literate_programming tool that is not specific to a single programming language, supports macros (as in one code fragment defines a function with a reference to a statement in its body added by another code fragment, with correct indents for Python), can be easily installed from repos that I already use and does not require TeX output (I hope to post something to that newer thing also called Web). I found exactly #org_mode Babel, it seems to do everything that I need.
#literate_programming #org_mode
#racket #scribble #literate_programming
Is Racket Scribble Literate programming module the Literate Programming endgame?
So basically Scribble is kindof like markdown but it is written in Racket. It allows also to define & use Racket functions.
Because of this you do not actually have to generate Racket source FROM Literate Programming Scribble, but it IS the source.
It can be `required` like any RKT src file and in IDEs you get proper messages if you have any errors.
https://docs.racket-lang.org/scribble/lp.html#%28elem._%28chunk._~3cfs-body~3e~3a1%29%29
#racket #scribble #literate_programming