comp.lang.ada
 help / color / mirror / Atom feed
From: gautier_niouzes@hotmail.com
Subject: Re: Ann: UnZip-Ada v.20
Date: 19 Mar 2007 07:05:12 -0700
Date: 2007-03-19T07:05:12-07:00	[thread overview]
Message-ID: <1174313112.392118.313210@d57g2000hsg.googlegroups.com> (raw)
In-Reply-To: <1174303820.108064.43930@e1g2000hsg.googlegroups.com>

On 19 mar, 12:30, "Harald Korneliussen" <vinterm...@gmail.com> wrote:
>   -- Codes for methods
>
>   stored:    constant:= 0;
>   shrunk:    constant:= 1;
>   reduced_1: constant:= 2;
>   reduced_2: constant:= 3;
>   reduced_3: constant:= 4;
>   reduced_4: constant:= 5;
>   imploded:  constant:= 6;
>   deflated:  constant:= 8;
>
>   SupportedMethods: constant:=
>     2 ** stored    + 2 ** shrunk    +
>     2 ** reduced_1 + 2 ** reduced_2 +
>     2 ** reduced_3 + 2 ** reduced_4 +
>     2 ** imploded  +
>     2 ** deflated;
>
> Ick! ;-) Translation from C via Pascal shines through occasionally.

I guess you spotted this remain of C code in the browsable source
(version 15), it is not anymore in the present version (v. 20). You
will see yet a few other not-so-nice things, like packages that used
to contain global variables; but since you can make packages sub-units
of a procedure, it was possible to finally zap this problem like with
a mangic wand...

> But it's really interesting, we are certainly not spoiled with pure
> Ada libraries.
> Thanks for making it public, and I hope you go with a
> standard license.

There is an improved version now (certainly not perfect) of the
license.

Gautier




      parent reply	other threads:[~2007-03-19 14:05 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-16 13:14 Ann: UnZip-Ada v.20 Gautier
2007-03-16 15:54 ` Poul-Erik Andreasen
2007-03-16 16:03   ` Jacob Sparre Andersen
2007-03-16 16:24     ` Poul-Erik Andreasen
2007-03-16 17:29   ` Gautier
2007-03-16 19:28     ` Poul-Erik Andreasen
2007-03-16 21:36     ` Jacob Sparre Andersen
2007-03-17  7:52       ` Gautier
2007-03-19 11:30         ` Harald Korneliussen
2007-03-19 12:56           ` Jacob Sparre Andersen
2007-03-19 13:19             ` Martin Krischik
2007-03-19 13:46               ` Georg Bauhaus
2007-03-19 16:29                 ` Georg Bauhaus
2007-03-19 14:05           ` gautier_niouzes [this message]
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox