Re: Silicon Valley D Meetup - January 26, 2017 - "High Performance Tools in D" by Jon Degenhardt

2017-01-26 Thread Jack Stouffer via Digitalmars-d-announce
On Thursday, 26 January 2017 at 07:53:22 UTC, Ali Çehreli wrote: I may post a link to Google Hangouts here at the time of the event (7pm Pacific time). Hopefully, the mic will not be muted. (True story! :p) Ali If it's in hangouts, you can use Hangouts On Air to stream it to YouTube. D co

Re: Silicon Valley D Meetup - January 26, 2017 - "High Performance Tools in D" by Jon Degenhardt

2017-01-27 Thread Jack Stouffer via Digitalmars-d-announce
On Friday, 27 January 2017 at 03:58:26 UTC, Ali Çehreli wrote: And this: http://youtu.be/-DK4r5xewTY Hey Jon, if you're in this thread, are you able to post any of the code that you use for tsv parsing?

Re: two points

2017-02-09 Thread Jack Stouffer via Digitalmars-d-announce
On Thursday, 9 February 2017 at 19:36:52 UTC, Walter Bright wrote: Good idea! Please investigate how to get github to generate such emails. In the meantime, the PR guidelines are here: This is already somewhat done with the PR bot we have. The DlangBot notifies reviewers on the DMD repo, but n

Re: two points

2017-02-09 Thread Jack Stouffer via Digitalmars-d-announce
On Thursday, 9 February 2017 at 16:48:16 UTC, Joseph Rushton Wakeling wrote: which is that after some initial interest and feedback, the PR just got left alone with no decision to accept or reject it, and no indication of why. This is why I only contribute to Phobos to be quite honest. I coun

Re: Beta D 2.073.1-b1

2017-02-10 Thread Jack Stouffer via Digitalmars-d-announce
On Thursday, 9 February 2017 at 00:31:17 UTC, Martin Nowak wrote: First beta for the 2.073.1 point release. This version resolves a few regressions and bugs in the 2.073.0 release. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.073.1.html Please report any bugs at htt

Re: New (page-per-artifact) standard library doc examples are now editable and runnable

2017-02-17 Thread Jack Stouffer via Digitalmars-d-announce
On Friday, 17 February 2017 at 05:06:20 UTC, Seb wrote: Short follow-up: this is now live for the released documentation pages. Enjoy! Please make a post on Reddit! I firmly believe that this puts D at the top of programming language docs. We should advertise!

Re: Updates to the tsv-utils toolkit

2017-02-22 Thread Jack Stouffer via Digitalmars-d-announce
On Wednesday, 22 February 2017 at 18:12:50 UTC, Jon Degenhardt wrote: Speed matters when processing large data files, and these tools are fast. I've published new benchmarks comparing the tools to similar tools written in several native compiled programming languages. The tools are the fastest

Re: DConf 2017 Hotel - book now!

2017-03-02 Thread Jack Stouffer via Digitalmars-d-announce
On Thursday, 2 March 2017 at 12:05:32 UTC, Chris wrote: Here's some good advice: https://www.tripadvisor.ie/ShowTopic-g187323-i135-k7931137-Got_ripped_off_by_taxi_driver_at_Berlin_Airport-Berlin.html No Ubers in Berlin?

Re: D event in Bucharest

2017-03-18 Thread Jack Stouffer via Digitalmars-d-announce
On Saturday, 18 March 2017 at 15:02:23 UTC, Andrei Alexandrescu wrote: I'll give a talk on D at University "Politehnica" Bucharest on Friday, March 24. Share wide! https://www.facebook.com/events/267258633731095/ Andrei Will the talk be recorded?

Re: Beta 2.074.0-b1

2017-03-24 Thread Jack Stouffer via Digitalmars-d-announce
On Saturday, 25 March 2017 at 05:19:32 UTC, rikki cattermole wrote: On 24/03/2017 6:35 PM, Martin Nowak wrote: First beta for the 2.074.0 release. This release comes with plenty of phobos additions and a new std.experimental module. http://dlang.org/download.html#dmd_beta http://dlang.org/chan

Re: Beta 2.074.0-b1

2017-03-25 Thread Jack Stouffer via Digitalmars-d-announce
On Saturday, 25 March 2017 at 15:09:02 UTC, Dsby wrote: What about DIP1000, will it be default? No. Still way too many bugs. will std.experimental.allocator also experimental? Yes, it's still not stable so it will be there for the foreseeable future. For example, just three days ago we pul

Re: Beta 2.074.0-b1

2017-03-25 Thread Jack Stouffer via Digitalmars-d-announce
On Saturday, 25 March 2017 at 21:35:16 UTC, Moritz Maxeiner wrote: On Saturday, 25 March 2017 at 15:56:41 UTC, Jack Stouffer wrote: Yes, it's still not stable so it will be there for the foreseeable future. For example, just three days ago we pulled in a big bug fix that also was a huge break

Re: Beta 2.074.0-b1

