Re: #include C headers in D code

2018-04-10 Thread Joakim via Digitalmars-d-announce
On Tuesday, 10 April 2018 at 09:36:39 UTC, Atila Neves wrote: On Monday, 9 April 2018 at 20:19:35 UTC, Seb wrote: On Monday, 9 April 2018 at 19:36:23 UTC, Atila Neves wrote: On Monday, 9 April 2018 at 18:15:33 UTC, kinke wrote: [...] This whole idea came about because a couple of years ago

Re: Dockerfile with cross-compiler targeting Windows x64

2018-04-05 Thread Joakim via Digitalmars-d-announce
On Thursday, 5 April 2018 at 11:46:42 UTC, Jacob Carlborg wrote: I've created a Dockerfile [1] containing LDC, configured for cross-compiling targeting Windows x64. It's based on the instructions provided by kinke here [2]. Note, it downloads the MSVC libs from Dropbox. [1]

Re: Enum and Function Parameters Attributes -- No DIP Required

2018-04-12 Thread Joakim via Digitalmars-d-announce
On Thursday, 12 April 2018 at 08:28:17 UTC, Mike Parker wrote: The main point of this post is to announce that the DIP "Enum and Function Parameter Attributes" [1], which has recently been under Draft Review, is no longer required. The DIP will be feature will be implemented without the need

Re: The 10k Twitter Target

2018-04-19 Thread Joakim via Digitalmars-d-announce
On Thursday, 19 April 2018 at 06:53:05 UTC, Basile B. wrote: On Monday, 16 April 2018 at 08:39:05 UTC, Mike Parker wrote: Lately, we've seen a steadily increasing trend of new followers on Twitter. We're closing in on the totally arbitrary yet emotionally significant number of 10,000. I was

Re: GDB + ddemangle

2018-04-20 Thread Joakim via Digitalmars-d-announce
On Thursday, 19 April 2018 at 12:43:36 UTC, ANtlord wrote: Hello! I've written a piece of glue code that helps to debug D code using GDB. The code glues together GDB and ddmangle. Checkout the link https://github.com/ANtlord/gdb-ddemangle PRs are welcome! You are aware that gdb has built-in

Re: GDB + ddemangle

2018-04-24 Thread Joakim via Digitalmars-d-announce
On Wednesday, 25 April 2018 at 05:09:28 UTC, ANtlord wrote: On Friday, 20 April 2018 at 17:55:12 UTC, Iain Buclaw wrote: On 20 April 2018 at 17:40, drug via Digitalmars-d-announce wrote: Using a compiler that implements 2.077 or later (IIRC) probably

Re: LDC 1.9.0 beta

2018-04-25 Thread Joakim via Digitalmars-d-announce
On Tuesday, 24 April 2018 at 19:39:30 UTC, Radu wrote: On Tuesday, 24 April 2018 at 15:53:23 UTC, Joakim wrote: [...] I realized that those PRs are not going to get in :(. Unfortunately it is pretty hard to contribute something that has a big impact. It looks that I need to wait another 2

Re: LDC 1.9.0 beta

2018-04-24 Thread Joakim via Digitalmars-d-announce
On Monday, 23 April 2018 at 09:18:07 UTC, Suliman wrote: What about Webassembly support? Latest LLVM suppport it, so LDC should support also. We don't support a lot of platforms that llvm supports. It will require someone to work on the port, which hasn't happened. I've said before that I

Re: Beta 2.079.0

2018-03-31 Thread Joakim via Digitalmars-d-announce
On Saturday, 31 March 2018 at 00:25:47 UTC, Seb wrote: On Tuesday, 20 February 2018 at 08:43:50 UTC, Martin Nowak wrote: On Monday, 19 February 2018 at 15:58:57 UTC, Joakim wrote: 17. Allow multiple selective imports from different modules in a single import statement I have a bad feeling

Re: Vision document for H1 2018

2018-03-18 Thread Joakim via Digitalmars-d-announce
On Sunday, 18 March 2018 at 10:28:58 UTC, Radu wrote: On Friday, 16 March 2018 at 18:15:02 UTC, David Nadlinger wrote: On Thursday, 15 March 2018 at 10:48:45 UTC, Radu wrote: You have to remember that the really big first client of betterC(++) was DMD, porting DMD from C++ was a big

Re: DConf 2018 Munich Registration is Open!

2018-03-19 Thread Joakim via Digitalmars-d-announce
On Monday, 19 March 2018 at 13:34:36 UTC, Mike Parker wrote: The D Language Foundation is thrilled to announce that registration for DConf 2018, May 2-5 in Munich, is now open. [...] Proggit link, in case you simply forgot to post it here:

Re: D for Android beta

2018-03-18 Thread Joakim via Digitalmars-d-announce
On Wednesday, 30 August 2017 at 07:09:05 UTC, Joakim wrote: On Saturday, 26 August 2017 at 09:59:33 UTC, Joakim wrote: On Thursday, 1 June 2017 at 19:45:17 UTC, Ali Çehreli wrote: Very exciting! :) On 06/01/2017 12:31 PM, Joakim wrote: > I will write up instructions on how to write an

