chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Mac OS X static library names


From: Peter Keller
Subject: Re: [Chicken-users] Mac OS X static library names
Date: Tue, 15 May 2007 14:45:01 -0500
User-agent: Mutt/1.4.2.1i

On Tue, May 15, 2007 at 03:30:35PM -0400, Brandon Van Every wrote:
> I thought C# had a strong notion of versioning.  I haven't really gone up
> the C# learning curve enough to recall whether an Assembly is a C# or a .NET
> concept though.  Nor whether it provides an ultimate solution.
> 
> Don't know if Java solves it either.
> 
> The theme is to put versioning in the language though.

One might think versioning is a good idea, but you really have
to version the data going into and out of a function, not just the
function interfaces. I would find it surprising to find any language
doing this today.

-pete




reply via email to

[Prev in Thread] Current Thread [Next in Thread]