Re: Add D front-end, libphobos library, and D2 testsuite... to GCC

2018-10-28 Thread Saurabh Das via Digitalmars-d-announce
On Monday, 29 October 2018 at 03:43:49 UTC, Mike Parker wrote: Congratulations are in order for Iain Buclaw. His efforts have been rewarded in a big way. Last Friday, he got the greenlight to move forward with submitting his changes into GCC:

Re: excel-d v0.0.1 - D API to write functions callable from Excel

2017-03-21 Thread Saurabh Das via Digitalmars-d-announce
On Monday, 20 March 2017 at 20:09:58 UTC, Atila Neves wrote: http://code.dlang.org/packages/excel-d This dub package allows D code to be called from Excel. It uses compile-time reflection to register the user's code in an XLL (a DLL loaded by Excel) so no boilerplate is necessary. Not even

Re: Many documentation examples can now be run online

2016-12-25 Thread Saurabh Das via Digitalmars-d-announce
On Saturday, 24 December 2016 at 06:55:37 UTC, Seb wrote: On Saturday, 24 December 2016 at 06:08:49 UTC, Saurabh Das wrote: [...] Thanks for your feedback :) [...] Sure - that should be fairly trivial. [...] Yes, that would be pretty nice to have. Unfortunately the maintainer of

Re: Many documentation examples can now be run online

2016-12-23 Thread Saurabh Das via Digitalmars-d-announce
On Saturday, 24 December 2016 at 00:04:54 UTC, Seb wrote: On Friday, 23 December 2016 at 23:52:48 UTC, Johan Engelen wrote: On Tuesday, 20 December 2016 at 07:04:38 UTC, Seb wrote: https://github.com/dlang/dlang.org/pull/1527 Nice. It's pretty awesome! When clicking the "edit" button, a

Re: Release vibe.d 0.7.30

2016-11-01 Thread Saurabh Das via Digitalmars-d-announce
On Tuesday, 1 November 2016 at 09:09:05 UTC, Saurabh Das wrote: On Monday, 31 October 2016 at 20:30:22 UTC, Sönke Ludwig wrote: [...] I'm going to try this out today! :) How can I find out more information about the 'runApplication' change? What does "slowly fading out" mean?

Re: Release vibe.d 0.7.30

2016-11-01 Thread Saurabh Das via Digitalmars-d-announce
On Monday, 31 October 2016 at 20:30:22 UTC, Sönke Ludwig wrote: Main changes over 0.7.29: - Compiles on the latest DMD version (2.068.x-2.072.0) - Added a new authorization framework for the web/REST interface generators - Extended the serialization framework with more hooks and

Re: ggplotd version 1.0.0 released

2016-08-21 Thread Saurabh Das via Digitalmars-d-announce
On Saturday, 20 August 2016 at 16:37:29 UTC, Edwin van Leeuwen wrote: I just wanted to announce the 1.0.0 version release of ggplotd [1]. The main addition is support for legends. Other than that the release focused on cleaning up/refactoring the code. It should still be backwards compatible

Re: Release vibe.d 0.7.29

2016-07-05 Thread Saurabh Das via Digitalmars-d-announce
On Monday, 4 July 2016 at 08:24:40 UTC, Sönke Ludwig wrote: [...] That's fantastic! I shall definitely check both out. Saurabh

Re: Release DUB 1.0.0

2016-06-21 Thread Saurabh Das via Digitalmars-d-announce
On Monday, 20 June 2016 at 15:52:46 UTC, Sönke Ludwig wrote: I'm pleased to announce the release of the first stable version of the DUB package manager. Stable in this case means that the API, the command line interface and the package recipe format will only receive fully backwards compatible

Re: Beta release DUB 1.0.0-beta.1

2016-06-13 Thread Saurabh Das via Digitalmars-d-announce
On Tuesday, 7 June 2016 at 09:54:19 UTC, Sönke Ludwig wrote: DUB 1.0.0 is nearing completion. The new feature over 0.9.25 is support for single-file packages, which can be used to write shebang-style scripts on Posix systems: [...] That is really useful! Thanks again for all the work you

