Re: Release D 2.068.1

2015-09-15 Thread John Colvin via Digitalmars-d-announce
On Monday, 14 September 2015 at 23:53:16 UTC, Martin Nowak wrote: On Monday, 14 September 2015 at 20:14:45 UTC, Jack Stouffer wrote: 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

Re: Release D 2.068.1

2015-09-14 Thread John Colvin via Digitalmars-d-announce
On Monday, 14 September 2015 at 20:14:45 UTC, Jack Stouffer wrote: 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

Re: Article: More hidden treasure in the D standard library

2015-08-31 Thread John Colvin via Digitalmars-d-announce
On Monday, 31 August 2015 at 16:09:02 UTC, Gary Willoughby wrote: I've written a new article on D here: http://nomad.so/2015/08/more-hidden-treasure-in-the-d-standard-library/ Hopefully to drive other programmers to investigate D. It's a continuation of a similar one I wrote a few months ago

Re: Article: More hidden treasure in the D standard library

2015-08-31 Thread John Colvin via Digitalmars-d-announce
On Monday, 31 August 2015 at 16:22:36 UTC, Gary Willoughby wrote: On Monday, 31 August 2015 at 16:16:15 UTC, John Colvin wrote: why the use of `input.text` instead of just `input` on line 14 of the fizz buzz example? It doesn't compile. Error: mismatched function return type inference of int

Re: Dynamic arrays

2015-08-31 Thread John Colvin via Digitalmars-d-announce
On Monday, 31 August 2015 at 21:29:09 UTC, anonymous wrote: On Monday 31 August 2015 23:09, Minas Mina wrote: I have started a series of tutorials in D. This is my latest blog post, which is about dynamic arrays: http://minas-mina.com/2015/08/31/dynamic-arrays/ Constructive criticism is

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

2015-08-27 Thread John Colvin via Digitalmars-d-announce
On Wednesday, 26 August 2015 at 15:48:49 UTC, Russel Winder wrote: Even just for marketing reasons, it would be better if the DlangScience team on GitHub was more than one person. On Thursday, 27 August 2015 at 04:32:21 UTC, Dmitry Olshansky wrote: All of you guys should be displayed here on

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

2015-08-26 Thread John Colvin via Digitalmars-d-announce
On Wednesday, 26 August 2015 at 05:51:06 UTC, Dmitry Olshansky wrote: On 25-Aug-2015 23:04, bachmeier wrote: On Tuesday, 25 August 2015 at 19:29:06 UTC, Daniel Kozák wrote: I can't agree more. OK maybe I would add this https://twitter.com/kozzi11/status/636190895856091136 ;-) This is a big

Re: DCD v0.7.0-rc1

2015-08-25 Thread John Colvin via Digitalmars-d-announce
On Friday, 21 August 2015 at 10:15:09 UTC, Brian Schott wrote: https://github.com/Hackerpilot/DCD/releases/tag/v0.7.0-rc1 If nothing else comes up I'll tag 0.7.0 Monday. DCD is an editor-independent auto-completion program for D code. Read more here: https://github.com/Hackerpilot/DCD brew

Re: Release D 2.068.0

2015-08-12 Thread John Colvin via Digitalmars-d-announce
On Wednesday, 12 August 2015 at 02:46:41 UTC, Ben Boeckel wrote: On Tue, Aug 11, 2015 at 22:36:47 +, John Colvin via Digitalmars-d-announce wrote: Not true. AFAIK /usr/local is the only bit of /usr that *is* available for third-parties. Ah, mixed it up with this tidbit: The /usr

Re: Release D 2.068.0

2015-08-11 Thread John Colvin via Digitalmars-d-announce
On Tuesday, 11 August 2015 at 22:08:50 UTC, Bill Baxter wrote: On Tue, Aug 11, 2015 at 12:52 AM, John Colvin via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: On Monday, 10 August 2015 at 08:48:52 UTC, Martin Nowak wrote: Glad to announce D 2.068.0. http

Re: Release D 2.068.0

2015-08-11 Thread John Colvin via Digitalmars-d-announce
On Tuesday, 11 August 2015 at 22:30:04 UTC, Ben Boeckel wrote: On Tue, Aug 11, 2015 at 15:08:21 -0700, Bill Baxter via Digitalmars-d-announce wrote: New to brew... getting errors with this on Yosemite: Error: Permission denied - /usr/local/etc/dmd.conf and sudo brew install refuses to do

Re: Release D 2.068.0

2015-08-11 Thread John Colvin via Digitalmars-d-announce
On Tuesday, 11 August 2015 at 08:27:00 UTC, Marc Schütz wrote: Packages for openSUSE 13.1, 13.2, Factory and Tumbleweed are now available in devel:languages:D. http://download.opensuse.org/repositories/devel:/languages:/D/ Please could you update/correct the entry here to reflect that:

Re: Release D 2.068.0

2015-08-11 Thread John Colvin via Digitalmars-d-announce
On Monday, 10 August 2015 at 08:48:52 UTC, Martin Nowak wrote: Glad to announce D 2.068.0. http://downloads.dlang.org/releases/2.x/2.068.0/ This release comes with many rangified phobos functions, 2 new GC profilers, a new AA implementation, and countless further improvements and fixes.

Re: Beta D 2.068.0-b2

2015-08-02 Thread John Colvin via Digitalmars-d-announce
On Sunday, 2 August 2015 at 09:38:23 UTC, Martin Nowak wrote: On Thursday, 30 July 2015 at 09:24:09 UTC, John Colvin wrote: https://www.microsoft.com/en-us/download/details.aspx?id=46886 Does it include the C++ compiler and linker? I think it contains a linker, but I'm not 100% sure. See