Re: docker images

2018-06-28 Thread Joakim via Digitalmars-d-announce
On Thursday, 28 June 2018 at 17:54:45 UTC, Radu wrote: Created a couple of docker images useful for dlang dev. LDC cross compiler for ARM - https://hub.docker.com/r/rracariu/ldc-linux-armhf/ This image allows one to easily cross compile to ARM. Main use-case is continuous integration

Re: docker images

2018-06-29 Thread Joakim via Digitalmars-d-announce
On Friday, 29 June 2018 at 06:13:53 UTC, Anton Fediushin wrote: On Friday, 29 June 2018 at 04:51:49 UTC, Joakim wrote: On Thursday, 28 June 2018 at 17:54:45 UTC, Radu wrote: [...] Note that there is also an Alpine container with LDC, should be useful for building D microservices:

Re: Iain Buclaw at GNU Tools Cauldron 2018

2018-10-07 Thread Joakim via Digitalmars-d-announce
On Sunday, 7 October 2018 at 15:41:43 UTC, greentea wrote: Date: September 7 to 9, 2018. Location: Manchester, UK GDC - D front-end GCC https://www.youtube.com/watch?v=iXRJJ_lrSxE Thanks for the link, just watched the whole video. The first half-hour sets the standard as an intro to the

Re: Interfacing D with C: Arrays Part 1

2018-10-18 Thread Joakim via Digitalmars-d-announce
On Wednesday, 17 October 2018 at 15:20:08 UTC, Mike Parker wrote: I had intended to publish the next GC series post early this month, but after many revisions and discussions with a couple of reviewers, I've decided to put it on hold until something gets worked out about the conflation of

Re: smile.amazon.com Promotion

2018-10-31 Thread Joakim via Digitalmars-d-announce
On Thursday, 1 November 2018 at 03:18:44 UTC, SealabJaster wrote: On Monday, 29 October 2018 at 16:40:20 UTC, FooledDonor wrote: On Monday, 29 October 2018 at 16:01:38 UTC, Mike Parker wrote: One of the easiest ways to support the D Language Foundation is using smile.amazon.com when you make a

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

2018-10-30 Thread Joakim via Digitalmars-d-announce
On Monday, 29 October 2018 at 09:57:46 UTC, Walter Bright wrote: On 10/28/2018 8:43 PM, 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: New Initiative for Donations

2018-10-27 Thread Joakim via Digitalmars-d-announce
On Friday, 26 October 2018 at 17:20:08 UTC, Neia Neutuladh wrote: On Fri, 26 Oct 2018 06:19:29 +, Joakim wrote: On Friday, 26 October 2018 at 05:47:05 UTC, Neia Neutuladh wrote: On Fri, 26 Oct 2018 02:38:08 +, Joakim wrote: As with D, sometimes the new _is_ better, so perhaps you