Re: The D language online tour - tour.dlang.org

2016-05-17 Thread Saurabh Das via Digitalmars-d-announce
On Monday, 16 May 2016 at 17:32:06 UTC, André wrote: Hi, after another round of polishing, bug fixing, very useful user contributions and suggestions, I'd like to present the new home of the D language online tour: http://tour.dlang.org/ Thank you very much to the D foundation for hosting

Re: Upcoming appearance

2016-03-27 Thread Saurabh Das via Digitalmars-d-announce
On Saturday, 26 March 2016 at 20:45:49 UTC, Andrei Alexandrescu wrote: I'll be at ACCU teaching a day-long tutorial on D (http://accu.org/index.php/conferences/accu_conference_2016/accu2016_sessions#The_D_Language,_or_The_Art_of_Going_Meta) and delivering a keynote

Re: New D book available for pre-order: D Web Development

2016-02-06 Thread Saurabh Das via Digitalmars-d-announce
On Wednesday, 22 July 2015 at 15:29:20 UTC, Kai Nacke wrote: Hi all! Did you notice that development of LDC has been a bit slowly in the past? The reason is my book D Web Development, available now for pre-order: https://www.packtpub.com/web-development/d-web-development [...]

Re: Writing a scalable chat room service in D

2016-01-04 Thread Saurabh Das via Digitalmars-d-announce
On Monday, 4 January 2016 at 10:19:52 UTC, Sönke Ludwig wrote: Finally published the article that I had prepared in autumn last year. It gives an overview of the basic functionality needed to implement a typical web application using vibe.d. The example uses Redis as a data store - using other

Re: https everywhere update - dlang.org gets an "A" now!

2015-12-04 Thread Saurabh Das via Digitalmars-d-announce
On Wednesday, 2 December 2015 at 22:17:20 UTC, Walter Bright wrote: On 11/24/2015 10:59 AM, David Nadlinger wrote: > On Monday, 23 November 2015 at 20:55:32 UTC, Walter Bright wrote: >> [...] proper >> [...] fully https! > > There are a number of issues with how SSL is set up on the server, from

Re: D compiler daily downloads at an all-time high

2015-11-16 Thread Saurabh Das via Digitalmars-d-announce
On Monday, 16 November 2015 at 15:20:51 UTC, Andrei Alexandrescu wrote: http://erdani.com/d/downloads.daily.png There have been 1677 dmd downloads per day (net after discounting Travis CI) on average over the past 28 days (i.e. four weeks ending Sunday, November 15). That's a new all-times

Re: Moving forward with work on the D language and foundation

2015-08-25 Thread Saurabh Das via Digitalmars-d-announce
On Monday, 24 August 2015 at 18:43:01 UTC, Andrei Alexandrescu wrote: Hello everyone, Following an increasing desire to focus on working on the D language and foundation, I have recently made the difficult decision to part ways with Facebook, my employer of five years and nine months.

Re: DConf Day 1 Talk 6: Case Studies in Simplifying Code with Compile-Time Reflection by Atila Neves

2014-06-18 Thread Saurabh Das via Digitalmars-d-announce
I find it impossible to even find the posts on HN. Within a few hours of them being posted by Andrei, they are buried 4-5 pages deep in the 'new' section with very few upvotes. Last year I saw most of the talks (DConf13) on HN and r/programming. This year I find them only on this forum

Re: Dconf 2014 talks - when to be available

2014-05-27 Thread Saurabh Das via Digitalmars-d-announce
On Tuesday, 27 May 2014 at 23:48:44 UTC, currysoup wrote: On Tuesday, 27 May 2014 at 23:08:01 UTC, Leandro Lucarella wrote: Ali Çehreli, el 27 de May a las 10:40 me escribiste: On 05/27/2014 09:18 AM, Suliman wrote: apparently to stay on top of reddit for awhile. Explain plz A benefit of