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!news1.google.com!news.glorb.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!cyclone1.gnilink.net!spamkiller2.gnilink.net!gnilink.net!trndny06.POSTED!da342007!not-for-mail From: "stephane richard" Newsgroups: comp.lang.ada References: <2sqmccF1oit5sU1@uni-berlin.de> <2sr234F1oog3tU1@uni-berlin.de> Subject: Re: Literate Programming in Ada, AdaDoc, AdaBrowse X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-RFC2646: Format=Flowed; Response X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Message-ID: Date: Sat, 09 Oct 2004 21:39:01 GMT NNTP-Posting-Host: 129.44.76.188 X-Complaints-To: abuse@verizon.net X-Trace: trndny06 1097357941 129.44.76.188 (Sat, 09 Oct 2004 17:39:01 EDT) NNTP-Posting-Date: Sat, 09 Oct 2004 17:39:01 EDT Xref: g2news1.google.com comp.lang.ada:4965 Date: 2004-10-09T21:39:01+00:00 List-Id: "Nick Roberts" wrote in message news:2sr234F1oog3tU1@uni-berlin.de... > > 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 Have you looked at AIDE ? http://stephane.rochebrune.org/aide/aide.html it uses textinfo. I don't know how integrated to the rest it is....but I think there's a lot of things to facilitate the process...that combined with Emacs macros might help...I'd have a quick read :-).