2017-04-01 Thread Jack Stouffer via Digitalmars-d-announce
On Saturday, 1 April 2017 at 11:14:51 UTC, Martin Nowak wrote: On Tuesday, 28 March 2017 at 10:30:48 UTC, H. S. Teoh wrote: Very cool about the new format!() feature. What about extending this to writef(ln)? That has already been done: see Phobos PR #5296. I'll try to cherry-pick over those

Re: dmd Backend converted to Boost License

2017-04-07 Thread Jack Stouffer via Digitalmars-d-announce
On Friday, 7 April 2017 at 15:14:40 UTC, Walter Bright wrote: https://github.com/dlang/dmd/pull/6680 Yes, this is for real! Symantec has given their permission to relicense it. Thank you, Symantec! A great step forward for the language! A huge thank you to everyone who made this happen.

Re: dmd Backend converted to Boost License

2017-04-07 Thread Jack Stouffer via Digitalmars-d-announce
On Friday, 7 April 2017 at 15:14:40 UTC, Walter Bright wrote: https://github.com/dlang/dmd/pull/6680 Yes, this is for real! Symantec has given their permission to relicense it. Thank you, Symantec! Reddit: https://www.reddit.com/r/programming/comments/6419py/the_official_d_compiler_is_now_fr

Re: dmd Backend converted to Boost License

2017-04-07 Thread Jack Stouffer via Digitalmars-d-announce
On Friday, 7 April 2017 at 19:37:14 UTC, Jonathan M Davis wrote: From what I've seen, the fact that we use it so heavily in the D community is abnormal AFAIK the reasons it was chosen were 1. It's as close to public domain as you can get in international law 2. It's on all of the "Accepted OS

Re: dmd Backend converted to Boost License

2017-04-07 Thread Jack Stouffer via Digitalmars-d-announce
On Friday, 7 April 2017 at 15:14:40 UTC, Walter Bright wrote: https://github.com/dlang/dmd/pull/6680 Yes, this is for real! Symantec has given their permission to relicense it. Thank you, Symantec! Something that just popped into my head: You've said that you've avoided ever looking at other

Re: GC blessed for C++ (again)

2017-04-09 Thread Jack Stouffer via Digitalmars-d-announce
On Monday, 10 April 2017 at 04:17:21 UTC, Swoorup Joshi wrote: On Wednesday, 28 September 2016 at 20:50:28 UTC, Ali Çehreli wrote: https://www.reddit.com/r/programming/comments/54xnbg/herb_sutters_experimental_deferred_and_unordered/ Ali Is it possible to have something similar as in library

Re: GC blessed for C++ (again)

2017-04-11 Thread Jack Stouffer via Digitalmars-d-announce
On Tuesday, 11 April 2017 at 07:02:19 UTC, Swoorup Joshi wrote: Breaking, you mean the standard library? or including user codebases? Taking the GC out of language constructs (e.g. ~=, AAs) would be a massive breaking change and would probably break the majority of D code in existence.

Re: GC blessed for C++ (again)

2017-04-11 Thread Jack Stouffer via Digitalmars-d-announce
On Tuesday, 11 April 2017 at 16:50:20 UTC, jmh530 wrote: Is there a non-breaking way to do it that would increase the amount of flexibility while keeping the current behavior as a default? For instance, the equivalent of using std.experimental.allocator so that a user could switch between the

Re: DCOnf 2017 videos online

2017-05-07 Thread Jack Stouffer via Digitalmars-d-announce
On Sunday, 7 May 2017 at 21:36:30 UTC, Mike Parker wrote: On Sunday, 7 May 2017 at 18:11:47 UTC, Patrick Schluter wrote: It looks like the good people of Sociomantic have already posted videos of the Dconf2017 on youtube. https://www.youtube.com/channel/UC54uUlXuGhigMsdaNtP6THQ Enjoy. And h

Re: DCOnf 2017 videos online

2017-05-08 Thread Jack Stouffer via Digitalmars-d-announce
On Sunday, 7 May 2017 at 18:11:47 UTC, Patrick Schluter wrote: It looks like the good people of Sociomantic have already posted videos of the Dconf2017 on youtube. https://www.youtube.com/channel/UC54uUlXuGhigMsdaNtP6THQ Enjoy. Anyone know why the Q&A section of Walter's talk was muted?

Re: Faster Command Line Tools in D

2017-05-24 Thread Jack Stouffer via Digitalmars-d-announce
On Wednesday, 24 May 2017 at 21:46:10 UTC, cym13 wrote: I am disappointed because there are so many good things to say about this, so many good questions or remarks to make when not familiar with the language, and yet all we get is "Meh, this benchmark shows nothing of D's speed against Python"

Re: DCompute is now in the master branch of LDC

2017-05-30 Thread Jack Stouffer via Digitalmars-d-announce
On Tuesday, 30 May 2017 at 18:06:56 UTC, Walter Bright wrote: I fear the conversation will go like this, like it has for me: N: DCompute W: What's DCompute? N: Enables GPU programming with D W: Cool! instead of: N: D-GPU W: Cool! I can use D to program GPUs! This was literally what hap

Re: DIP 1003 (Remove body as a Keyword) Accepted!