Re: LDC 1.13.0-beta1

2018-11-04 Thread Joakim via Digitalmars-d-announce
On Friday, 2 November 2018 at 21:04:13 UTC, kinke wrote: Glad to announce the first beta for LDC 1.13: * Based on D 2.083.0. * The Windows packages are now fully self-sufficient, i.e., a Visual Studio/C++ Build Tools installation isn't required anymore. * Substantial debug info improvements

Re: New Initiative for Donations

2018-10-25 Thread Joakim via Digitalmars-d-announce
On Thursday, 25 October 2018 at 22:35:40 UTC, Nick Sabalausky wrote: On Wednesday, 24 October 2018 at 10:25:17 UTC, Joakim wrote: On Wednesday, 24 October 2018 at 10:18:51 UTC, Mike Parker wrote: On Wednesday, 24 October 2018 at 10:12:50 UTC, Joakim wrote: Any effort underway to take

Re: New Initiative for Donations

2018-10-26 Thread Joakim via Digitalmars-d-announce
On Friday, 26 October 2018 at 05:47:05 UTC, Neia Neutuladh wrote: On Fri, 26 Oct 2018 02:38:08 +, Joakim wrote: As with D, sometimes the new _is_ better, so perhaps you shouldn't assume old is better either. There's no assuming going on. Cryptocurrencies are worse than credit cards for

Re: Lost in Translation: Encapsulation

2018-11-06 Thread Joakim via Digitalmars-d-announce
On Tuesday, 6 November 2018 at 15:14:55 UTC, Mike Parker wrote: Last week, inspired by another discussion in these forums about D's private-to-the-module form of encapsulation, I spent a few hours putting a new article together for the blog. Ali, Joakim, Nicholas helped me get it in shape.

Re: Profiling DMD's Compilation Time with dmdprof

2018-11-07 Thread Joakim via Digitalmars-d-announce
On Thursday, 8 November 2018 at 07:41:58 UTC, Manu wrote: On Wed, Nov 7, 2018 at 10:30 PM Joakim via Digitalmars-d-announce wrote: On Thursday, 8 November 2018 at 04:16:44 UTC, Manu wrote: > On Tue, Nov 6, 2018 at 10:05 AM Vladimir Panteleev via > Digitalmars-d-announce &g

Re: Profiling DMD's Compilation Time with dmdprof

2018-11-08 Thread Joakim via Digitalmars-d-announce
On Thursday, 8 November 2018 at 07:54:56 UTC, Manu wrote: On Wed, Nov 7, 2018 at 10:30 PM Vladimir Panteleev via Digitalmars-d-announce wrote: On Thursday, 8 November 2018 at 06:08:20 UTC, Vladimir Panteleev wrote: > It was definitely about 4 seconds not too long ago, a few > years at

Re: Profiling DMD's Compilation Time with dmdprof

2018-11-07 Thread Joakim via Digitalmars-d-announce
On Thursday, 8 November 2018 at 04:16:44 UTC, Manu wrote: On Tue, Nov 6, 2018 at 10:05 AM Vladimir Panteleev via Digitalmars-d-announce wrote: [...] "Indeed, a clean build of DMD itself (about 170’000 lines of D and 120’000 lines of C/C++) takes no longer than 4 seconds to build on a

Re: Profiling DMD's Compilation Time with dmdprof

2018-11-08 Thread Joakim via Digitalmars-d-announce
On Thursday, 8 November 2018 at 08:29:28 UTC, Manu wrote: On Thu, Nov 8, 2018 at 12:10 AM Joakim via Digitalmars-d-announce wrote: On Thursday, 8 November 2018 at 07:54:56 UTC, Manu wrote: > On Wed, Nov 7, 2018 at 10:30 PM Vladimir Panteleev via > Digitalmars-d-announce &g

Re: Backend nearly entirely converted to D

