From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucio De Re To: 9fans@cse.psu.edu Subject: Re: [9fans] dhog the corruptor! Message-ID: <20011114064653.G596@cackle.proxima.alt.za> References: <20011113235023.C50A519A4A@mail.cse.psu.edu> <20011114003429.34D279C404@barf.ugcs.caltech.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20011114003429.34D279C404@barf.ugcs.caltech.edu>; from Quinn Dunkan on Tue, Nov 13, 2001 at 04:34:24PM -0800 Date: Wed, 14 Nov 2001 06:46:53 +0200 Topicbox-Message-UUID: 22326a0a-eaca-11e9-9e20-41e7f4b1d025 On Tue, Nov 13, 2001 at 04:34:24PM -0800, Quinn Dunkan wrote: > > forsyth: > > type checking is often ignored in these interfaces. > > with static linking #include and mk are often adequate if > > not perfect, but dynamic linking increases the chances for > > error. > > AFAICT, though, dynamically typed languages don't have to worry about it. > Skeptics would say "that's because the chances for error are already at > maximum and can't be increased" :) Got bit by that yesterday: my NetBSD packaged "psql" had forgotten to include -ltermcap on the ld command. Took me hours to realise it wasn't an upgrade problem, just finger trouble :-( No compile time diagnostics, of course. ++L