On Sunday, 6 March 2016 at 07:38:01 UTC, Ali Çehreli wrote:
Motivated by Dmitry's "Pitching D to a gang of Gophers" thread, how about pitching it to a gang of professors and graduate students?

I will be presenting D to such an audience at METU in Ankara. What are the points that you would stress? I am thinking that they would be interested more in whether D is better as a teaching tool. Do you agree?

Ali

Operator overloading!
To build and use the clean Matrix-Vector products syntax M * v and not: mult_matrix_vec(M,v). Combined with all the cool templating to define
one function for many types.






Reply via email to