2018-11-08 Thread Joakim via Digitalmars-d-announce
On Wednesday, 7 November 2018 at 21:40:58 UTC, welkam wrote: On Wednesday, 7 November 2018 at 14:39:55 UTC, Joakim wrote: I don't know why you think that would matter: I'm using the same compilers to build each DMD version and comparing the build times as the backend was translated to D

Re: The New Fundraising Campaign

2018-11-10 Thread Joakim via Digitalmars-d-announce
On Saturday, 10 November 2018 at 16:09:12 UTC, Mike Parker wrote: I've just published a new blog post describing our new fundraising campaign. TL;DR: We want to pay a Pull Request Manager to thin out the pull request queues and coordinate between relevant parties on newer pull requests so they

Re: DMD backend now in D

2018-11-13 Thread Joakim via Digitalmars-d-announce
On Tuesday, 13 November 2018 at 20:42:00 UTC, Temtaime wrote: On Monday, 12 November 2018 at 02:37:54 UTC, Walter Bright wrote: On 11/11/2018 3:58 PM, Mike Franklin wrote: This is a significant milestone.  Congratulations, Walter! Many people helped out with this, too. There are still a few

Re: Backend nearly entirely converted to D

2018-11-07 Thread Joakim via Digitalmars-d-announce
On Tuesday, 6 November 2018 at 22:12:02 UTC, Walter Bright wrote: With the recent merging of the last of the big files machobj.d: https://github.com/dlang/dmd/pull/8911 I'm happy to say we're over the hump in converting the backend to D! Great! Although I wish it didn't have to be you

Re: Backend nearly entirely converted to D

2018-11-07 Thread Joakim via Digitalmars-d-announce
On Wednesday, 7 November 2018 at 11:22:13 UTC, Dukc wrote: On Wednesday, 7 November 2018 at 08:31:21 UTC, Joakim wrote: I just benchmarked building the last couple versions of DMD, when most of the backend was converted to D, by building them with the latest DMD 2.083.0 official release and

Re: Backend nearly entirely converted to D

2018-11-07 Thread Joakim via Digitalmars-d-announce
On Wednesday, 7 November 2018 at 15:12:13 UTC, Dukc wrote: On Wednesday, 7 November 2018 at 14:39:55 UTC, Joakim wrote: I don't know why you think that would matter: I'm using the same compilers to build each DMD version and comparing the build times as the backend was translated to D.

Re: DIP 1015--Deprecation of Implicit Conversion of Int. & Char. Literals to bool--Formal Assement

2018-11-12 Thread Joakim via Digitalmars-d-announce
On Monday, 12 November 2018 at 17:25:15 UTC, Johannes Loher wrote: On Monday, 12 November 2018 at 16:39:47 UTC, Mike Parker wrote: Walter and Andrei take the position that this is incorrect the wrong way to view a bool. Unfortunately you did not include their justification for this position

Re: LLVM 7.0.0 no mention of D anymore

2018-09-19 Thread Joakim via Digitalmars-d-announce
On Wednesday, 19 September 2018 at 13:10:07 UTC, Daniel Kozak wrote: http://releases.llvm.org/7.0.0/docs/ReleaseNotes.html#external-open-source-projects-using-llvm-7 no mention of D anymore :( http://releases.llvm.org/6.0.0/docs/ReleaseNotes.html#external-open-source-projects-using-llvm-6

Re: Webassembly TodoMVC

2018-09-23 Thread Joakim via Digitalmars-d-announce
On Saturday, 22 September 2018 at 19:51:48 UTC, Sebastiaan Koppe wrote: On Saturday, 22 September 2018 at 14:54:29 UTC, aberba wrote: [...] Currently the whole thing is not so developer-friendly, it was just the easiest way for me to get it up and running. [...] Vladimir mentioned that

Re: DConf 2019: Shepherd's Pie Edition