2017-06-02 Thread Jack Stouffer via Digitalmars-d-announce
On Friday, 2 June 2017 at 14:17:10 UTC, Mike Parker wrote: Congratulations, Jared! https://github.com/dlang/DIPs/blob/master/DIPs/DIP1003.md Congratulations. I recommend a longer deprecation cycle than usual for this, as this will break many legacy libraries that don't get maintained often.

Re: DIP 1003 (Remove body as a Keyword) Accepted!

2017-06-03 Thread Jack Stouffer via Digitalmars-d-announce
On Saturday, 3 June 2017 at 06:09:21 UTC, Jonathan M Davis wrote: On Saturday, June 03, 2017 02:00:13 Jack Stouffer via Digitalmars-d-announce wrote: I recommend a longer deprecation cycle than usual for this, as this will break many legacy libraries that don't get maintained often. A p

Re: docarchives.dlang.io - go back in time to previous released versions of dlang.org

2017-07-05 Thread Jack Stouffer via Digitalmars-d-announce
On Tuesday, 4 July 2017 at 01:39:23 UTC, Seb wrote: ... Thanks for doing this. IMO there should be a link under the "switch to pre-release." link in the current docs. Maybe replace it with a dropdown to select the version from 2.066 to pre-release?

Re: static foreach is now in github master

2017-07-20 Thread Jack Stouffer via Digitalmars-d-announce
On Tuesday, 18 July 2017 at 15:46:04 UTC, Seb wrote: https://is.gd/1TCQOh Hmmm, that code is printing 0 1 2 3 0 1 2 3 for me. Shouldn't it just be printing once?

Proposal for a standard Decimal type in alpha

2017-12-21 Thread Jack Stouffer via Digitalmars-d-announce
A couple of months ago, Andrei noted that a donor asked for a precise decimal type for D specifically: https://forum.dlang.org/post/osnema$d5s$1...@digitalmars.com. I've also heard this asked for many times, so I decided to start work on a library for eventual proposal to Phobos. I just finis

Re: Proposal for a standard Decimal type in alpha

2017-12-21 Thread Jack Stouffer via Digitalmars-d-announce
On Thursday, 21 December 2017 at 23:08:22 UTC, Andre Pany wrote: That are fantastic news. Thanks for working on this topic. Is it possible to define a decimal type with a defined scale and precision? From the examples and the documentation I am not sure whether it is possible. Yes, the Hook t

Re: Beta 2.078.0

2017-12-30 Thread Jack Stouffer via Digitalmars-d-announce
On Saturday, 30 December 2017 at 14:34:13 UTC, Martin Nowak wrote: On Tuesday, 19 December 2017 at 22:51:59 UTC, Martin Nowak wrote: First beta for the 2.078.0 release. Release Candidate is tagged and uploaded, website will be updated soon. http://downloads.dlang.org/pre-releases/2.x/2.078.0

Re: Release D 2.078.0

2018-01-04 Thread Jack Stouffer via Digitalmars-d-announce
On Thursday, 4 January 2018 at 15:53:33 UTC, Mike Parker wrote: On a related note, the vision document for 2018H1 has not yet been created. It's a WIP. If I may make a suggestion, please make the vision documents smaller and more focused. The goals laid out are typically far too broad to ac

Re: Proposal for a standard Decimal type in alpha

2018-01-05 Thread Jack Stouffer via Digitalmars-d-announce
On Thursday, 21 December 2017 at 13:59:28 UTC, Jack Stouffer wrote: ... Updated version out: * Added unary +,-,++,-- * Added casting to bool and floating point types * Added static ctors for infinite and nan for floating point type compatibility * Added abs, isNaN, isInfinite * Added support

Re: Proposal for a standard Decimal type in alpha

2018-01-05 Thread Jack Stouffer via Digitalmars-d-announce
On Friday, 5 January 2018 at 15:22:01 UTC, H. S. Teoh wrote: Very nice to see this taking shape. What's the link to the code again? https://github.com/JackStouffer/stdxdecimal

Re: Proposal for a standard Decimal type in alpha

2018-01-05 Thread Jack Stouffer via Digitalmars-d-announce
On Friday, 5 January 2018 at 15:44:57 UTC, H. S. Teoh wrote: On Fri, Jan 05, 2018 at 03:38:45PM +, Jack Stouffer via Digitalmars-d-announce wrote: On Friday, 5 January 2018 at 15:22:01 UTC, H. S. Teoh wrote: > Very nice to see this taking shape. What's the link to the >

Re: Another take on decimal data types

2018-01-12 Thread Jack Stouffer via Digitalmars-d-announce
On Monday, 8 January 2018 at 22:16:25 UTC, rumbu wrote: Source code: https://github.com/rumbu13/decimal/blob/master/src/decimal.d Documentation: http://rumbu13.github.io/decimal/doc/decimal.html This looks really good. I think with a little work it would be ready for proposal into Phobos. I

Re: Proposal for a standard Decimal type in alpha

2018-01-12 Thread Jack Stouffer via Digitalmars-d-announce
On Thursday, 21 December 2017 at 13:59:28 UTC, Jack Stouffer wrote: ... While I believe my library has certain API advantages, I'm really not interested in duplicating a bunch of work when rumbu's version is pretty much complete, so I'm dropping this.

