#literate_programming — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #literate_programming, aggregated by home.social.
-
@lobocode Best literate programming framework/tool I've come across is Emacs' Org-mode/Babel
-
-
Running a week behind schedule, but these are the #Perl solutions I did for TWC 295 http://www.rabbitfarm.com/cgi-bin/blosxom/perl/2024/11/24
I also wanted to point out the use literate programming to write these solutions. I use nuweb to generate LaTeX which I then convert to html. The results are OK, but the format is better for a PDF than for the WWW. If anyone has any suggestions, especially CSS changes, that might improve the readability of these nuweb generated blogs please let me know!
-
APL – A Glimpse of Heaven (2006)
http://archive.vector.org.uk/art10011550
#ycombinator #agile_development #APL #array_languages #array_processing #contracts #jobs #direct_development #fast_database #functional_programming #literate_programming #mathematics #APL_Win #APLX #APL2 #APL2000 #Dyalog #Dyalog_APL #MicroAPL #NARS2000 #SHARP_APL -
APL – A Glimpse of Heaven (2006)
http://archive.vector.org.uk/art10011550
#ycombinator #agile_development #APL #array_languages #array_processing #contracts #jobs #direct_development #fast_database #functional_programming #literate_programming #mathematics #APL_Win #APLX #APL2 #APL2000 #Dyalog #Dyalog_APL #MicroAPL #NARS2000 #SHARP_APL -
APL – A Glimpse of Heaven (2006)
http://archive.vector.org.uk/art10011550
#ycombinator #agile_development #APL #array_languages #array_processing #contracts #jobs #direct_development #fast_database #functional_programming #literate_programming #mathematics #APL_Win #APLX #APL2 #APL2000 #Dyalog #Dyalog_APL #MicroAPL #NARS2000 #SHARP_APL -
APL – A Glimpse of Heaven (2006)
http://archive.vector.org.uk/art10011550
#ycombinator #agile_development #APL #array_languages #array_processing #contracts #jobs #direct_development #fast_database #functional_programming #literate_programming #mathematics #APL_Win #APLX #APL2 #APL2000 #Dyalog #Dyalog_APL #MicroAPL #NARS2000 #SHARP_APL -
@khinsen :) Oh another model to explore for #notebooks #literate_programming : https://codapi.org/
https://github.com/nalgeon/codapi-js -
Hey #braintrust, I distinctly remember seeing some kind of quasi-literate presentation framework for JavaScript (or maybe like Coffeescript or similar variant) that had commentary in a sidebar column *next* to the JS code. Does this ring a bell for anybody? My notes turn up nothing.
-
#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