digitalmars.D - Reserving Keywords
- Jan-Eric Duden (11/11) Apr 27 2004 Hi!
- J Anderson (4/7) Apr 27 2004 This is already an alias in phobos for bit, and I like it that way.
- Jan-Eric Duden (8/20) Apr 27 2004 Some more thoughts about virtual as a reserved keyword:
- School (2/3) Apr 28 2004 That's quite good.
Hi! I just wanted to suggest that some more keywords should be reserved. First suggestions: - property -->possible future application: to explicitly declare variables as properties - bool -->possible future application: boolean type - virtual --> not sure about this one... the current keyword list is here: http://www.digitalmars.com/d/lex.html#keyword -- Jan-Eric Duden
Apr 27 2004
Jan-Eric Duden wrote:Hi! - bool -->possible future application: boolean typeThis is already an alias in phobos for bit, and I like it that way. -- -Anderson: http://badmama.com.au/~anderson/
Apr 27 2004
- virtual --> not sure about this one...Some more thoughts about virtual as a reserved keyword: I don't think that virtual should be used in D, but I think that people coming from C++ might get confused when they see variables and functions called virtual. -- Jan-Eric Duden "Jan-Eric Duden" <jeduden whisset.com> wrote in message news:c6l6r3$l0k$1 digitaldaemon.com...Hi! I just wanted to suggest that some more keywords should be reserved. First suggestions: - property -->possible future application: to explicitly declare variables as properties - bool -->possible future application: boolean type - virtual --> not sure about this one... the current keyword list is here: http://www.digitalmars.com/d/lex.html#keyword -- Jan-Eric Duden
Apr 27 2004
Jan-Eric Duden wrote (partly):- property -->possible future application: to explicitly declare variables as propertiesThat's quite good.
Apr 28 2004