Re: Release D 2.079.0

2018-03-06 Thread Jack Stouffer via Digitalmars-d-announce
On Tuesday, 6 March 2018 at 12:21:41 UTC, Steven Schveighoffer wrote: That being said, I'm wondering if it wouldn't be better to have std.experimental be in its own repository. This allows selection of the dependency on std.experimental separate from phobos. It still would be an "official" dlan

Re: DConf 2018 Hackathon -- now open to the public free of charge

2018-03-27 Thread Jack Stouffer via Digitalmars-d-announce
On Tuesday, 27 March 2018 at 14:04:29 UTC, Mike Parker wrote: Yesterday, I made the announcement that the Hackathon would be open to anyone willing to pay $100 to get in. That idea has now been nixed. Instead, anyone can come in for the full day completely free. It's like a big Munich Meetup!

Re: The 10k Twitter Target

2018-04-18 Thread Jack Stouffer via Digitalmars-d-announce
On Monday, 16 April 2018 at 08:39:05 UTC, Mike Parker wrote: If you have a Twitter handle, it would help us out to retweet anything interesting you see on @D_Programming. The link in the navbar should probably link to this twitter handle rather than the hash tag.

Re: Voting for std.experimental.allocator

2015-07-08 Thread Jack Stouffer via Digitalmars-d-announce
On Wednesday, 8 July 2015 at 11:33:03 UTC, Dicebot wrote: Please respond to this post with a comment starting with a single "Yes"/"No" Yes

LDC for iOS prebuilt binaries

2015-07-10 Thread Jack Stouffer via Digitalmars-d-announce
On Thursday, 9 July 2015 at 06:32:28 UTC, Dan Olson wrote: Only 32-bit devices currently; arm64 work starts next month when I acquire an iPhone 6. The download should have everything needed to run on an OS X build host in the same fashion as LDC downloads. Great work. D will get a huge boost

Re: Firs step of D/Objective-C merged

2015-07-11 Thread Jack Stouffer via Digitalmars-d-announce
On Saturday, 11 July 2015 at 20:25:47 UTC, Jacob Carlborg wrote: The only thing that's supported for now is calling Objective-C instance methods from D Is there any documentation available yet?

Re: Firs step of D/Objective-C merged

2015-07-12 Thread Jack Stouffer via Digitalmars-d-announce
On Sunday, 12 July 2015 at 10:07:36 UTC, Jacob Carlborg wrote: On 2015-07-11 23:18, Jack Stouffer wrote: Is there any documentation available yet? No, no official documentation. You can have a look at the DIP [1], but that contains a lot more than what's currently implemented. I recommend h

Re: Last - but not least! - two DConf talks

2015-07-13 Thread Jack Stouffer via Digitalmars-d-announce
On Friday, 10 July 2015 at 18:33:04 UTC, Andrei Alexandrescu wrote: Spread the word! https://www.reddit.com/r/programming/comments/3d66zk/why_i_love_d_an_undergrad_shares_his_experience/

Programming in D On Goodreads

2015-07-17 Thread Jack Stouffer via Digitalmars-d-announce
https://www.goodreads.com/book/show/25928594-programming-in-d I just added Ali Çehreli's "Programming in D" on Goodreads. If any of you have accounts, please rate the book, because people do use Goodreads to find books as well as determine if a book is worth their time. Also, Andrei's book i

Re: Programming in D On Goodreads

2015-07-18 Thread Jack Stouffer via Digitalmars-d-announce
On Saturday, 18 July 2015 at 13:34:55 UTC, Ali Çehreli wrote: Thank you for doing that. On a related note, the paper version of the book is in proofing stage: I have just ordered a print copy for proofing. (I don't expect any major problem as what they print is the same as the pdf copy.) It s

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

2015-07-22 Thread Jack Stouffer via Digitalmars-d-announce
On Wednesday, 22 July 2015 at 15:29:20 UTC, Kai Nacke wrote: Some time after the review of the "D Cookbook" I was asked by Packt Publishing if I would be interested in writing a book about web development with D. By that time I used vibe.d only as a test case for LDC :-) But then I took a close

Re: Release D 2.068.0

2015-08-10 Thread Jack Stouffer via Digitalmars-d-announce
On Monday, 10 August 2015 at 08:48:52 UTC, Martin Nowak wrote: Glad to announce D 2.068.0. Reddit link: https://www.reddit.com/r/programming/comments/3ggr45/d_20680_released_133_bug_fixes_gc_profiling_and/

Re: Release D 2.068.1

2015-09-10 Thread Jack Stouffer via Digitalmars-d-announce
On Sunday, 6 September 2015 at 22:32:54 UTC, Martin Nowak wrote: Glad to announce D 2.068.1. http://downloads.dlang.org/releases/2.x/2.068.1/ This point release comes with many regression and bug fixes over 2.068.0, see the changelog for more details. http://dlang.org/changelog.html#2.068.1

Re: Release D 2.068.1

