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
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
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
-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
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
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