From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,81054609038e88e3 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Nick Roberts Newsgroups: comp.lang.ada Subject: Re: Literate Programming in Ada, AdaDoc, AdaBrowse Date: Sat, 09 Oct 2004 22:04:36 +0100 Message-ID: <2sr234F1oog3tU1@uni-berlin.de> References: <2sqmccF1oit5sU1@uni-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de gdEPGTEMLwr+i9R8ragtfQw7VHQhmZONN6VfOXBfVoHSjQeOQ= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040803 X-Accept-Language: en-us, en In-Reply-To: Xref: g2news1.google.com comp.lang.ada:4964 Date: 2004-10-09T22:04:36+01:00 List-Id: Wes Groleau wrote: > Were the original "tangle" "web" and "weave" open source? > > I think they were in Pascal. Should be easy to convert to > Ada and modify some of the details in the process. Well, yes, but that doesn't address the problem I mentioned, that have to run the tangle program evry time between changing the source code (even slightly) and recompiling and running. Since (as I understand it) tangling involves reading and interpreting /all/ the web files of the project, and regenerating /all/ the source code files (obviously, there may be hundreds), it just isn't a practical proposition for software development. -- Nick Roberts