2015-09-14 Thread Jack Stouffer via Digitalmars-d-announce
On Monday, 14 September 2015 at 17:51:59 UTC, Martin Nowak wrote: What platform are you on? I'm on OS X, using the homebrew version of DMD. And homebrew is telling me that I have 2.068.1 installed $ brew install dmd Warning: dmd-2.068.1 already installed $ dmd --version DMD64 D Compiler v2.

Re: LDC 0.16.0 alpha3 is out! Get it, test it, give feedback!

2015-09-17 Thread Jack Stouffer via Digitalmars-d-announce
On Wednesday, 16 September 2015 at 20:03:15 UTC, Kai Nacke wrote: Hi everyone, LDC 0.16.0 alpha3, the LLVM-based D compiler, is available for download! Is there anyway to get dub to use this as a compiler so I can test this out?

Re: LDC 0.16.0 alpha3 is out! Get it, test it, give feedback!

2015-09-17 Thread Jack Stouffer via Digitalmars-d-announce
On Thursday, 17 September 2015 at 14:51:32 UTC, Jack Stouffer wrote: On Wednesday, 16 September 2015 at 20:03:15 UTC, Kai Nacke wrote: Hi everyone, LDC 0.16.0 alpha3, the LLVM-based D compiler, is available for download! Is there anyway to get dub to use this as a compiler so I can test thi

Re: LDC 0.16.0 alpha3 is out! Get it, test it, give feedback!

2015-09-17 Thread Jack Stouffer via Digitalmars-d-announce
On Thursday, 17 September 2015 at 15:19:07 UTC, John Colvin wrote: dub build --compiler=ldc2 -v will sometimes let you see more clearly when/where things went wrong. Seems to be a segfault in LDC $ dub build --force --compiler=ldc2 -v A bunch of stuff for the dependancies Using direct -l..

Re: Go 1.5

2015-09-18 Thread Jack Stouffer via Digitalmars-d-announce
On Friday, 18 September 2015 at 19:26:27 UTC, Rory wrote: The new GC in Go 1.5 seems interesting. What they say about is certainly interesting. http://blog.golang.org/go15gc "To create a garbage collector for the next decade, we turned to an algorithm from decades ago. Go's new garbage collec

Re: Go 1.5

2015-09-20 Thread Jack Stouffer via Digitalmars-d-announce
On Sunday, 20 September 2015 at 22:41:46 UTC, deadalnix wrote: That's just bad excuses. Excuses? Sure. Bad excuses? Not nearly. The other things I listed are much more important (IMO) than making the GC faster.

Re: A new article about working with files in D

2015-09-28 Thread Jack Stouffer via Digitalmars-d-announce
On Monday, 28 September 2015 at 11:41:37 UTC, Gary Willoughby wrote: Article: http://nomad.so/2015/09/working-with-files-in-the-d-programming-language/ Reddit link: https://www.reddit.com/r/programming/comments/3mosw7/working_with_files_in_the_d_programming_language/ BTW, I thought of somethin

Re: Beta D 2.069.0-b1

2015-10-08 Thread Jack Stouffer via Digitalmars-d-announce
On Wednesday, 7 October 2015 at 22:33:09 UTC, Martin Nowak wrote: First beta for the 2.069.0 release. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.069.0.html Please report any bugs at https://issues.dlang.org -Martin I think it should be mentioned in the change log

Re: Beta D 2.069.0-b1

2015-10-08 Thread Jack Stouffer via Digitalmars-d-announce
On Thursday, 8 October 2015 at 16:12:52 UTC, ponce wrote: On Wednesday, 7 October 2015 at 22:33:09 UTC, Martin Nowak wrote: First beta for the 2.069.0 release. Weren't there codegen improvements in DMD? https://github.com/D-Programming-Language/dlang.org/pull/1121

Re: Fastest JSON parser in the world is a D project

2015-10-15 Thread Jack Stouffer via Digitalmars-d-announce
On Thursday, 15 October 2015 at 12:51:58 UTC, Johannes Pfau wrote: BTW: Is there a reason why the code is GPL licensed? I understand that people might want to use more restrictive licenses, but isn't LGPL a better replacement for GPL when writing library code? Doesn't the GPL force everybody _u

Re: Fastest JSON parser in the world is a D project

2015-10-15 Thread Jack Stouffer via Digitalmars-d-announce
On Thursday, 15 October 2015 at 19:40:16 UTC, Jacob Carlborg wrote: On 2015-10-15 14:51, Johannes Pfau wrote: Doesn't the GPL force everybody _using_ fast.json to also use the GPL license? Yes, it does have that enforcement. Then this is practically useless for the vast majority of program

Re: Walter and I talk about D in Romania

2015-10-15 Thread Jack Stouffer via Digitalmars-d-announce
On Thursday, 15 October 2015 at 17:34:25 UTC, Jacob Carlborg wrote: On 2015-10-15 00:54, Vladimir Panteleev wrote: whether we have good debugging GUIs for all platforms, which we don't for OS X. There's Xcode. Xcode supports D? And I thought that LDC was the only compiler that outputs info

Re: Beta D 2.069.0-b2

