D - Delegate and function unification
- C (4/4) Mar 24 2004 Is this planned for 1.0 ? So we can intercahnge them etc ?
- Walter (3/4) Mar 24 2004 No, it'll be a 2.0 feature. It's conceptually simple, but there are a lo...
- Russ Lewis (6/13) Mar 25 2004 Did you ever look at my proposal
- Walter (6/19) Mar 26 2004 news:opr5d05kxyehmtou@localhost...
- Stewart Gordon (11/17) Mar 29 2004 Supporting null in place of the frame/object pointer of a delegate seems...
Is this planned for 1.0 ? So we can intercahnge them etc ? C -- D Newsgroup.
Mar 24 2004
"C" <dont respond.com> wrote in message news:opr5d05kxyehmtou localhost...Is this planned for 1.0 ? So we can intercahnge them etc ?No, it'll be a 2.0 feature. It's conceptually simple, but there are a lot of tricky details to get right.
Mar 24 2004
Walter wrote:"C" <dont respond.com> wrote in message news:opr5d05kxyehmtou localhost...Did you ever look at my proposal (http://www.digitalmars.com/drn-bin/wwwnews?D/24868)? I was curious what you thought of it. On the one hand, it's pretty ambitious...but it seems sort of D-ish to me. It is certainly an interesting blending of delegates with arrays...Is this planned for 1.0 ? So we can intercahnge them etc ?No, it'll be a 2.0 feature. It's conceptually simple, but there are a lot of tricky details to get right.
Mar 25 2004
"Russ Lewis" <spamhole-2001-07-16 deming-os.org> wrote in message news:c40cec$hsu$1 digitaldaemon.com...Walter wrote:news:opr5d05kxyehmtou localhost..."C" <dont respond.com> wrote in messagelot ofIs this planned for 1.0 ? So we can intercahnge them etc ?No, it'll be a 2.0 feature. It's conceptually simple, but there are aIt's a good idea, but there are several tricky implementation issues due to the vagaries of the various function calling conventions.tricky details to get right.Did you ever look at my proposal (http://www.digitalmars.com/drn-bin/wwwnews?D/24868)? I was curious what you thought of it. On the one hand, it's pretty ambitious...but it seems sort of D-ish to me. It is certainly an interesting blending of delegates with arrays...
Mar 26 2004
Walter wrote:"C" <dont respond.com> wrote in message news:opr5d05kxyehmtou localhost...Supporting null in place of the frame/object pointer of a delegate seems a straightforward solution to me.... And would we still have the basic function pointer, for situations where a delegate would be unnecessary, or perhaps be unusable by foreign code/APIs? Stewart. -- My e-mail is valid but not my primary mailbox, aside from its being the unfortunate victim of intensive mail-bombing at the moment. Please keep replies on the 'group where everyone may benefit.Is this planned for 1.0 ? So we can intercahnge them etc ?No, it'll be a 2.0 feature. It's conceptually simple, but there are a lot of tricky details to get right.
Mar 29 2004