Bob Bridges Wrote "Am I missing something obvious, here?  In what computer
language(s) is a move not actually a copy?  And how?".

I referred to this since someone said that COBOL is English like. As such
the language is wrong because it does not describe correctly in English
what happens. COPY, REPLICATE, PROPAGATE would all be more precise English.

IDEAL(CA/Broadcom)  has MOVE and SET. They do the same thing. Which do you
prefer:

MOVE A TO B or
SET B = A ?

On Sat, Jul 18, 2020 at 4:30 PM Bob Bridges <[email protected]> wrote:

> Am I missing something obvious, here?  In what computer language(s) is a
> move not actually a copy?  And how?
>
> ---
> Bob Bridges, [email protected], cell 336 382-7313
>
> /* In science one tries to tell people, in such a way as to be understood
> by everyone, something that no one ever knew before....in poetry, it's the
> exact opposite.  -Paul Dirac */
>
> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:[email protected]] On
> Behalf Of David Crayford
> Sent: Friday, July 17, 2020 00:53
>
> I beg to differ! For the programming languages I code in use there is a
> huge difference between copy and move semantics.
>
> --- On 2020-07-17 11:12 AM, Tony Thigpen wrote:
> > From the start, MOVE in the programming world has been equated to what
> > you are calling a COPY.
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
>


-- 
Wayne V. Bickerdike

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to