2015-10-17 Thread Jack Stouffer via Digitalmars-d-announce
On Saturday, 17 October 2015 at 09:24:42 UTC, extrawurst wrote: On Saturday, 17 October 2015 at 08:13:03 UTC, Martin Nowak wrote: On Friday, 16 October 2015 at 12:14:09 UTC, ponce wrote: What changed in the backend? http://dlang.org/changelog/2.069.0.html#backend-improvements Is that limite

Re: Beta D 2.069.0-b2

2015-10-17 Thread Jack Stouffer via Digitalmars-d-announce
On Friday, 16 October 2015 at 12:14:09 UTC, ponce wrote: On Wednesday, 14 October 2015 at 13:53:17 UTC, Martin Nowak wrote: Second beta for the 2.069.0 release. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.069.0.html Please report any bugs at https://issues.dlang.org

Re: Coedit 2 alpha 1 - now with dub

2015-10-19 Thread Jack Stouffer via Digitalmars-d-announce
On Monday, 19 October 2015 at 15:03:52 UTC, BBasile wrote: On Saturday, 17 October 2015 at 16:31:38 UTC, DK wrote: Hi, this link https://github.com/BBasile/Coedit/ doesn't work for me (( Coedit is now (since three weeks to be more accurate) a private software. I've removed all what was deleta

Re: Coedit 2 alpha 1 - now with dub

2015-10-21 Thread Jack Stouffer via Digitalmars-d-announce
On Tuesday, 20 October 2015 at 12:46:51 UTC, BBasile wrote: On Monday, 19 October 2015 at 19:56:15 UTC, Jack Stouffer wrote: On Monday, 19 October 2015 at 15:03:52 UTC, BBasile wrote: On Saturday, 17 October 2015 at 16:31:38 UTC, DK wrote: Hi, this link https://github.com/BBasile/Coedit/ doesn'

Re: LDC 0.16.0 has been released!

2015-10-23 Thread Jack Stouffer via Digitalmars-d-announce
On Thursday, 22 October 2015 at 19:00:07 UTC, Kai Nacke wrote: Hi everyone, LDC 0.16.0, the LLVM-based D compiler, is available for download! Congratulations! Has anyone on the LDC team done any benchmarks on how much faster ddmd is when compiled with LDC?

Re: LDC 0.16.0 has been released!

2015-10-24 Thread Jack Stouffer via Digitalmars-d-announce
On Saturday, 24 October 2015 at 03:11:30 UTC, Joakim wrote: The associated travis CI run that finally went green with ldc 0.16.0 beta 2 took about as long as the other D compilers, so performance of ldc-compiled ddmd seems comparable: https://travis-ci.org/D-Programming-Language/dmd/builds/850

Re: CppCast interview

2015-10-31 Thread Jack Stouffer via Digitalmars-d-announce
On Friday, 30 October 2015 at 03:23:17 UTC, Andrei Alexandrescu wrote: https://www.reddit.com/r/programming/comments/3qs888/cppcast_d_with_andrei_alexandrescu/ @35:00: "One great thing about being part of several programming language communities is that you get to see how a whole community can

Re: Release D 2.069.0

2015-11-03 Thread Jack Stouffer via Digitalmars-d-announce
On Wednesday, 4 November 2015 at 01:50:38 UTC, Martin Nowak wrote: Glad to announce D 2.069.0. http://dlang.org/download.html http://downloads.dlang.org/releases/2.x/2.069.0/ This is the first release with a self-hosted dmd compiler and comes with even more rangified phobos functions, std.e

Re: Please vote for the DConf logo

2015-11-04 Thread Jack Stouffer via Digitalmars-d-announce
On Wednesday, 4 November 2015 at 09:30:30 UTC, Andrei Alexandrescu wrote: Reply to this with 1.1, 1.2, 2, or 3: 3

Re: Release D 2.069.0

2015-11-08 Thread Jack Stouffer via Digitalmars-d-announce
On Sunday, 8 November 2015 at 22:45:05 UTC, Daniel Murphy wrote: Actually I think it's fixed now, just disabled. It used to have problems with lib*/scan*, but those are in D now, and most of the allocations from the glue layer are being forwarded to the GC through rmem. If anyone wants to tr

Re: Andrei's Quora comments on Reddit: "D has no vision. Go is out of its depth. Rust skipped leg day."

2015-11-11 Thread Jack Stouffer via Digitalmars-d-announce
On Wednesday, 11 November 2015 at 19:51:45 UTC, Ali Çehreli wrote: The following page is about interfacing with C++, which may not be up to date: http://dlang.org/cpp_interface.html Others: is it up to date? Ali Unfortunately, that page is very out of date. The last significant content u

Formal Review of std.range.ndslice

2015-11-16 Thread Jack Stouffer via Digitalmars-d-announce
http://forum.dlang.org/post/uesnmkgniumswfclw...@forum.dlang.org

Re: Next London D Meetup - 18th November

2015-11-19 Thread Jack Stouffer via Digitalmars-d-announce
On Wednesday, 18 November 2015 at 13:59:36 UTC, John Colvin wrote: On Wednesday, 11 November 2015 at 22:43:22 UTC, Kingsley wrote: Hi Please come to the London D meetup on Wednesday 18th November. We have a great talk by John Colvin on semi functional programming. We have a fantastic venue

