Re: Blog Post - Reducing vibe.d turnaround time (Part 1 Faster Linking)

2014-11-27 Thread nomi via Digitalmars-d-announce

On Friday, 31 October 2014 at 09:51:09 UTC, nomi wrote:
Also I think you are mistaking where the   are actually
used. Theare used in CUDA code, not in C++ code. While
CUDA is a variation on C++, it is still not C++ and has to pass
through a special parser that splits out the host code and the
gpu code to be compiled.


  __
We offer guaranteed success for
[url=http://www.braindumps.com/C4090-958.htm]Braindumps[/url]
with help of latest  [url=http://www.avaya.com/usa/]Avaya[/url]
latest resource
[url=http://en.wikipedia.org/wiki/University_of_Advancing_Technology]University
of Advancing Technology[/url] certification dumps certification
[url=http://web.mit.edu/]Massachusetts Institute of Technology
(MIT)[/url] paced test engine to help you pass
[url=http://www.nova.edu/]Nova Southeastern University[/url]


Re: Blog Post - Reducing vibe.d turnaround time (Part 1 Faster Linking)

2014-11-27 Thread nomi via Digitalmars-d-announce

On Thursday, 27 November 2014 at 08:47:32 UTC, nomi wrote:

On Friday, 31 October 2014 at 09:51:09 UTC, nomi wrote:
Also I think you are mistaking where the   are actually
used. Theare used in CUDA code, not in C++ code. While
CUDA is a variation on C++, it is still not C++ and has to pass
through a special parser that splits out the host code and the
gpu code to be compiled.





Re: Programming in D book, draft of the first print edition and eBook formats

2014-11-27 Thread Ali Çehreli via Digitalmars-d-announce

On 11/26/2014 09:19 PM, Joakim wrote:

 Few would fault you for not wanting to give away free copies if you're
 selling the book, but I don't think Smashwords has a say in the matter.

That's my understanding as well. Thank you for checking.

Ali



Re: Programming in D book, draft of the first print edition and eBook formats

2014-11-27 Thread Dejan Lekic via Digitalmars-d-announce

No, *thank you*! - For the great work you've done! :)


crate.d a draft for a mvc library

2014-11-27 Thread gedaiu via Digitalmars-d-announce

Hi,

In the last weeks I tried to make a draft for a mvc library. I 
tried to take advantage of templates, uda and ctfe to make the 
interaction with the database and the routing easier. There is 
still a lot of work to do for making it ready to work in 
production... but anyway.. what do you think?


https://github.com/gedaiu/crate.d

Thanks,
Bogdan


Re: crate.d a draft for a mvc library

2014-11-27 Thread Rikki Cattermole via Digitalmars-d-announce

On 28/11/2014 8:16 a.m., gedaiu wrote:

Hi,

In the last weeks I tried to make a draft for a mvc library. I tried to
take advantage of templates, uda and ctfe to make the interaction with
the database and the routing easier. There is still a lot of work to do
for making it ready to work in production... but anyway.. what do you
think?

https://github.com/gedaiu/crate.d

Thanks,
Bogdan


I had a look at it, it looks very simplistic. But I assume it would be 
rather fast for linking. Which is a good thing.


I would recommend if you haven't already to look at my projects, 
Cmsed[0], livereload[1], skeleton[2] and dvorm[3].

I started dvorm end of last year and is fairly complete at this point.
Cmsed is due for rewrite (got most of the code done if you are 
interested) but I'm waiting on a PR for dmd before doing more.


[0] https://github.com/rikkimax/Cmsed
[1] https://github.com/rikkimax/livereload
[2] https://github.com/rikkimax/skeleton
[3] https://github.com/rikkimax/dvorm


Re: D is for Data Science

2014-11-27 Thread Daniel Murphy via Digitalmars-d-announce

weaselcat  wrote in message news:rnlbybkfqokypxlgf...@forum.dlang.org...

I see array.sort is planned for future deprecation, what does future 
fall under?


Generally 'future deprecation' means at least 6 months after it gets turned 
into a warning.  Often it's significantly longer, because nobody bothers to 
update it after six months have passed.