2018-12-22 Thread Joakim via Digitalmars-d-announce
On Saturday, 22 December 2018 at 16:35:27 UTC, Johannes Loher wrote: On Saturday, 22 December 2018 at 15:11:10 UTC, Joakim wrote: On Saturday, 22 December 2018 at 14:26:29 UTC, Atila Neves wrote: On Saturday, 22 December 2018 at 13:46:39 UTC, Joakim wrote: On Saturday, 22 December 2018 at

Re: DConf 2019: Shepherd's Pie Edition

2018-12-22 Thread Joakim via Digitalmars-d-announce
On Saturday, 22 December 2018 at 17:36:08 UTC, Bastiaan Veelo wrote: On Saturday, 22 December 2018 at 16:57:10 UTC, Joakim wrote: On Saturday, 22 December 2018 at 16:35:27 UTC, Johannes Loher wrote: Also I don't think this is the right place for this discussion. If you feel that we indeed need

Re: DConf 2019: Shepherd's Pie Edition

2018-12-22 Thread Joakim via Digitalmars-d-announce
On Saturday, 22 December 2018 at 17:13:06 UTC, Mike Parker wrote: On Saturday, 22 December 2018 at 16:57:10 UTC, Joakim wrote: I'm not trying to discuss it with you or the community. I'm asking the D team who're making this decision why it's being made, despite all the reasoning in that

Re: DConf 2019: Shepherd's Pie Edition

2018-12-22 Thread Joakim via Digitalmars-d-announce
On Saturday, 22 December 2018 at 12:18:25 UTC, Mike Parker wrote: Thanks to Symmetry Investments, DConf is heading to London! We're still ironing out the details, but I've been sitting on this for weeks and, now that we have a venue, I just can't keep quiet about it any longer. I've updated

Re: DConf 2019: Shepherd's Pie Edition

2018-12-22 Thread Joakim via Digitalmars-d-announce
On Saturday, 22 December 2018 at 14:26:29 UTC, Atila Neves wrote: On Saturday, 22 December 2018 at 13:46:39 UTC, Joakim wrote: On Saturday, 22 December 2018 at 12:18:25 UTC, Mike Parker wrote: The egregious waste of time and resources of this DConf format strongly signals that D is not a

Re: DConf 2019: Shepherd's Pie Edition

2018-12-23 Thread Joakim via Digitalmars-d-announce
On Sunday, 23 December 2018 at 06:54:26 UTC, Russel Winder wrote: On Sat, 2018-12-22 at 13:46 +, Joakim via Digitalmars-d-announce wrote: […] Given that this conference format is dying off, is there any explanation for why the D team wants to continue this antiquated ritual? https

Re: DConf 2019: Shepherd's Pie Edition

2018-12-23 Thread Joakim via Digitalmars-d-announce
On Sunday, 23 December 2018 at 10:07:40 UTC, Walter Bright wrote: On 12/22/2018 10:20 PM, Joakim wrote: Honestly, yours are routinely the worst presentations at DConf. Your strength as a presenter is when you dig deeply into a bunch of technical detail or present some new technical paradigm,

Re: DConf 2019: Shepherd's Pie Edition

2018-12-23 Thread Joakim via Digitalmars-d-announce
u think we should be going in e.g. w.r.t mobile/ARM/AArch64. I thought about submitting that as a topic last year, but it's better done on the forum, as I've been doing. On Sunday, 23 December 2018 at 15:32:41 UTC, Iain Buclaw wrote: On Sun, 23 Dec 2018 at 16:05, Joakim via Digitalmars-d-announce

Re: DConf 2019: Shepherd's Pie Edition

2018-12-26 Thread Joakim via Digitalmars-d-announce
On Wednesday, 26 December 2018 at 09:34:48 UTC, Russel Winder wrote: On Wed, 2018-12-26 at 05:07 +, Joakim via Digitalmars-d-announce wrote: […] I wrote. I have never called anyone any name or insult in anything I wrote. I have used a pejorative for a type of argument that was being used

Re: DConf 2019: Shepherd's Pie Edition