Re: Silicon Valley D Meetup November 19, 2015

2015-11-19 Thread Jack Stouffer via Digitalmars-d-announce
On Friday, 20 November 2015 at 03:15:06 UTC, Ali Çehreli wrote: You can connect right now: https://hangouts.google.com/call/bbicgqq4ayc7bqs2u4ptnmnt3ma Ali On 11/18/2015 12:35 PM, Ali Çehreli wrote: "Fireside Chat with Andrei, Foundation Update, Q4 Technical Update" http://www.meetup.

Re: Release D 2.069.1

2015-11-20 Thread Jack Stouffer via Digitalmars-d-announce
On Friday, 20 November 2015 at 20:54:38 UTC, Martin Nowak wrote: On Wednesday, 11 November 2015 at 12:18:55 UTC, Rikki Cattermole wrote: This has already been talked about on D.learn. It's a very bad look especially since this is a major addition for this release. Hence why I have even mentione

Re: Beta D 2.069.2-b1

2015-11-28 Thread Jack Stouffer via Digitalmars-d-announce
On Saturday, 28 November 2015 at 17:17:59 UTC, Martin Nowak wrote: First beta for the 2.069.2 point release. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.069.2.html Please report any bugs at https://issues.dlang.org -Martin IMO, this should not be released until ht

Re: Release D 2.069.2

2015-12-02 Thread Jack Stouffer via Digitalmars-d-announce
On Thursday, 3 December 2015 at 03:36:10 UTC, Martin Nowak wrote: Glad to announce D 2.069.2. http://dlang.org/download.html This point release fixes a few issues over 2.069.1, see the changelog for more details. http://dlang.org/changelog/2.069.2.html -Martin Congratulations on the new r

Re: DConf 2016 news: 20% sold out, book signing

2015-12-11 Thread Jack Stouffer via Digitalmars-d-announce
On Monday, 7 December 2015 at 17:39:14 UTC, Andrei Alexandrescu wrote: Looking forward to seeing you at DConf! Just found out I won't be able to come, so will the entire thing be live streamed?

Re: Testing Nightly Build Service

