noweb
Literate programming tool
Noweb is designed to meet the needs of literate programmers while remaining as simple as possible. Its primary advantages are simplicity, extensibility, and language-independence—especially noticeable when compared with other literate-programming tools. noweb uses 5 control sequences to WEB's 27. The noweb manual is only 4 pages; an additional page explains how to customize its LaTeX output. noweb works “out of the box” with any programming language, and supports TeX, LaTeX, HTML, and troff back ends.
- Versions: 2.13
- Website: https://www.cs.tufts.edu/~nr/noweb/
- Licenses: FreeBSD · FSF-free
- Package source: gnu/packages/noweb.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of noweb
as follows:
guix install noweb
Or install a particular version:
guix install noweb@2.13
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of noweb about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/noweb'><img src='https://packages.guix.gnu.org/packages/noweb/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/noweb/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/noweb)
Example Org:
[[https://packages.guix.gnu.org/packages/noweb][https://packages.guix.gnu.org/packages/noweb/badges/latest-version.svg]]