Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.compilers > #683

Re: Have we reached the asymptotic plateau of innovation in programming languages

From chris dollin <ehog.hedge@googlemail.com>
Newsgroups comp.compilers
Subject Re: Have we reached the asymptotic plateau of innovation in programming languages
Date 2012-06-09 14:21 +0100
Organization Compilers Central
Message-ID <12-06-022@comp.compilers> (permalink)

Show all headers | View raw


Johann 'Myrkraverk' Oskarsson said:

> Another point to make. Why do we assign from right to left? Is it in
> any way natural? What's wrong with
>
>   a + b --> c "a plus b assigned to c"

Pop11 assignments run source-to-target as you write above
(using -> rather than -->), partly because of its use of
an open stack for expression evaluation.

Chris

--
Chris "allusive" Dollin

Back to comp.compilers | Previous | Next | Find similar


Thread

Re: Have we reached the asymptotic plateau of innovation in programming languages chris dollin <ehog.hedge@googlemail.com> - 2012-06-09 14:21 +0100

csiph-web