2015-12-12 Thread Jack Stouffer via Digitalmars-d-announce
On Saturday, 12 December 2015 at 12:08:50 UTC, Martin Nowak wrote: As you might already know from the last sprint review (http://forum.dlang.org/post/56592679.3010604@dawg.) Does anyone who doesn't work on DMD read those? we've setup a server to build nightlies. The service is still in a test

Voting Open For std.experimental.ndslice

2015-12-12 Thread Jack Stouffer via Digitalmars-d-announce
http://forum.dlang.org/post/yeebmehdqgqdfkzmz...@forum.dlang.org

Re: Three Cool Things about D

2015-12-21 Thread Jack Stouffer via Digitalmars-d-announce
On Monday, 21 December 2015 at 17:28:51 UTC, Andrei Alexandrescu wrote: https://www.reddit.com/r/programming/comments/3xq2ul/codedive_2015_talk_three_cool_things_about_d/ https://www.facebook.com/dlang.org/posts/1192267587453587 https://twitter.com/D_Programming/status/678989872367988741 Andr

Using D and std.ndslice as a Numpy Replacement

2016-01-02 Thread Jack Stouffer via Digitalmars-d-announce
http://jackstouffer.com/blog/nd_slice.html https://www.reddit.com/r/programming/comments/3z6f7a/using_d_and_stdndslice_as_a_numpy_replacement/

Re: Using D and std.ndslice as a Numpy Replacement

2016-01-02 Thread Jack Stouffer via Digitalmars-d-announce
On Saturday, 2 January 2016 at 22:15:03 UTC, Ali Çehreli wrote: Broken link in "For a more in depth look at ranges, see The official D tutorial's section on ranges". Ali Fixed, thanks!

Re: Using D and std.ndslice as a Numpy Replacement

2016-01-02 Thread Jack Stouffer via Digitalmars-d-announce
On Saturday, 2 January 2016 at 23:51:09 UTC, Ilya Yaroshenko wrote: This benchmark is _not_ lazy, so ndslice faster than Numpy only 3.5 times. I don't know what you mean here, I made sure to call std.array.array to force allocation.

Re: Using D and std.ndslice as a Numpy Replacement

2016-01-03 Thread Jack Stouffer via Digitalmars-d-announce
On Sunday, 3 January 2016 at 00:17:23 UTC, Ilya Yaroshenko wrote: On Sunday, 3 January 2016 at 00:09:33 UTC, Jack Stouffer wrote: On Saturday, 2 January 2016 at 23:51:09 UTC, Ilya Yaroshenko wrote: This benchmark is _not_ lazy, so ndslice faster than Numpy only 3.5 times. I don't know what yo

Re: Using D and std.ndslice as a Numpy Replacement

2016-01-03 Thread Jack Stouffer via Digitalmars-d-announce
On Monday, 4 January 2016 at 00:24:51 UTC, David Nadlinger wrote: On Sunday, 3 January 2016 at 18:56:07 UTC, Jack Stouffer wrote: I still have to disagree with you that the example I submitted was fair. Accessing global memory in D is going to be much slower than accessing stack memory, […] W

Re: Using D and std.ndslice as a Numpy Replacement

2016-01-03 Thread Jack Stouffer via Digitalmars-d-announce
On Monday, 4 January 2016 at 01:09:30 UTC, Ilya wrote: To be clear: there is NO data in Article example. Only CPU registers are used. It is not fair. -- Ilya Ok, I see were I made the mistake, I apologize. I believed that since I was only testing the np.mean line of code, that the lazy genera

Re: Using D and std.ndslice as a Numpy Replacement

2016-01-04 Thread Jack Stouffer via Digitalmars-d-announce
On Monday, 4 January 2016 at 02:01:05 UTC, Ilya wrote: Please add links to 1. Mir: http://code.dlang.org/packages/mir 2. Documentation: http://dlang.org/phobos-prerelease/std_experimental_ndslice.html 3. DlangScience example Thanks! -- Ilya Updated. I also changed the example slightly from t

Re: Three Cool Things about D

2016-01-07 Thread Jack Stouffer via Digitalmars-d-announce
On Friday, 8 January 2016 at 00:32:05 UTC, Rory McGuire wrote: On Mon, Dec 28, 2015 at 5:24 PM, Rory McGuire wrote: On 27 Dec 2015 6:25 PM, "Andrei Alexandrescu via Digitalmars-d-announce" < digitalmars-d-announce@puremagic.com> wrote: > > On 12/27/15 1:27 AM, Rory McGuire via Digitalmars

Re: Flipboard collection of D articles

2016-01-09 Thread Jack Stouffer via Digitalmars-d-announce
On Friday, 8 January 2016 at 08:43:52 UTC, florin wrote: So if there are any Flipboard users around interested in adding stuff there, please let me know and I will invite you to manage the said collection. Sure, I'm @jackstouffer on flipboard.

Re: Bruce Eckel is evaluating languages

2016-01-23 Thread Jack Stouffer via Digitalmars-d-announce
On Friday, 22 January 2016 at 20:19:55 UTC, Ali Çehreli wrote: https://www.reddit.com/r/programming/comments/426pwq/a_language_is_more_than_a_language/ Would someone from the D community add D to his project: http://bruceeckel.github.io/Language-Evaluation-Checklist/ Ali Meh. Doesn't exac

Re: Vision for the first semester of 2016

2016-01-24 Thread Jack Stouffer via Digitalmars-d-announce
On Monday, 25 January 2016 at 02:37:40 UTC, Andrei Alexandrescu wrote: Hot off the press! http://wiki.dlang.org/Vision/2016H1 -- Andrei My biggest issue with these documents is that they have good ideas but rarely have plans to achieve them. As a consequence, most of these documents say how h

Sublime Text 3 Gets Better D Support

2016-01-27 Thread Jack Stouffer via Digitalmars-d-announce
Sublime Text is a very popular text editor, and for a while now it's had marginal D support. What has changed recently is updated syntax highlighting to support all the new keywords that have come in the last couple of years and UDAs https://github.com/sublimehq/Packages/commit/b9026cf6ab8ccd05

Re: Sublime Text 3 Gets Better D Support

2016-01-27 Thread Jack Stouffer via Digitalmars-d-announce
On Wednesday, 27 January 2016 at 19:15:02 UTC, Damian wrote: Thank you, this is very much welcome! Wishlist: Will we see some dub support integration for building? I find when using rust the cargo build support is excellent, I wish we had this for D in sublime :) I actually didn't do this, I

Re: Sublime Text 3 Gets Better D Support

2016-01-29 Thread Jack Stouffer via Digitalmars-d-announce
On Wednesday, 27 January 2016 at 17:34:35 UTC, Jack Stouffer wrote: In order to use this, you can either wait until a version of sublime is released with these changes, or you can download the dev version here https://www.sublimetext.com/3dev, and then install the new packages as described here

New Article: My Experience Porting Python Dateutil's Date Parser to D

2016-03-09 Thread Jack Stouffer via Digitalmars-d-announce
Hello everyone, I have spent the last two weeks porting the date string parsing functionality from the popular Python library, dateutil, to D. I have written about my experience here: http://jackstouffer.com/blog/porting_dateutil.html The code and docs can be found here: https://github.com/

Re: New Article: My Experience Porting Python Dateutil's Date Parser to D

2016-03-09 Thread Jack Stouffer via Digitalmars-d-announce
On Wednesday, 9 March 2016 at 23:31:04 UTC, Ola Fosheim Grøstad wrote: On Wednesday, 9 March 2016 at 22:17:39 UTC, H. S. Teoh wrote: system for my personal projects), I can totally sympathize with the annoyances of using a dynamically-typed language, as well as dodgy iterator designs like __nex

Re: New Article: My Experience Porting Python Dateutil's Date Parser to D

2016-03-10 Thread Jack Stouffer via Digitalmars-d-announce
On Wednesday, 9 March 2016 at 22:12:42 UTC, Walter Bright wrote: I haven't read the article yet, but you'll get more interest by putting a summary as the first comment on reddit. Thanks for the advice, I think it caused more people to read it. Also, I forgot to mention in the article that the

  1   2   >