Re: SDLang-D v0.9.2

2015-08-01 Thread John Colvin via Digitalmars-d-announce
On Friday, 31 July 2015 at 15:52:09 UTC, Nick Sabalausky wrote: SDLang-D: A library to parse/generate SDL (Simple Data Language) files. Offers both DOM and StAX/Pull APIs. SDL is like XML/JSON/YAML, but is low-verbosity, simpler than YAML, and supports comments and basic datatypes. It looks

Re: Beta D 2.068.0-b2

2015-07-30 Thread John Colvin via Digitalmars-d-announce
On Wednesday, 29 July 2015 at 18:13:22 UTC, Kagamin wrote: On Wednesday, 29 July 2015 at 15:45:19 UTC, Taylor Hillegeist wrote: I guess what I mean to say is that they did it, maybe it can be done. Of course it can be done with an additional license agreement with microsoft. Of course VS

Re: Case study on ranges and lazy evaluation

2015-07-20 Thread John Colvin via Digitalmars-d-announce
On Monday, 20 July 2015 at 18:17:18 UTC, Adam D. Ruppe wrote: Quick, what does this loop in this function do? void PanelBar::RepositionExpandedPanels(Panel* fixed_panel) I'm willing to guess it repositions the expanded panels named functions are the best abstraction. That's great for

Re: Four new DConf 2015 videos

2015-07-08 Thread John Colvin via Digitalmars-d-announce
John Colvin - Title: D Is For Science dconf link: http://dconf.org/2015/talks/colvin.html video link: https://www.youtube.com/watch?v=edjrSDjkfko All released talks are on this playlist: https://www.youtube.com/playlist?list=PL12FA104E02ABE730 Bummer, they didn't use the screen cap video

Re: ldc 0.15.1 minimal patch to support llvm 3.6.1

2015-07-08 Thread John Colvin via Digitalmars-d-announce
On Wednesday, 8 July 2015 at 08:13:19 UTC, John Colvin wrote: I need to be able to get ldc 0.15.1 to compile with llvm 3.6.1 for homebrew. Are there some convenient commits I can use to patch it, or is it all a bit more complicated than that? Also, what's the expected release for 0.15.2

ldc 0.15.1 minimal patch to support llvm 3.6.1

2015-07-08 Thread John Colvin via Digitalmars-d-announce
I need to be able to get ldc 0.15.1 to compile with llvm 3.6.1 for homebrew. Are there some convenient commits I can use to patch it, or is it all a bit more complicated than that? Also, what's the expected release for 0.15.2? If you expect it to be fully released very shortly, this wouldn't

Re: Voting for std.experimental.allocator

2015-07-08 Thread John Colvin via Digitalmars-d-announce
On Wednesday, 8 July 2015 at 11:33:03 UTC, Dicebot wrote: Andrei is back online and thus it is time to make a decision about adding his allocator package (http://forum.dlang.org/post/vfipmwojmvseqxoiw...@forum.dlang.org) to Phobos std.experimental [...] Yes Having an official set of

Re: D extensions to python, inline in an ipython/jupyter notebook

2015-07-03 Thread John Colvin via Digitalmars-d-announce
On Friday, 3 July 2015 at 10:52:38 UTC, John Colvin wrote: Also, there would have to be some serious warning signs about translating from python to D, in that the micro-seconds will be truncated. Doesn't a lack of microseconds make it unusable for tick data? Woops, I means milliseconds.

Re: D extensions to python, inline in an ipython/jupyter notebook

2015-07-03 Thread John Colvin via Digitalmars-d-announce
On Friday, 3 July 2015 at 15:56:24 UTC, Laeeth Isharc wrote: Aren't there time-zone concerns? Or is this just a mapping between D's std.datetime.DateTime and python's datetime.datetime with tzinfo==None, i.e. a naive date? Also, there would have to be some serious warning signs about

Re: D extensions to python, inline in an ipython/jupyter notebook

2015-07-03 Thread John Colvin via Digitalmars-d-announce
On Friday, 3 July 2015 at 10:23:14 UTC, Laeeth Isharc wrote: On Thursday, 2 July 2015 at 22:55:51 UTC, Laeeth Isharc wrote: It would be v helpful to have a Datetime conversion from D. Looks like there is a macro for converting from ymd in datetime.h, so I guess one could just write some code

Re: D extensions to python, inline in an ipython/jupyter notebook

2015-07-02 Thread John Colvin via Digitalmars-d-announce
On Thursday, 2 July 2015 at 19:51:19 UTC, Laeeth Isharc wrote: What is the benefit from using distutils for working with D in a notebook? There are two standards - the Python one, and the D one. The advantage of using dub is that it becomes wonderfully easy to pull in D projects from

Re: D extensions to python, inline in an ipython/jupyter notebook

2015-07-02 Thread John Colvin via Digitalmars-d-announce
On Thursday, 2 July 2015 at 18:28:50 UTC, Russel Winder wrote: On Tue, 2015-06-30 at 18:20 +, John Colvin via Digitalmars-d -announce […] Ditched distutils in favour of dub. This is easier for me to maintain and fits much better with the rest of the D ecosystem I am not convinced

Re: D extensions to python, inline in an ipython/jupyter notebook

2015-06-30 Thread John Colvin via Digitalmars-d-announce
On Tuesday, 30 June 2015 at 18:20:21 UTC, John Colvin wrote: On Sunday, 14 June 2015 at 15:51:37 UTC, John Colvin wrote: [...] v0.1.0 is released, with substantial improvements. This is more like a usable tool and less like a proof of concept now, although I would definitely say it is still

Re: D extensions to python, inline in an ipython/jupyter notebook

2015-06-16 Thread John Colvin via Digitalmars-d-announce
On Monday, 15 June 2015 at 19:35:16 UTC, Laeeth Isharc wrote: On Monday, 15 June 2015 at 17:28:52 UTC, John Colvin wrote: On Monday, 15 June 2015 at 17:11:26 UTC, Laeeth Isharc wrote: On Monday, 15 June 2015 at 06:51:44 UTC, John Colvin wrote: [...] Yes - I had noticed same, but don't yet

Re: D extensions to python, inline in an ipython/jupyter notebook

2015-06-15 Thread John Colvin via Digitalmars-d-announce
On Monday, 15 June 2015 at 17:11:26 UTC, Laeeth Isharc wrote: On Monday, 15 June 2015 at 06:51:44 UTC, John Colvin wrote: [...] Yes - I had noticed same, but don't yet have the experience (and don't have available time for now) to do much about it. Was looking at Facebook torch to see how

