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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,aea4cc77526f5e4a X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!p25g2000hsf.googlegroups.com!not-for-mail From: "framefritti@gmail.com" Newsgroups: comp.lang.ada Subject: Re: Separate Compilation in Programming Languages Date: Sat, 23 Feb 2008 02:28:24 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <7xJvj.7420$Ru4.4246@newssvr19.news.prodigy.net> NNTP-Posting-Host: 87.4.175.167 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1203762505 6365 127.0.0.1 (23 Feb 2008 10:28:25 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 23 Feb 2008 10:28:25 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: p25g2000hsf.googlegroups.com; posting-host=87.4.175.167; posting-account=9fwclgkAAAD6oQ5usUYhee1l39geVY99 User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.25 (Windows NT 5.1; U; it),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:20018 Date: 2008-02-23T02:28:24-08:00 List-Id: On 23 Feb, 01:12, wrote: > "Robert A Duff" wrote in messagenews:wccr6f= 4y94q.fsf@shell01.TheWorld.com... > > > Please define what you mean by "separate compilation". > > I knew my original post would stimulate some discussion. =A0 You are > correct that some form of separate compilation is available in most > languages. > > My concern is dependency management. =A0I will give an example in source > code. (snip) > But it still does not seem to solve the dependency issue as cleanly as > Ada does. Actually, I *love* the way Ada manages the dependencies between packages. The headache-inducing Makefiles used in some large C projects of mine are a (bad) memory nowdays...