Literate VS literate-programming

Compare Literate vs literate-programming and see what are their differences.

literate-programming

Creating programs from Markdown code blocks (by jostylr)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Literate literate-programming
4 2
651 136
- -
0.0 0.0
almost 2 years ago over 2 years ago
D HTML
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Literate

Posts with mentions or reviews of Literate. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-17.

literate-programming

Posts with mentions or reviews of literate-programming. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-09.
  • Literate programming: Knuth is doing it wrong
    9 projects | news.ycombinator.com | 9 Jan 2022
    I've been using literate-programming for a decade now to do my side web projects (using a tool I wrote myself, of course, as tradition dictates in the LP space: https://github.com/jostylr/literate-programming ). I find it really useful as a project management tool in dealing with the chaos of several different languages, build tools, etc. With HTML, I've used markdown for text content, pug for more structural setups, plain HTML for header boilerplate, all weaved into the same output document that is just plain HTML. It also is often useful for splitting css between a main site sheet vs local to a file (e.g., a lot of css styling on the main landing page is different than the other content-based pages of a site, at least back when websites had content).

    I've also found it useful when essentially plugging in data or HTML fragments into JavaScript. I can quickly write a trivial dsl that takes in the data in a convenient form and transforms it into a convenient code version. A variant of the transformational technique is when similar code is almost the same, but just needs a little subbing. I can write a single block covering most of the commonality, and then sub in the differences. For example, if writing some arithmetic operator function code, replacing '+' with the other operators.

    An aspect I also love about the approach is having two views of the code. The LP view is more of an outline with blocks subbing in, with some transformations going on. The compiled LP version is one where you can see all the code in full context, minimizing the jumping around at that level, something that cannot be achieved with a bunch of functional calls.

    Over the last few weeks, I have started to learn Elixir. I have noticed that I feel less drawn to use literate-programming for that language. It feels like it is so well designed that literate-programming is almost redundant for it. I am trying to figure out justifying that statement, but it is still early days for me in that language. But it feels like, for instance, the matching on function parameters so that one can avoid if-else if-...-else constructs cuts down on a lot of boilerplate stuff. Admittedly, JavaScript has a lot less of that as well nowadays with all the new language constructs. Maybe it is just about Elixir being a functional language with the safety and little overhead of calling functions that make it more attractive to use functions as the outlining / reordering mechanism. Also, the pipe operator allows steps of transformations to be done easily and clearly, which is super helpful.

    One huge downside of LP is that it allows the dictates of a given language to be worked around, making it harder for others to follow up with the work. Ideally the text of the LP helps with that, but it still is a barrier. This seems less of a problem in the front-end web world because that is just a mess of competing notions, but in something cohesively designed with sensible standards that the community follows (my impression of Elixir), it would become a much bigger downside to strike out on your own path.

  • Literate: A Flexible Literate Programming System
    3 projects | news.ycombinator.com | 1 Mar 2021
    A system that I created that does all of that is https://github.com/jostylr/literate-programming It does work and I tweak every now and then, but it certainly is not in an ideal state. It is a npm installable command line program and there is a 10% written book linked to from the README (free to read on Leanpub in HTML style). Almost every command is documented in there, but just barely.

    It is a markdown-based tool. I had experimented with creating a different tool called pieceful-programming which would allow for changing the basic literate style (say instead of markdown, using asciidoc). But I did not complete it (yet?).

    I used my tool for web programming, allowing me to freely arrange backend and frontend code as I see fit.

What are some alternatives?

When comparing Literate and literate-programming you can also consider the following projects:

ntangle.vim - Literate programming in VIM

geom - 2D/3D geometry toolkit for Clojure/Clojurescript

verso - A new approach to literate programming.

itypescript - ITypescript is a typescript kernel for the Jupyter notebook (A modified version of IJavascript)

dendron - The personal knowledge management (PKM) tool that grows as you do!

notebook-mode - GNU Emacs notebook mode

noweb - The noweb tool for literate programming

golem

clojure-small-pieces - Clojure in Small Pieces -- Literate Clojure - Created by Tim Daly

lmt - literate markdown tangle

dotfiles - Yet another dotfile-repository

mu - Soul of a tiny new machine. More thorough tests โ†’ More comprehensible and rewrite-friendly software โ†’ More resilient society.