Re: D extensions to python, inline in an ipython/jupyter notebook

2015-06-15 Thread John Colvin via Digitalmars-d-announce
On Monday, 15 June 2015 at 05:11:17 UTC, Laeeth Isharc wrote: On Sunday, 14 June 2015 at 15:51:37 UTC, John Colvin wrote: Bare-bones at the moment, but hopefully of interest to some people https://github.com/DlangScience/PydMagic This allows you to write D extensions to python, as inline

D extensions to python, inline in an ipython/jupyter notebook

2015-06-14 Thread John Colvin via Digitalmars-d-announce
Bare-bones at the moment, but hopefully of interest to some people https://github.com/DlangScience/PydMagic This allows you to write D extensions to python, as inline cells in an ipython/jupyter notebook.

Re: D extensions to python, inline in an ipython/jupyter notebook

2015-06-14 Thread John Colvin via Digitalmars-d-announce
On Sunday, 14 June 2015 at 16:14:58 UTC, Russel Winder wrote: On Sun, 2015-06-14 at 15:51 +, John Colvin via Digitalmars-d -announce wrote: Bare-bones at the moment, but hopefully of interest to some people https://github.com/DlangScience/PydMagic This allows you to write D extensions

Re: forum.dlang.org, version 2 (BETA)

2015-06-08 Thread John Colvin via Digitalmars-d-announce
On Thursday, 4 June 2015 at 15:04:05 UTC, Vladimir Panteleev wrote: http://beta.forum.dlang.org/ Many major and minor improvements. Some major ones: - dlang.org theme, fully responsive and mobile-friendly - keyboard navigation in all views - automatically saved post drafts - get notified of

Re: DevDocs.io: voting for D

2015-06-04 Thread John Colvin via Digitalmars-d-announce
On Thursday, 4 June 2015 at 15:43:03 UTC, Quentin Ladeveze wrote: On Thursday, 4 June 2015 at 15:26:55 UTC, Quentin Ladeveze wrote: On Thursday, 4 June 2015 at 14:41:01 UTC, Kagamin wrote: https://github.com/Kapeli/Dash-User-Contributions/tree/master/docsets/D ? I just tried to generate the

Re: DConf 2015: Individual talk links from the livestream

2015-06-02 Thread John Colvin via Digitalmars-d-announce
On Tuesday, 2 June 2015 at 06:20:56 UTC, Jacob Carlborg wrote: On 2015-06-02 06:16, John Colvin wrote: BTW, was there any discussion in between the talks that was recorded? In some cases you might be able to overhear some stuff I guess, but nothing formal was done. The last talks on days 1

Re: DConf 2015: Individual talk links from the livestream

2015-06-01 Thread John Colvin via Digitalmars-d-announce
On Tuesday, 2 June 2015 at 05:25:06 UTC, Nicholas Wilson wrote: On Tuesday, 2 June 2015 at 04:16:06 UTC, John Colvin wrote: Day 1: Liran Zvibel:https://youtu.be/-OCl-jWyT9E?t=3720 David Nadlinger: https://youtu.be/-OCl-jWyT9E?t=3720 You missed David's talk time and listed Liran's

Re: DConf 2015: Individual talk links from the livestream

2015-06-01 Thread John Colvin via Digitalmars-d-announce
On Tuesday, 2 June 2015 at 04:16:06 UTC, John Colvin wrote: Day 1: Brian Schott: https://youtu.be/ep5vDQq15as Liran Zvibel: https://youtu.be/-OCl-jWyT9E?t=3720 David Nadlinger: https://youtu.be/-OCl-jWyT9E?t=3720 Amaury Sechet: https://youtu.be/-OCl-jWyT9E?t=10189 Walter Andrei AUA: https

DConf 2015: Individual talk links from the livestream

2015-06-01 Thread John Colvin via Digitalmars-d-announce
Mic / Q+A: https://youtu.be/AH35IxWkx8M?t=27449 Day 3: Andrei Alexandrescu: https://youtu.be/oA1exjdEIWw?t=44 Adam Ruppe: https://youtu.be/oA1exjdEIWw?t=4350 Joseph Wakeling: https://youtu.be/oA1exjdEIWw?t=7617 John Colvin: https://youtu.be/oA1exjdEIWw?t=12105 Atila Neves: https://youtu.be

Re: This Week in D: DConf 2015 Wednesday Morning writeups!

