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,ee78aab9bfd2fe2a X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!m15g2000vbp.googlegroups.com!not-for-mail From: Martin Newsgroups: comp.lang.ada Subject: Re: Inspiration for a better calendar package? Date: Tue, 9 Dec 2008 02:15:55 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <873agxd6i1.fsf@nbi.dk> NNTP-Posting-Host: 20.133.0.8 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1228817756 25773 127.0.0.1 (9 Dec 2008 10:15:56 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 9 Dec 2008 10:15:56 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: m15g2000vbp.googlegroups.com; posting-host=20.133.0.8; posting-account=g4n69woAAACHKbpceNrvOhHWViIbdQ9G User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:2941 Date: 2008-12-09T02:15:55-08:00 List-Id: On Dec 9, 9:48=A0am, Jacob Sparre Andersen wrote: > The last issue of RISKS included a link to a Haskell calendar package: > > =A0 =A0http://haskell.org/ghc/docs/latest/html/libraries/time/Data-Time-C= loc... > > This seems to take the problems related to different kinds of time > measures slightly more seriously than Ada.Calendar. =A0Should it be > inspiration for the 201X version of Ada.Calendar? > > Greetings, > > Jacob > -- > "You've got to build bypasses!" Sorry, I must be missing something... Ada.Calendar, Ada.Calendar.Arithmetic and Ada.Calender.Time_Zones already seem to provide all this (and more!). Can you elaborate on what you think is better about the Haskell version? Cheers -- Martin