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 Path: g2news1.google.com!news2.google.com!proxad.net!news2.telebyte.nl!news.jgaa.com!news.hacking.dk!pnx.dk!not-for-mail From: Jacob Sparre Andersen Newsgroups: comp.lang.ada Subject: Re: Literate Programming in Ada, AdaDoc, AdaBrowse Date: 16 Oct 2004 21:46:44 +0200 Organization: hacking.dk - Doing fun stuff with open source Sender: sparre@sparre.crs4.it Message-ID: References: <2sqmccF1oit5sU1@uni-berlin.de> NNTP-Posting-Host: 80.241.165.49 Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: xyzzy.adsl.dk 1097956016 1995 80.241.165.49 (16 Oct 2004 19:46:56 GMT) X-Complaints-To: usenet@news.hacking.dk NNTP-Posting-Date: Sat, 16 Oct 2004 19:46:56 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: g2news1.google.com comp.lang.ada:5336 Date: 2004-10-16T21:46:44+02:00 List-Id: Steve wrote: > Jacob Sparre Andersen wrote: > > Steve wrote: > > > What I would like to see is a fancy programming editor that > > > allows you to include text, graphics, spreadsheets, etc., in > > > comments. > > > > Why in the comments? > > > Because it makes the writing the tool simple, and minimizes on the > amount of garbage in the source code. I would rather say that it increases the amount of garbage in the source code. > For example, the code might look something like [...] > -- M0410151846 So you don't want to include other data formats in the code, but just to link to them. Why not just use the identifiers already available in the source code for the links, instead of adding new ones? (I don't think I'm the first to suggest this) Jacob -- �Saving keystrokes is the job of the text editor, not the programming language.� -- Preben Randhol