
Top : Computers : Programming : Methodologies :
Literate Programming
Websites
A large collection of links to related resources.
site exerpt
Literate Programming Library Mail additions to this list to marcus@x4u.desy.de You can also search for keyword on this server. Getting Start(l)ed A first look into Literate Programming with WEB Virtual Course Planned GNA Internet course on Literate Programming Editing GNU Emacs mode for...By Donald Knuth and Levy, describing a prominent system of Literate Programming.
site exerpt
Knuth and Levy:CWEB B is a software system that facilitates the creation of readable programs. It was originally developed by Donald E. Knuth as he wrote the TeX typesetting system. Users of WEB are able to Write programs of superior quality; Produce state-of-the-art...A Book by Donald Knuth, who started the ideas about Literate Programming with WEB.
site exerpt
Knuth: Literate Programming Literate programming is a methodology that combines a programming language with a documentation language, thereby making programs more robust, more portable, more easily maintained, and arguably more fun to write than programs that are written only in a high-level language....Simple, extensible tool for Literate Programming.
site exerpt
Noweb home page Literate programming is the art of preparing programs for human readers. 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. noweb uses 5 control sequences...Resources for Literate Programming. Consulting services. Download freeware for Windows 95, 98, and NT. Learn about the CWEB programming language.
site exerpt
Literate Programming Sorry, this document can be viewed only with a frames-capable browser....WEB2 programming tool for Pascal combining program-code and documentation into a single source-file.
site exerpt
WEB2 homepage Software is hardand it takes a long time. WEB2 is a free programming tool for Pascal. It allows you to combine the program-code and its documentation into a single source-file. This combination is the technique of Literate Programming. program literate;...A good place to start looking for information.
http://shelob.ce.ttu.edu/daves/lpfaq/faq.html
Information on applying SGML and XML to Literate Programming.
site exerpt
Cover Pages: SGML/XML and Literate Programming This document provides a collection of references for literate programming techniques and style in the context of descriptive markup languages, e.g SGML, XML, DSSSL, HyTime, etc. Numerous researchers have observed that the goals of information re-use and data normalization embraced...An article by Peter J. Knaggs, originally presented at euroFORTH'95.
http://decweb.bournemouth.ac.uk/...aff/pknaggs/papers/literate.html
The WikiWiki entry point for related information and discussions.
site exerpt
Literate Programming Programming is a programming methodology in which a program is its own documentation. It is a way to organize code so that it matches the way humans think and explain and present ideas, rather than matching the way a compiler...A part of the Computer Science Bibliography Collection.
site exerpt
Bibliography on literate programming Bibliography on literate programming About Browse Statistics ]Number of references:225Last update:July 30, 2005Number of online publications:86Supported:yes Most recent reference:August 2001 Info:Version 3.00 Query: in any author title field; Publication year: in since before four digit years) Options: Results as Citation...Overview of the concepts and some ideas for applying this methodology.
site exerpt
Literate Programming Propaganda and Tools Rationale for literate programming Literate programming is an approach to programming which emphasises that programs should be written to be read by people as well as compilers. From a purist standpoint, a program could be considered a publishable-quality document that...Article by Norman Walsh.
site exerpt
Literate Programming in XML Literate programming is a programming and documentation methodology. Its central tenet is that documentation is more important than source code and should be the focus of a programmer's activity.Literate programming facilitates this approach by combining code and documentation into a...A Literate Programming tool for XML written in XSL-T.
site exerpt
xmLP A Literate Programming Tool for XML P is a literate programming tool written in XSL-T. It is heavily influenced by experience with FunnelWeb, a non-XML literate programming tool. Literate programming is about being able to getting away from having to write computer programs (or any other...Provide tools to support Donald Knuth's Literate Programming using XML instead of TeX. Is not based on any specific DTD or programming language, but instead uses processing instructions for processing the literate programs.
site exerpt
Literate Programming with XML Programming is a style of programming developed by Donald Knuth, which makes writing programs similar to writing essays you write a program as part of an essay which explains how it works. In literate programming, readability and pedagogical purposes come...