2015-06-01 Thread John Colvin via Digitalmars-d-announce
On Tuesday, 2 June 2015 at 04:08:09 UTC, John Colvin wrote: On Tuesday, 2 June 2015 at 04:03:48 UTC, Adam D. Ruppe wrote: http://arsdnet.net/this-week-in-d/may-31.html The rest of DConf will be reported within the next two weeks, then I'd like to follow up with the speakers to see

Re: DConf 2015 has ended. See you in Berlin at DConf 2016!

2015-05-30 Thread John Colvin via Digitalmars-d-announce
On Saturday, 30 May 2015 at 13:30:33 UTC, Robert M. Münch wrote: On 2015-05-29 23:42:06 +, Andrei Alexandrescu said: DConf 2015 has been awesome, I'm taking a minute to post this that's been announced a short while ago. Is there an overview about all the talks that were given? Will

Laptop volunteer wanted for tomorrows live-stream

2015-05-28 Thread John Colvin via Digitalmars-d-announce
At the very least, I will need to use my laptop for my own talk. I would also really like to be able to use it during the day beforehand. If anyone has a laptop with a half-decent webcam (the camera on my 2014 macbook pro has been OK) that they a) could bear to part with for the day and b)

Re: DConf parking info and code

2015-05-27 Thread John Colvin via Digitalmars-d-announce
On Wednesday, 27 May 2015 at 14:00:20 UTC, Adam D. Ruppe wrote: Where is the conference itself? Sorenson centre, sc213a/b

Re: Now official: we are livestreaming DConf 2015

2015-05-27 Thread John Colvin via Digitalmars-d-announce
On Wednesday, 27 May 2015 at 19:01:00 UTC, Andrei Alexandrescu wrote: Thanks to John Colvin! He rigged his webcam centrally so we can livestream DConf 2015 in passable quality to youtube. Link: https://www.youtube.com/watch?v=-OCl-jWyT9E It's live now (30 minutes of break still ongoing so

Re: Monday is last day for DConf 2015 registrations

2015-05-21 Thread John Colvin via Digitalmars-d-announce
On Thursday, 21 May 2015 at 13:42:37 UTC, Steven Schveighoffer wrote: On 5/19/15 6:59 PM, Brad Anderson wrote: On Monday, 18 May 2015 at 19:59:08 UTC, Steven Schveighoffer wrote: [snip] I just booked a car, but could cancel it. Anyone from the area know whether it's worth having a car there

Re: Calypso: Direct and full interfacing to C++

2015-05-13 Thread John Colvin via Digitalmars-d-announce
On Tuesday, 12 May 2015 at 21:44:04 UTC, Kelly wrote: Well the first fully working example of a large library is finally working with Calypso. Elie has managed to get a Qt5 demo program to compile and run!! The demo is a D version of the Qt5 Widgets demo. This is a simple window with a

Re: D needs...

2015-05-11 Thread John Colvin via Digitalmars-d-announce
On Monday, 11 May 2015 at 11:59:02 UTC, Namespace wrote: Inspired by ponce idioms list for D I've set up something similar. There are some themes in D which come up regulary and are discussed to the vomit. If something is agreed, it gets forgotten sometimes and the theme disappears into

Wiki table for available compiler packages by platform/OS

2015-05-11 Thread John Colvin via Digitalmars-d-announce
I took the time to research the status quo in D compiler availability on a variety of OSs. http://wiki.dlang.org/Compilers#Package_and.2For_binary_availability.2C_by_platform_and_compiler The reason I am posting this in announce is that, for it to be worth having, it will need to be kept up

Re: Quick Start with D: few examples and set of links.

2015-05-01 Thread John Colvin via Digitalmars-d-announce
On Friday, 1 May 2015 at 15:53:12 UTC, Ilya Yaroshenko wrote: Pipeline should be optimised (I am not sure about `tee`) by LDC, GDC and probably DMD so all examples are generaly equal. Yeah I wouldn't expect a big difference here. Even if things aren't well optimised, the various branches

Re: Trial migration of Dsource bindings project to Github

2015-04-21 Thread John Colvin via Digitalmars-d-announce
On Monday, 20 April 2015 at 23:42:54 UTC, Vladimir Panteleev wrote: On Monday, 20 April 2015 at 22:57:51 UTC, Stewart Gordon wrote: I committed some updates the other day and they seem they have gone straight into the online repository. Committing is a local (non-network) operation in git, so

Re: Trial migration of Dsource bindings project to Github

2015-04-20 Thread John Colvin via Digitalmars-d-announce
On Sunday, 19 April 2015 at 23:37:58 UTC, Vladimir Panteleev wrote: On Sunday, 19 April 2015 at 23:14:13 UTC, Stewart Gordon wrote: For those of you who are still unfamiliar with GitHub, Stewart, I haven't seen an active D project that WASN'T hosted on GitHub for years now. There's a few

Re: [hackathon] One week left to the first D Hackathon!

2015-04-19 Thread John Colvin via Digitalmars-d-announce
On Sunday, 19 April 2015 at 13:03:22 UTC, ANtlord wrote: On Saturday, 18 April 2015 at 16:26:41 UTC, Andrei Alexandrescu wrote: Join us for one week starting Saturday April 25th for the first D Hackathon! The D Hackathon is one week of intense participation and collaboration on anything and

Re: EMSI is hiring a D developer

