noroff
A WEB-like literate-programming tool
Install
- All systems
-
curl cmd.cat/noroff.sh
- Debian
-
apt-get install noweb
- Ubuntu
-
apt-get install noweb
- Kali Linux
-
apt-get install noweb
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install noweb
- OS X
-
brew install noweb
- Raspbian
-
apt-get install noweb
- Dockerfile
- dockerfile.run/noroff
noweb
A WEB-like 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. The noweb manual is only 3 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, and HTML back ends. The primary sacrifice relative to WEB is that code is not prettyprinted.