D - I don't know
- Mike (4/4) Jan 22 2003 Hello, I'm coming from RAD land, I don't understand what use has a progr...
- Sean L. Palmer (13/17) Jan 23 2003 Well for starters, you can use it to *write* a user interface. ;)
- Walter (4/7) Jan 23 2003 Writing wysisyg dialog editors is not a core competency of mine :-( so I...
-
Mike
(8/15)
Jan 23 2003
Palmer"
wrote in - Ilya Minkov (15/28) Jan 24 2003 Well, i am also originally coming from RAD, but i didn't like it there.
- Mike (14/42) Jan 26 2003 ;)
- Ilya Minkov (3/7) Jan 27 2003 Convert C headers into D imports, so that existing C libraries and
Hello, I'm coming from RAD land, I don't understand what use has a programing language without a user interface? I understand the dos days, ok , but thats over . I really would appreciate it, most probably I am missing something..
Jan 22 2003
Well for starters, you can use it to *write* a user interface. ;) Also it's not a great idea to tie a language too tightly to a particular interface, be it graphical or text. If you need a pretty IDE with drag and drop buttons and forms, D is too early along in development for that yet. Come back in a year or so. Every language has to start somewhere, and while Walter is like a one man Army, he isn't Microsoft; the WYSIWYG dialog editors will have to come later. Sean "Mike" <Mike_member pathlink.com> wrote in message news:b0o34e$27lv$1 digitaldaemon.com...Hello, I'm coming from RAD land, I don't understand what use has aprograminglanguage without a user interface? I understand the dos days, ok , butthatsover . I really would appreciate it, most probably I am missing something..
Jan 23 2003
"Sean L. Palmer" <seanpalmer directvinternet.com> wrote in message news:b0og91$2er2$1 digitaldaemon.com...Every language has to start somewhere, and while Walter is like a one man Army, he isn't Microsoft; the WYSIWYG dialog editors will have to come later.Writing wysisyg dialog editors is not a core competency of mine :-( so I'm hoping someone else will rise to that challenge!
Jan 23 2003
In article <b0qdai$hlm$3 digitaldaemon.com>, Walter says..."Sean L.Palmer" <seanpalmer directvinternet.com> wrote in messagenews:b0og91$2er2$1 digitaldaemon.com...somewhere, and while Walter is like a one manEvery language has to startWYSIWYG dialog editors will have to comeArmy, he isn't Microsoft; theI hope he wouldn't be like MS with there stylelater.Writing wysisyg dialog editors is not a core competency ofmine :-( so I'mhoping someone else will rise to that challenge!
Jan 23 2003
Sean L. Palmer wrote:Well for starters, you can use it to *write* a user interface. ;) Also it's not a great idea to tie a language too tightly to a particular interface, be it graphical or text. If you need a pretty IDE with drag and drop buttons and forms, D is too early along in development for that yet. Come back in a year or so. Every language has to start somewhere, and while Walter is like a one man Army, he isn't Microsoft; the WYSIWYG dialog editors will have to come later. SeanWell, i am also originally coming from RAD, but i didn't like it there. I also consider it harmful, not knowing about the usual loopback interfaces and such, which is a classical programming practice applicable to many daily tasks, hidden from RADlers. It is important to devise a cross-platform GUI library. Then a UI builder can be written. Not the other way around. :> I might volunteer to write a GUI builder if i appear to like the GUI library, which i shall not design myself, but will keep dropping "wishes" in. :> For now i'm planning to write a "c-hea.d" utility, which does -- guess what! But i'll be busy for the next 2 weeks and won't actually start until afterwards. I first planned to do it in OCaml, but i think i'll rather stick to D. -i.
Jan 24 2003
In article <b0rvu3$1atm$1 digitaldaemon.com>, Ilya Minkov says...Sean L.Palmer wrote:;)Well for starters, you can use it to *write* a user interface.particularAlso it's not a great idea to tie a language too tightly to aIDE with drag and drop buttons and forms, D is toointerface, be it graphical or text. If you need a prettyfor that yet. Come back in a year or so.early along in developmentsomewhere, and while Walter is like a one manEvery language has to startWYSIWYG dialog editors will have to comeArmy, he isn't Microsoft; thealso originally coming from RAD, but i didn't like it there.later. SeanWell, i amI also considerit harmful, not knowing about the usual loopbackinterfaces and such, which isa classical programming practiceapplicable to many daily tasks, hidden fromRADlers.It is important to devise a cross-platform GUI library. Then a UI builder can be written. Not the other way around. :> I might volunteer to write a GUI builder if i appear to like the GUI library, which i shall not design myself, but will keep dropping "wishes" in. :> For now i'm planning to write a "c-hea.d" utility, which does -- guess what!I don't have the slightest idea But i'll be busy for the next 2 weeks and won't actually startuntil afterwards. I first planned to do it in OCaml, but i think i'll rather stick to D. -i.
Jan 26 2003
Mike wrote:Convert C headers into D imports, so that existing C libraries and interfaces can be easily used.For now i'm planning to write a "c-hea.d" utility, which does -- guess what!I don't have the slightest idea
Jan 27 2003