comp.lang.ada
 help / color / mirror / Atom feed
From: Andre <avsaway@hotmail.com>
Subject: Re: Quantified Expressions: "some"
Date: Sun, 19 Dec 2010 11:04:27 +0100
Date: 2010-12-19T11:04:27+01:00	[thread overview]
Message-ID: <903d5$4d0dd8ac$541ece2c$2664@cache6.tilbu1.nb.home.nl> (raw)
In-Reply-To: <op.vmfooiqzlzeukk@jellix.jlfencey.com>


On 11/19/2010 21:03, Vinzent Hoefler wrote:
> Georg Bauhaus wrote:
>
>> (a) know that "=>" is just an arrow for associations(*), and
>>
>> (b) know that its very mirror, "<=" is defined at a very different
>> linguistic level, that of relational operators.
>>
>> This *is* confusing (and is an opportunity for condescension of
>> Him Who Knows Ada Well), even though this piece of obfuscation is old,
>> if rarely used in the past.
>
> It's even more confusing if you know Ada's little sister VHDL, where the
> "<=" actually is a signal assignment:
>
> .-- 8< --
> | if (Reset = '1') then
> here ==> | Rnd_Out <= (others => '0');
> | elsif Rising_Edge (Clock) then
> `-- 8< --
>
> Or, if you already think that's funny, then take a look at a case
> statement:
>
> -- 8< --
> case Input_Select is
> when "00" => Output <= In (0);
> [...]
> when others => Output <= 'Z';
> end case;
> -- 8< --
>
or when "00" => Rnd_Out <= (others => '0')



  reply	other threads:[~2010-12-19 10:04 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-17  0:03 Quantified Expressions: "some" Georg Bauhaus
2010-11-17  6:31 ` AdaMagica
2010-11-17  8:25   ` Niklas Holsti
2010-11-17 12:29     ` Peter C. Chapin
2010-11-17 13:38       ` Georg Bauhaus
2010-11-17 10:46   ` Dmitry A. Kazakov
2010-11-17 12:05     ` (see below)
2010-11-17 13:38       ` Dmitry A. Kazakov
2010-11-17 14:16         ` Georg Bauhaus
2010-11-17 14:20           ` Dmitry A. Kazakov
2010-11-17 16:14             ` J-P. Rosen
2010-11-17 17:28               ` Dmitry A. Kazakov
2010-11-18  1:12                 ` Randy Brukardt
2010-11-18  8:47                   ` Dmitry A. Kazakov
2010-11-18  9:48                     ` AdaMagica
2010-11-18 10:07                       ` Dmitry A. Kazakov
2010-11-18 10:27                         ` AdaMagica
2010-11-18 13:24                       ` Niklas Holsti
2010-11-18 15:51                         ` Georg Bauhaus
2010-11-18 17:58                         ` Peter C. Chapin
2010-11-19 17:48                           ` Georg Bauhaus
2010-11-19 17:51                             ` Georg Bauhaus
2010-11-19 20:03                             ` Vinzent Hoefler
2010-12-19 10:04                               ` Andre [this message]
2010-11-17 11:33 ` stefan-lucks
replies disabled

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