2015-04-15 Thread John Colvin via Digitalmars-d-announce
On Wednesday, 15 April 2015 at 07:27:51 UTC, Abdulhaq wrote: On Tuesday, 14 April 2015 at 16:17:37 UTC, Justin Whear wrote: EMSI is hiring for an Engineer II to work on D codebases: https:// emsi.bamboohr.com/jobs/view.php?id=30 When it said Moscow I was thinking mmmh lots of traffic, a bit

Re: DlangUI

2015-04-13 Thread John Colvin via Digitalmars-d-announce
On Monday, 13 April 2015 at 18:35:59 UTC, Vadim Lopatin wrote: On Monday, 13 April 2015 at 17:51:54 UTC, John Colvin wrote: On Tuesday, 20 May 2014 at 18:13:36 UTC, Vadim Lopatin wrote: Hello! I would like to announce my project, DlangUI library - cross-platform GUI for D. https

Re: DlangUI

2015-04-13 Thread John Colvin via Digitalmars-d-announce
On Tuesday, 20 May 2014 at 18:13:36 UTC, Vadim Lopatin wrote: Hello! I would like to announce my project, DlangUI library - cross-platform GUI for D. https://github.com/buggins/dlangui License: Boost License 1.0 Native library written in D (not a wrapper to other GUI library) - easy to

Re: Release D 2.067.0

2015-04-04 Thread John Colvin via Digitalmars-d-announce
On Tuesday, 24 March 2015 at 22:50:29 UTC, Sönke Ludwig wrote: Am 24.03.2015 um 23:14 schrieb John Colvin: On Tuesday, 24 March 2015 at 21:31:42 UTC, Martin Nowak wrote: On 03/24/2015 10:11 PM, John Colvin wrote: This cannot be added to homebrew until there is a new stable release of dub

Re: Gary Willoughby: Why Go's design is a disservice to intelligent programmers

2015-03-27 Thread John Colvin via Digitalmars-d-announce
On Friday, 27 March 2015 at 12:15:03 UTC, Sönke Ludwig wrote: Am 27.03.2015 um 11:11 schrieb Walter Bright: On 3/27/2015 2:57 AM, Russel Winder via Digitalmars-d-announce wrote: Aren't green threads now given the label fibres? My understanding of fibers is they are all in one thread. Go's

Re: Gary Willoughby: Why Go's design is a disservice to intelligent programmers

2015-03-27 Thread John Colvin via Digitalmars-d-announce
On Friday, 27 March 2015 at 16:40:14 UTC, Ola Fosheim Grøstad wrote: On Friday, 27 March 2015 at 16:27:48 UTC, Dicebot wrote: I have no interest in arguing with you, just calling out especially harmful lies that may mislead random readers. Nice one. I am sure your attitude is very helpful for

Re: Release D 2.067.0

2015-03-26 Thread John Colvin via Digitalmars-d-announce
On Thursday, 26 March 2015 at 06:16:59 UTC, ketmar wrote: On Tue, 24 Mar 2015 21:56:29 +, Tove wrote: On Tuesday, 24 March 2015 at 17:08:03 UTC, Martin Nowak wrote: Glad to announce D 2.067.0. https://dlang.dawg.eu/downloads/dmd.2.067.0/ -Martin Congrats! Although, I must admit, I was

Re: Release D 2.067.0

2015-03-26 Thread John Colvin via Digitalmars-d-announce
On Thursday, 26 March 2015 at 11:25:50 UTC, ketmar wrote: On Thu, 26 Mar 2015 10:13:42 +, John Colvin wrote: On Thursday, 26 March 2015 at 06:16:59 UTC, ketmar wrote: On Tue, 24 Mar 2015 21:56:29 +, Tove wrote: On Tuesday, 24 March 2015 at 17:08:03 UTC, Martin Nowak wrote: Glad

Re: Release D 2.067.0

2015-03-24 Thread John Colvin via Digitalmars-d-announce
On Tuesday, 24 March 2015 at 21:31:42 UTC, Martin Nowak wrote: On 03/24/2015 10:11 PM, John Colvin wrote: This cannot be added to homebrew until there is a new stable release of dub. Why is that? Anyhow dub is in beta and ready soon. Current stable dub fails to build with 2.067.0, so

Re: Release D 2.067.0

2015-03-24 Thread John Colvin via Digitalmars-d-announce
On Tuesday, 24 March 2015 at 17:08:03 UTC, Martin Nowak wrote: Glad to announce D 2.067.0. This release comes with many improvements. The GC is a lot faster for most use-cases, we have improved C++ interoperability and fixed plenty of bugs. See the changelog for more details.

Re: Release Candidate D 2.067.0-rc1

2015-03-23 Thread John Colvin via Digitalmars-d-announce
On Monday, 23 March 2015 at 13:49:55 UTC, Szymon Gatner wrote: On Friday, 20 March 2015 at 15:19:03 UTC, Martin Nowak wrote: On 03/19/2015 08:02 AM, Rainer Schuetze wrote: The COFF32 lib is built through win64.mak. This is an excerpt from my build script to create lib32\phobos32mscoff.lib:

Re: This Week in D #9 - marketing discussion, final beta, special interview with Sönke

2015-03-16 Thread John Colvin via Digitalmars-d-announce
On Monday, 16 March 2015 at 04:54:12 UTC, Adam D. Ruppe wrote: http://arsdnet.net/this-week-in-d/mar-15.html Also remember about the RSS feed here: http://arsdnet.net/this-week-in-d/twid.rss I'm currently out west so I'm a couple hours off, but here's the next installment with summaries of

Re: Dgame revived