2018-12-25 Thread Joakim via Digitalmars-d-announce
On Tuesday, 25 December 2018 at 23:09:40 UTC, Walter Bright wrote: On 12/25/2018 10:54 AM, Joakim wrote: [...] It's fine that you disagree with others, and it's ok when you insult me, but when you insult others it's time to stop. It's not clear what you're referring to, since you quote

Re: DConf 2019: Shepherd's Pie Edition

2018-12-23 Thread Joakim via Digitalmars-d-announce
On Sunday, 23 December 2018 at 09:36:19 UTC, Russel Winder wrote: On Sun, 2018-12-23 at 08:08 +, Joakim via Digitalmars-d-announce wrote: […] This questioning of iOS is so removed from reality that it makes me question if you are qualified to comment on this matter at all. iOS

Re: DConf 2019: Shepherd's Pie Edition

2018-12-22 Thread Joakim via Digitalmars-d-announce
On Saturday, 22 December 2018 at 22:13:44 UTC, Walter Bright wrote: On 12/22/2018 6:26 AM, Atila Neves wrote: If you don't like conferences you don't have to go. I for one am excited about being in London in May. Please don't sour it for other who think/feel like I do. That's right. And

Re: DConf 2019: Shepherd's Pie Edition

2018-12-23 Thread Joakim via Digitalmars-d-announce
On Sunday, 23 December 2018 at 09:51:58 UTC, Nicholas Wilson wrote: On Sunday, 23 December 2018 at 08:08:59 UTC, Joakim wrote: On Sunday, 23 December 2018 at 06:54:26 UTC, Russel Winder wrote: Others have cited Rust and Go. I shall cite Python, Ruby, Groovy, Java, Kotlin, Clojure, Haskell, all

Re: DConf 2019: Shepherd's Pie Edition

2018-12-26 Thread Joakim via Digitalmars-d-announce
On Wednesday, 26 December 2018 at 16:56:17 UTC, Russel Winder wrote: On Wed, 2018-12-26 at 09:45 +, Joakim via Digitalmars-d-announce wrote: […] Wtf are you talking about? I've never emailed you in my life. If you mean in this forum thread, quote what you think is "personal abus

Re: DConf 2019: Shepherd's Pie Edition

2018-12-26 Thread Joakim via Digitalmars-d-announce
On Wednesday, 26 December 2018 at 09:34:48 UTC, Russel Winder wrote: On Wed, 2018-12-26 at 05:07 +, Joakim via Digitalmars-d-announce wrote: […] I wrote. I have never called anyone any name or insult in anything I wrote. I have used a pejorative for a type of argument that was being used

Re: DConf 2019: Shepherd's Pie Edition

2018-12-27 Thread Joakim via Digitalmars-d-announce
On Thursday, 27 December 2018 at 08:25:23 UTC, Russel Winder wrote: On Thu, 2018-12-27 at 02:13 +, Joakim via Digitalmars-d-announce wrote: […] Wow, you've really gone off the deep end now. First you lie that I presented no data, then when called out, start claiming defamation and talk

Re: DConf 2019: Shepherd's Pie Edition

2018-12-24 Thread Joakim via Digitalmars-d-announce
On Monday, 24 December 2018 at 22:22:08 UTC, Steven Schveighoffer wrote: On 12/24/18 2:44 AM, Joakim wrote: On Sunday, 23 December 2018 at 22:36:05 UTC, Steven Schveighoffer wrote: Huh? It's their decision, not yours. Even if the decision has no reason at all, it's still theirs. What is the

Re: DConf 2019: Shepherd's Pie Edition

2018-12-25 Thread Joakim via Digitalmars-d-announce
On Tuesday, 25 December 2018 at 07:10:46 UTC, rikki cattermole wrote: On 25/12/2018 6:01 PM, Joakim wrote: See my responses to Nicholas above, I don't think the Android port merits a talk. By the same standards I apply to others' talks above, I don't think my work merits a talk either. ;) A

