digitalmars.D - How Compilers Work
- Walter Bright (1/1) Sep 17 2013 http://i.imgur.com/OnMc8HO.jpg
- Adam Wilson (11/12) Sep 17 2013 +1
- Brian Schott (5/6) Sep 17 2013 Today I learned that
- Gary Willoughby (3/9) Sep 18 2013 Where is value used?
- Nick Sabalausky (5/18) Sep 18 2013 It's passed as the second argument to
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/
Sep 17 2013
On Wednesday, 18 September 2013 at 05:23:03 UTC, Walter Bright wrote:http://i.imgur.com/OnMc8HO.jpgToday I learned that mixin("*msg.base." ~ member ~ "_assign")(msg, value); is valid D syntax.
Sep 17 2013
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:Where is value used?http://i.imgur.com/OnMc8HO.jpgToday I learned that mixin("*msg.base." ~ member ~ "_assign")(msg, value); is valid D syntax.
Sep 18 2013
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:It's passed as the second argument to *msg.base.whatever_assign(...etc...) Or did I misunderstand the question?On Wednesday, 18 September 2013 at 05:23:03 UTC, Walter Bright wrote:Where is value used?http://i.imgur.com/OnMc8HO.jpgToday I learned that mixin("*msg.base." ~ member ~ "_assign")(msg, value); is valid D syntax.
Sep 18 2013