2015-02-27 Thread John Colvin via Digitalmars-d-announce
On Thursday, 26 February 2015 at 02:22:18 UTC, stewarth wrote: On Wednesday, 25 February 2015 at 15:36:21 UTC, Gan wrote: On Tuesday, 24 February 2015 at 22:03:29 UTC, stewarth wrote: On Tuesday, 24 February 2015 at 21:10:53 UTC, Gan wrote: On Tuesday, 24 February 2015 at 21:07:04 UTC,

Re: Dgame revived

2015-02-22 Thread John Colvin via Digitalmars-d-announce
On Sunday, 22 February 2015 at 21:34:03 UTC, Foo wrote: I think you need to install the ogg libraries. Derelict, which Dgame uses, only provides bindings to the C/C++ libraries. You still need to get the those libraries for things to work. Sorry I cannot help more. On linux it's just a matter

Re: let (x,y) = ...

2015-02-19 Thread John Colvin via Digitalmars-d-announce
On Thursday, 19 February 2015 at 13:52:29 UTC, Nick Treleaven wrote: On 19/02/2015 04:38, thedeemon wrote: int x, y, z, age; string name; let (name, age) = getTuple(); // tuple let (x,y,z) = argv[1..4].map!(to!int); // lazy range let (x,y,z) = [1,2,3]; // array

Re: DDocs.org: auto-generated documentation for all DUB projects (WIP)

