Thread overview | |||||||
---|---|---|---|---|---|---|---|
|
September 18, 2013 How Compilers Work | ||||
---|---|---|---|---|
| ||||
http://i.imgur.com/OnMc8HO.jpg |
September 18, 2013 Re: How Compilers Work | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | On Tue, 17 Sep 2013 22:23:03 -0700, Walter Bright <newshound2@digitalmars.com> wrote: > http://i.imgur.com/OnMc8HO.jpg +1 +1000 +1000000 -- Adam Wilson IRC: LightBender Project Coordinator The Horizon Project http://www.thehorizonproject.org/ |
September 18, 2013 Re: How Compilers Work | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | On Wednesday, 18 September 2013 at 05:23:03 UTC, Walter Bright wrote:
> http://i.imgur.com/OnMc8HO.jpg
Today I learned that
mixin("*msg.base." ~ member ~ "_assign")(msg, value);
is valid D syntax.
|
September 18, 2013 Re: How Compilers Work | ||||
---|---|---|---|---|
| ||||
Posted in reply to Brian Schott | On Wednesday, 18 September 2013 at 06:11:44 UTC, Brian Schott wrote:
> On Wednesday, 18 September 2013 at 05:23:03 UTC, Walter Bright wrote:
>> http://i.imgur.com/OnMc8HO.jpg
>
> Today I learned that
>
> mixin("*msg.base." ~ member ~ "_assign")(msg, value);
>
> is valid D syntax.
Where is value used?
|
September 18, 2013 Re: How Compilers Work | ||||
---|---|---|---|---|
| ||||
Posted in reply to Gary Willoughby | On Wed, 18 Sep 2013 10:10:42 +0200 "Gary Willoughby" <dev@nomad.so> wrote: > On Wednesday, 18 September 2013 at 06:11:44 UTC, Brian Schott wrote: > > On Wednesday, 18 September 2013 at 05:23:03 UTC, Walter Bright wrote: > >> http://i.imgur.com/OnMc8HO.jpg > > > > Today I learned that > > > > mixin("*msg.base." ~ member ~ "_assign")(msg, value); > > > > is valid D syntax. > > Where is value used? It's passed as the second argument to *msg.base.whatever_assign(...etc...) Or did I misunderstand the question? |
Copyright © 1999-2021 by the D Language Foundation