Re: DConf 2019: Shepherd's Pie Edition

2018-12-25 Thread Joakim via Digitalmars-d-announce
On Tuesday, 25 December 2018 at 11:27:29 UTC, Nicholas Wilson wrote: On Tuesday, 25 December 2018 at 05:01:43 UTC, Joakim wrote: On Monday, 24 December 2018 at 22:22:08 UTC, Steven Schveighoffer wrote: The 0.1% of the community that attend seem to like it, the vast majority don't, or at least

Re: Liran Zvibel of WekaIO on using D to Create the World’s Fastest File System

2018-12-05 Thread Joakim via Digitalmars-d-announce
On Wednesday, 5 December 2018 at 09:04:49 UTC, Walter Bright wrote: #4 on HackerNews front page! https://news.ycombinator.com/ 33 points at the moment! Fantastic, I want to get more commercial uses like this highlighted on the blog- started another interview now with a financial/ML firm

Re: Liran Zvibel of WekaIO on using D to Create the World’s Fastest File System

2018-12-05 Thread Joakim via Digitalmars-d-announce
On Wednesday, 5 December 2018 at 09:04:49 UTC, Walter Bright wrote: #4 on HackerNews front page! https://news.ycombinator.com/ 33 points at the moment! It's on lobste.rs now too: https://lobste.rs/t/d Thanks, Atila!

Re: Interview with Liran Zvibel of WekaIO

2018-12-05 Thread Joakim via Digitalmars-d-announce
On Wednesday, 5 December 2018 at 08:02:21 UTC, M.M. wrote: On Tuesday, 4 December 2018 at 14:21:02 UTC, Mike Parker wrote: Joakim interviewed Liran for the D Blog about their file system, Matrix, and their use of D. Thanks to Joakim for putting it together, and to Liran for taking the time to

Re: Interview with Liran Zvibel of WekaIO

2018-12-05 Thread Joakim via Digitalmars-d-announce
On Wednesday, 5 December 2018 at 13:30:21 UTC, Joakim wrote: On Wednesday, 5 December 2018 at 08:02:21 UTC, M.M. wrote: On Tuesday, 4 December 2018 at 14:21:02 UTC, Mike Parker wrote: [...] Interesting read. I am new to dlang, and after reading the post, I asked myself: the company liked

D is in GCC 9 proggit thread

2018-12-05 Thread Joakim via Digitalmars-d-announce
For those who missed it: https://www.reddit.com/r/programming/comments/a30hg9/gcc_9_adds_frontend_support_for_the_d_programming/

Re: Interview with Liran Zvibel of WekaIO

2018-12-04 Thread Joakim via Digitalmars-d-announce
On Tuesday, 4 December 2018 at 14:21:02 UTC, Mike Parker wrote: Joakim interviewed Liran for the D Blog about their file system, Matrix, and their use of D. Thanks to Joakim for putting it together, and to Liran for taking the time to participate! Blog:

Re: Liran Zvibel of WekaIO on using D to Create the World’s Fastest File System

2018-12-05 Thread Joakim via Digitalmars-d-announce
On Wednesday, 5 December 2018 at 09:04:49 UTC, Walter Bright wrote: #4 on HackerNews front page! https://news.ycombinator.com/ 33 points at the moment! Now one of the top-voted links on the front page of HN. I'd just like to point out that Andrei put Liran and I together to do this

Re: I've just released Vasaro

2018-12-07 Thread Joakim via Digitalmars-d-announce
On Thursday, 6 December 2018 at 20:45:07 UTC, Andrea Fontana wrote: Hi! I've just released the first version of vasaro. It's a simple program I wrote to create 3d printable vases. It's written in D (of course). It uses derelict-gl, derelict-sdl and gtkd. It should work on linux, macOS and

Re: LDC 1.13.0-beta2