2015-02-12 Thread John Colvin via Digitalmars-d-announce
On Thursday, 12 February 2015 at 03:42:54 UTC, Kiith-Sa wrote: Great work. I noticed a few mistakes in the layout: div.main-description { width: 160%; should be 100% The e-o , p-z links are overlapping the arrow symbols. http://ddocs.org/favicon.ico is a 404 The CSS is actually correct,

Re: DDocs.org: auto-generated documentation for all DUB projects (WIP)

2015-02-11 Thread John Colvin via Digitalmars-d-announce
On Tuesday, 10 February 2015 at 22:40:18 UTC, Kiith-Sa wrote: DDocs.org (http://ddocs.org) is a repository of documentation for DUB projects that automatically re-generates docs as new projects/releases/branch changes are added. The idea is to make documenting D projects as simple as

Re: DConf 2015 Second call for proposals

2015-02-10 Thread John Colvin via Digitalmars-d-announce
On Tuesday, 10 February 2015 at 20:02:32 UTC, Andrei Alexandrescu wrote: Hi everyone, The call for proposals for DConf 2015 has had scarce response until now. Please consider submitting before the deadline on February 28. There's a lot of interesting recent work on D that provides a rich

Re: DlangIDE

2015-02-06 Thread John Colvin via Digitalmars-d-announce
On Friday, 6 February 2015 at 14:03:07 UTC, Vadim Lopatin wrote: Hello, I'm working on cross-platform D language IDE - DlangIDE. It's written in D using DlangUI based GUI. Project on GitHub: https://github.com/buggins/dlangide It's in alpha stage but already allows: * Open DUB based projects

Re: London D Programmers MeetUp

2015-02-04 Thread John Colvin via Digitalmars-d-announce
On Wednesday, 4 February 2015 at 15:02:09 UTC, Kingsley wrote: usually it applies to a collection e.g. List in Scala there is one - that takes a function that returns a boolean. e.g. List(1,2,3).forall(x = x 3) If I understand what you want correctly, std.algorithm.all

Re: DlangUI

2015-01-29 Thread John Colvin via Digitalmars-d-announce
On Wednesday, 28 January 2015 at 14:21:36 UTC, Vadim Lopatin wrote: On Wednesday, 28 January 2015 at 13:37:34 UTC, John Colvin wrote: On Wednesday, 28 January 2015 at 10:57:57 UTC, Vadim Lopatin wrote: BTW, could you try on mac https://github.com/buggins/dlangide.git as well? It's dlangui

Re: DlangUI

2015-01-28 Thread John Colvin via Digitalmars-d-announce
On Wednesday, 28 January 2015 at 10:13:12 UTC, Vadim Lopatin wrote: On Wednesday, 28 January 2015 at 10:01:44 UTC, John Colvin wrote: On Wednesday, 28 January 2015 at 04:11:20 UTC, Vadim Lopatin wrote: On Tuesday, 27 January 2015 at 19:37:44 UTC, Gan wrote: On Saturday, 14 June 2014 at 19:40

Re: DlangUI

2015-01-28 Thread John Colvin via Digitalmars-d-announce
On Wednesday, 28 January 2015 at 10:57:57 UTC, Vadim Lopatin wrote: BTW, could you try on mac https://github.com/buggins/dlangide.git as well? It's dlangui-based D language IDE I'm currently working on. That works OK. The text is all horrible looking. This is probably due to (lack of)

Re: DlangUI

2015-01-28 Thread John Colvin via Digitalmars-d-announce
On Wednesday, 28 January 2015 at 13:30:59 UTC, Vadim Lopatin wrote: On Wednesday, 28 January 2015 at 13:18:11 UTC, John Colvin wrote: On Wednesday, 28 January 2015 at 10:57:57 UTC, Vadim Lopatin wrote: On Wednesday, 28 January 2015 at 10:31:31 UTC, John Colvin wrote: $ ls -1 /Library/Fonts

Re: DlangUI

2015-01-28 Thread John Colvin via Digitalmars-d-announce
On Wednesday, 28 January 2015 at 04:11:20 UTC, Vadim Lopatin wrote: On Tuesday, 27 January 2015 at 19:37:44 UTC, Gan wrote: On Saturday, 14 June 2014 at 19:40:58 UTC, Jim Hewes wrote: Very nice, thanks. I'm looking forward to trying it out when I can find the time. I'm not a big fan of

Re: DlangUI

2015-01-28 Thread John Colvin via Digitalmars-d-announce
On Wednesday, 28 January 2015 at 10:28:09 UTC, John Colvin wrote: On Wednesday, 28 January 2015 at 10:13:12 UTC, Vadim Lopatin wrote: On Wednesday, 28 January 2015 at 10:01:44 UTC, John Colvin wrote: On Wednesday, 28 January 2015 at 04:11:20 UTC, Vadim Lopatin wrote: On Tuesday, 27 January

Re: DlangUI project update

2015-01-25 Thread John Colvin via Digitalmars-d-announce
On Sunday, 25 January 2015 at 13:37:33 UTC, Suliman wrote: I removed all dub cash by hand and now I have got error: C:\Users\Dima\AppData\Roaming\dub\packages\derelict-sdl2-1.9.1\source\derelict\s dl2\sdl.d(62): Error: undefined identifier SharedLibVersion Don't know why you're getting that,

Re: Heady House Hunting with D

2015-01-14 Thread John Colvin via Digitalmars-d-announce
On Wednesday, 14 January 2015 at 04:23:18 UTC, Nick Sabalausky wrote: On 01/13/2015 10:56 PM, Rikki Cattermole wrote: On 14/01/2015 4:46 p.m., Philpax wrote: Hey everyone, I recently wrote a blog post about how I used D/vibe.d to help find a new house. I haven't publicized it anywhere else

Re: DConf 2015 Call for Submissions is now open

2015-01-13 Thread John Colvin via Digitalmars-d-announce
On Tuesday, 13 January 2015 at 00:22:33 UTC, Mike wrote: On Sunday, 11 January 2015 at 20:17:25 UTC, Iain Buclaw via Digitalmars-d-announce wrote: On 10 January 2015 at 20:15, Walter Bright via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: On 1/10/2015 9:50 AM, Andrei

Re: DlangUI project update

2014-12-26 Thread John Colvin via Digitalmars-d-announce
On Friday, 26 December 2014 at 13:36:08 UTC, MattCoder wrote: On Friday, 26 December 2014 at 12:33:04 UTC, Vadim Lopatin wrote: DlangUI project is alive and under active development... From time to time I see some people asking for GUI over here, and this could be an answer to that. For what

Re: HDF5 bindings for D

2014-12-22 Thread John Colvin via Digitalmars-d-announce
On Monday, 22 December 2014 at 04:51:44 UTC, Laeeth Isharc wrote: https://github.com/Laeeth/d_hdf5 HDF5 is a very valuable tool for those working with large data sets. From HDF5group.org HDF5 is a unique technology suite that makes possible the management of extremely large and complex

Re: 2D game engine written in D is in progress

2014-12-17 Thread John Colvin via Digitalmars-d-announce
On Wednesday, 17 December 2014 at 19:52:14 UTC, Ben Boeckel via Digitalmars-d-announce wrote: On Wed, Dec 17, 2014 at 19:06:21 +, solidstate1991 via Digitalmars-d-announce wrote: I still haven't decided to make it open or closed source (if

Re: [OT?] C compiler written form scratch in D

2014-12-08 Thread John Colvin via Digitalmars-d-announce
On Monday, 8 December 2014 at 16:28:24 UTC, Stefan Koch wrote: First two videos are up think of them as beta quality! https://www.youtube.com/watch?v=aeBSsuCCRFo and https://www.youtube.com/watch?v=crQk929crCE The quality is completely shot for both audio and video. The text is very fuzzy

Re: D/Objective-C 64bit

2014-10-30 Thread John Colvin via Digitalmars-d-announce
On Thursday, 30 October 2014 at 07:13:09 UTC, Jacob Carlborg wrote: On 2014-10-29 22:51, Christian Schneider wrote: Btw, fixed the example, thanks for giving me the right clues. Of course, it was just the manual memory management à la Objective-C that was missing! I am really lucky that I

Re: [OT Security PSA] Shellshock: Update your bash, now!

2014-10-03 Thread John Colvin via Digitalmars-d-announce
On Friday, 3 October 2014 at 11:31:07 UTC, eles wrote: On Friday, 3 October 2014 at 07:16:14 UTC, Kagamin wrote: On Thursday, 2 October 2014 at 12:44:08 UTC, eles wrote: I doubt. At least, not easily. However, installing LMDE should be a one-time process (it's a rolling distribution). Do

Re: Dutyl - a Vim plugin for running D tools

2014-09-30 Thread John Colvin via Digitalmars-d-announce
On Tuesday, 30 September 2014 at 08:27:27 UTC, Idan Arye wrote: On Monday, 29 September 2014 at 16:09:04 UTC, John Colvin wrote: On Sunday, 28 September 2014 at 11:51:21 UTC, Idan Arye wrote: On Thursday, 25 September 2014 at 15:40:22 UTC, John Colvin wrote: On Thursday, 14 August 2014 at 22

Re: Dutyl - a Vim plugin for running D tools

2014-09-25 Thread John Colvin via Digitalmars-d-announce
On Thursday, 14 August 2014 at 22:20:52 UTC, Idan Arye wrote: GitHub repo: https://github.com/idanarye/vim-dutyl vim.org page: http://www.vim.org/scripts/script.php?script_id=5003 The main problem with my Vim plugin for DCD(placed inside the DCD repo) is the need to set the import paths

Re: Dutyl - a Vim plugin for running D tools

2014-09-07 Thread John Colvin via Digitalmars-d-announce
On Wednesday, 3 September 2014 at 19:38:44 UTC, Idan Arye wrote: Version 1.1.0 is out now. It provides the :DUjump command for jumping to the declaration of the symbol under the cursor. If DCD is not running, Dscanner will be used instead. You can also give :DUjump the symbol as an argument -

Re: D 2.066 is out. Enjoy!

2014-08-22 Thread John Colvin via Digitalmars-d-announce
On Friday, 22 August 2014 at 14:36:13 UTC, Andrei Alexandrescu wrote: On 8/22/14, 2:06 AM, Dejan Lekic wrote: On Monday, 18 August 2014 at 19:00:23 UTC, Andrei Alexandrescu wrote: Congratulations to everyone involved!

Re: Recompiling D code

2014-08-14 Thread John Colvin via Digitalmars-d-announce
On Thursday, 14 August 2014 at 12:56:10 UTC, Rikki Cattermole wrote: On 15/08/2014 12:47 a.m., Vladimir Panteleev wrote: On Thursday, 14 August 2014 at 11:54:57 UTC, Rikki Cattermole wrote: Atleast from my experience with this, its dmd thats actually taking the time. I can't glean this from

Re: SDC-32bit

2014-08-03 Thread John Colvin via Digitalmars-d-announce
On Sunday, 3 August 2014 at 11:19:01 UTC, Stefan Koch wrote: On Saturday, 2 August 2014 at 22:48:35 UTC, Shammah Chancellor wrote: On 2014-08-01 05:00:53 +, deadalnix said: On Tuesday, 29 July 2014 at 13:36:39 UTC, Stefan Koch wrote: Hello, I am happy to announce that my 32bit version of

Re: New GDC site now live

2014-08-01 Thread John Colvin via Digitalmars-d-announce
On Thursday, 31 July 2014 at 17:34:07 UTC, Iain Buclaw wrote: Hi, GDC's revamped site is now live! http://gdcproject.org Techy details for those who are interested: - Uses vibe.d as the web engine. - Pages are written in markdown and compiled at runtime (separate thread that watches for file

Re: Coloring terminal output.

2014-07-31 Thread John Colvin via Digitalmars-d-announce
On Thursday, 31 July 2014 at 17:01:22 UTC, Suliman wrote: On Thursday, 31 July 2014 at 13:45:45 UTC, ponce wrote: On Thursday, 31 July 2014 at 12:09:41 UTC, Suliman wrote: On Thursday, 31 July 2014 at 09:37:25 UTC, ponce wrote: On Monday, 14 July 2014 at 19:57:32 UTC, Suliman wrote: I've

Re: DConf 2014: SDC, a D Compiler as a Library

2014-07-25 Thread John Colvin via Digitalmars-d-announce
On Friday, 25 July 2014 at 15:44:32 UTC, Andrei Alexandrescu wrote: On 7/24/14, 8:24 PM, deadalnix wrote: On Thursday, 24 July 2014 at 18:51:57 UTC, Andrei Alexandrescu wrote: On 7/23/14, 6:04 PM, deadalnix wrote: On Wednesday, 23 July 2014 at 16:07:44 UTC, Andrei Alexandrescu wrote: Last

Re: DConf 2014 Keynote: High Performance Code Using D by Walter Bright

2014-07-18 Thread John Colvin via Digitalmars-d-announce
On Friday, 18 July 2014 at 04:40:52 UTC, dennis luehring wrote: Am 18.07.2014 04:52, schrieb Walter Bright: On 7/16/2014 7:21 AM, dennis luehring wrote: can you give an short (working) example code to show the different resulting assembler for your for-rewrite example - and what compilers

dstats reborn

2014-07-17 Thread John Colvin via Digitalmars-d-announce
David Simcha's stats library is full of useful code and it was a shame to let it rot. I've patched it up to work with modern D compilers and added dub support. https://github.com/John-Colvin/dstats http://code.dlang.org/packages/dstats I have also made a pull request to David's repository

Re: DMD v2.066.0-b4

2014-07-16 Thread John Colvin via Digitalmars-d-announce
On Wednesday, 16 July 2014 at 06:56:24 UTC, ketmar via Digitalmars-d-announce wrote: On Tue, 15 Jul 2014 23:03:38 -0700 Andrei Alexandrescu via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: You mean http://issues.dlang.org? That's used regularly. oh, really?

Re: Dconf 2014 Day 2 Talk 5: Tooling: Bringing Developers and Development Together by Brad Roberts

2014-07-12 Thread John Colvin via Digitalmars-d-announce
On Saturday, 12 July 2014 at 08:54:29 UTC, Andrei Alexandrescu wrote: On 7/11/14, 2:14 PM, Jacob Carlborg wrote: On 2014-07-10 20:27, Andrei Alexandrescu wrote: https://twitter.com/D_Programming/status/487301149645873152 https://www.facebook.com/dlang.org/posts/882371471776535

Re: Dconf 2014 Day 2 Talk 5: Tooling: Bringing Developers and Development Together by Brad Roberts

2014-07-12 Thread John Colvin via Digitalmars-d-announce
On Saturday, 12 July 2014 at 20:33:24 UTC, Andrei Alexandrescu wrote: On 7/12/14, 7:09 AM, Jacob Carlborg wrote: On 2014-07-12 10:54, Andrei Alexandrescu wrote: archive.org preserves the original format and resolution and isn't fussy about file size. -- Andrei I'm not sure what problems

<    1   2   3   >