Re: some questions about D

2009-10-24 Thread Luis P. Mendes
Thu, 22 Oct 2009 13:04:55 -0400, bearophile escreveu: > Luis P. Mendes: > >> I'm about to begin a project on artificial intelligence, decision trees >> and some other algorithmic stuff that needs runtime and development >> speed. > > Very good, D sounds fit for such kind of code. If you need dev

Re: some questions about D

2009-10-23 Thread Phil Deets
On Thu, 22 Oct 2009 11:50:51 -0500, Luis P. Mendes wrote: 5) Besides Alexei forthcoming book, is there documentation for the whole language and not only to part of it as in http://compsci.ca/v3/ viewtopic.php?t=9518 and http://en.wikibooks.org/wiki/A_Beginner% 27s_Guide_to_D ? I remember wh

Re: some questions about D

2009-10-22 Thread Nick B
Luis P. Mendes wrote: Hi, I'm about to begin a project on artificial intelligence, decision trees and some other algorithmic stuff that needs runtime and development speed. I've been looking to D before, but ended up reading and learning some C+ +. But C++ seems more complex than I need and

Re: some questions about D

2009-10-22 Thread div0
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 bearophile wrote: > Luis P. Mendes: > >> I'm about to begin a project on artificial intelligence, decision trees >> and some other algorithmic stuff that needs runtime and development speed. > > Very good, D sounds fit for such kind of code. > If yo

Re: some questions about D

2009-10-22 Thread bearophile
Luis P. Mendes: > I'm about to begin a project on artificial intelligence, decision trees > and some other algorithmic stuff that needs runtime and development speed. Very good, D sounds fit for such kind of code. If you need development speed (with good performance) you may also take a look at

some questions about D

2009-10-22 Thread Luis P. Mendes
Hi, I'm about to begin a project on artificial intelligence, decision trees and some other algorithmic stuff that needs runtime and development speed. I've been looking to D before, but ended up reading and learning some C+ +. But C++ seems more complex than I need and outdated (my opinion). As