2018-11-29 Thread Joakim via Digitalmars-d-announce
On Thursday, 22 November 2018 at 16:54:55 UTC, Joakim wrote: On Thursday, 22 November 2018 at 16:36:22 UTC, H. S. Teoh wrote: On Thu, Nov 22, 2018 at 01:25:53PM +, Joakim via Digitalmars-d-announce wrote: On Wednesday, 21 November 2018 at 10:43:55 UTC, kinke wrote: > Glad to annou

Re: Interview with Liran Zvibel of WekaIO

2018-12-04 Thread Joakim via Digitalmars-d-announce
On Wednesday, 5 December 2018 at 06:50:13 UTC, Mike Parker wrote: On Tuesday, 4 December 2018 at 17:15:44 UTC, Joakim wrote: On Tuesday, 4 December 2018 at 14:21:02 UTC, Mike Parker wrote: Great to see this finally up! I agree with the only proggit comment though: the title is not

Re: LDC 1.13.0-beta2

2018-11-22 Thread Joakim via Digitalmars-d-announce
On Wednesday, 21 November 2018 at 10:43:55 UTC, kinke wrote: Glad to announce the second beta for LDC 1.13: * Based on D 2.083.0+ (yesterday's DMD stable). * The Windows packages are now fully self-sufficient, i.e., a Visual Studio/C++ Build Tools installation isn't required anymore. *

Re: LDC 1.13.0-beta2

2018-11-22 Thread Joakim via Digitalmars-d-announce
On Thursday, 22 November 2018 at 16:36:22 UTC, H. S. Teoh wrote: On Thu, Nov 22, 2018 at 01:25:53PM +, Joakim via Digitalmars-d-announce wrote: On Wednesday, 21 November 2018 at 10:43:55 UTC, kinke wrote: > Glad to announce the second beta for LDC 1.13: > > * Based on

Re: D compilation is too slow and I am forking the compiler

2018-11-26 Thread Joakim via Digitalmars-d-announce
On Monday, 26 November 2018 at 16:00:36 UTC, Guillaume Piolat wrote: On Thursday, 22 November 2018 at 04:48:09 UTC, Vladimir Panteleev wrote: On Wednesday, 21 November 2018 at 20:51:17 UTC, Walter Bright wrote: Unfortunately, you're right. The title will leave the impression "D is slow at

Re: D compilation is too slow and I am forking the compiler

2018-11-27 Thread Joakim via Digitalmars-d-announce
On Monday, 26 November 2018 at 16:42:40 UTC, bachmeier wrote: On Monday, 26 November 2018 at 16:21:39 UTC, Joakim wrote: I agree that it was a risky title, as many who don't know D will simply see it and go, "Yet another slow compiler, eh, I'll pass" and not click on the link. Whereas others

Re: A Brief Intro to the SAoC Projects

2018-09-15 Thread Joakim via Digitalmars-d-announce
On Saturday, 15 September 2018 at 07:47:46 UTC, Mike Parker wrote: I've posted to the blog a brief introduction to the projects that were selected for the Symmetry Autumn of Code. As the event goes on, I hope to provide more details about the projects and the individuals working on them. The

Re: Liran Zvibel of WekaIO on using D to Create the World’s Fastest File System

2018-12-09 Thread Joakim via Digitalmars-d-announce
On Wednesday, 5 December 2018 at 19:59:46 UTC, Joakim wrote: On Wednesday, 5 December 2018 at 09:04:49 UTC, Walter Bright wrote: #4 on HackerNews front page! https://news.ycombinator.com/ 33 points at the moment! Now one of the top-voted links on the front page of HN. I'd just like to

Re: LDC 1.13.0

2018-12-19 Thread Joakim via Digitalmars-d-announce
On Sunday, 16 December 2018 at 15:57:25 UTC, kinke wrote: Glad to announce LDC 1.13: * Based on D 2.083.1. * The Windows packages are now fully self-sufficient, i.e., a Visual Studio/C++ Build Tools installation isn't required anymore. * Substantial debug info improvements. * New

<    1   2   3   4