Re: DCD 0.9.0 released

2017-07-03 Thread extrawurst via Digitalmars-d-announce
On Monday, 3 July 2017 at 08:30:52 UTC, Basile@dlang-community wrote: I'm glad to announce that the dlang-community has released DCD 0.9.0[1] DCD [2] is a completion daemon for D used by several editors to have IDE-grade features. This version is the first released by the community since it

Re: Release fluent-asserts 0.6.0

2017-07-03 Thread extrawurst via Digitalmars-d-announce
On Sunday, 2 July 2017 at 13:34:25 UTC, Szabo Bogdan wrote: Hi, I just made a new release of fluent-asserts: http://fluentasserts.szabobogdan.com/ https://code.dlang.org/packages/fluent-asserts Since my last announcement I improved the library with: - better error messages - better

Re: Dynamic binding to the Mono runtime API

2017-06-03 Thread extrawurst via Digitalmars-d-announce
On Saturday, 3 June 2017 at 17:30:05 UTC, Jakub Szewczyk wrote: Mono runtime is a cross-platform, open-source alternative to Microsoft's .NET framework [1], and it can be embedded in other applications as a "scripting" VM, but with JIT-compilation enhanced performance and support of many

Re: Alexa Skill written in D

2017-02-12 Thread extrawurst via Digitalmars-d-announce
On Sunday, 12 February 2017 at 07:06:00 UTC, Laeeth Isharc wrote: On Wednesday, 11 January 2017 at 12:16:06 UTC, extrawurst wrote: [...] [...] Hi Stephan. I think at the time C# was not possible, and not sure if java was. I don't know those languages so well, but if someone would like

Software Engineer at LinkedIn praises D

2017-01-13 Thread extrawurst via Digitalmars-d-announce
That is nice to read, Brian Geffon - Senior Staff Software Engineer at LinkedIn - wrote: Over the years I've always followed D because of the team working on it and the potential of the language. After playing more today I have to say D is rapidly becoming the perfect language, IMO far

Re: Alexa Skill written in D

2017-01-11 Thread extrawurst via Digitalmars-d-announce
On Tuesday, 10 January 2017 at 11:46:22 UTC, Laeeth Isharc wrote: On Saturday, 7 January 2017 at 13:17:35 UTC, extrawurst wrote: Hi guys, the last 2 weeks I jumped on a new toy project: An Alexa Skill written in D. It is a skill that allows me to voice control my TV receiver with commands

Re: Alexa Skill written in D

2017-01-09 Thread extrawurst via Digitalmars-d-announce
On Monday, 9 January 2017 at 13:26:04 UTC, Mike Parker wrote: On Monday, 9 January 2017 at 02:44:33 UTC, Mike Parker wrote: On Monday, 9 January 2017 at 01:46:18 UTC, extrawurst wrote: Unfortunately, it would be better off in the programming subreddit. Volunteers to post it there aswell

Re: Alexa Skill written in D

2017-01-08 Thread extrawurst via Digitalmars-d-announce
On Monday, 9 January 2017 at 01:28:22 UTC, Walter Bright wrote: On 1/8/2017 2:58 PM, extrawurst wrote: On Sunday, 8 January 2017 at 22:54:58 UTC, Walter Bright wrote: On 1/8/2017 1:15 PM, extrawurst wrote: On Sunday, 8 January 2017 at 18:51:45 UTC, Walter Bright wrote: On 1/7/2017 5:17 AM

Re: Alexa Skill written in D

2017-01-08 Thread extrawurst via Digitalmars-d-announce
On Sunday, 8 January 2017 at 22:54:58 UTC, Walter Bright wrote: On 1/8/2017 1:15 PM, extrawurst wrote: On Sunday, 8 January 2017 at 18:51:45 UTC, Walter Bright wrote: On 1/7/2017 5:17 AM, extrawurst wrote: the last 2 weeks I jumped on a new toy project: An Alexa Skill written in D. Post

Re: Alexa Skill written in D

2017-01-08 Thread extrawurst via Digitalmars-d-announce
On Sunday, 8 January 2017 at 18:51:45 UTC, Walter Bright wrote: On 1/7/2017 5:17 AM, extrawurst wrote: the last 2 weeks I jumped on a new toy project: An Alexa Skill written in D. Post this to reddit! Isn't it better someone else does that? ~Stephan

Re: Alexa Skill written in D

2017-01-08 Thread extrawurst via Digitalmars-d-announce
On Sunday, 8 January 2017 at 16:22:09 UTC, docandrew wrote: On Saturday, 7 January 2017 at 13:17:35 UTC, extrawurst wrote: Hi guys, the last 2 weeks I jumped on a new toy project: An Alexa Skill written in D. It is a skill that allows me to voice control my TV receiver with commands like

Alexa Skill written in D

2017-01-07 Thread extrawurst via Digitalmars-d-announce
on github: https://github.com/Extrawurst/alexa-openwebif I created two new dub libraries that this app uses: https://github.com/Extrawurst/openwebif-client-d https://github.com/Extrawurst/alexa-skill-kit-d *openwebif-client-d* is the REST api that my receiver speaks. *alexa-skill-kit-d* is the base

Re: Reminder - DConf 2017 is May 4-6 !!

2017-01-06 Thread extrawurst via Digitalmars-d-announce
On Saturday, 7 January 2017 at 00:46:31 UTC, Walter Bright wrote: It's 2017 already - sharpen your pencils and start on a proposal for a presentation! Time is moving fast! I whish I could be there :(

Re: D Blog Stats

2017-01-06 Thread extrawurst via Digitalmars-d-announce
On Friday, 6 January 2017 at 14:54:45 UTC, Mike Parker wrote: I've always enjoyed reading end-of-the year stats at other blogs. I thought it would be fun to do the same for the D Blog. If you've been curious about which posts visitors are viewing, or which links they're clicking, this post is

Re: running D on AWS lambda

2016-12-29 Thread extrawurst via Digitalmars-d-announce
On Sunday, 13 March 2016 at 21:22:11 UTC, Laeeth Isharc wrote: http://awslambda-d.readthedocs.org/ http://code.dlang.org/packages/awslambda_d https://github.com/kaleidicpublic/awslambda_d AWS Lambda is a 'compute service that runs your code in response to events and automatically manages the

Re: Dynamic Bindings to libui (x-platform GUI)

2016-05-25 Thread extrawurst via Digitalmars-d-announce
On Wednesday, 25 May 2016 at 16:47:30 UTC, Nick Sabalausky wrote: On 05/24/2016 04:52 PM, extrawurst wrote: So here are the inofficial Derelict Bindings to it: https://github.com/Extrawurst/DerelictLibui Some D-oriented docs and example code would be nice. There is a plain conversion

Re: Dynamic Bindings to libui (x-platform GUI)

2016-05-25 Thread extrawurst via Digitalmars-d-announce
On Wednesday, 25 May 2016 at 02:34:03 UTC, Mike Parker wrote: On Tuesday, 24 May 2016 at 20:52:54 UTC, extrawurst wrote: Hey folks, So here are the inofficial Derelict Bindings to it: https://github.com/Extrawurst/DerelictLibui I tested them on both windows and mac osx so far. Any linux

Dynamic Bindings to libui (x-platform GUI)

2016-05-24 Thread extrawurst via Digitalmars-d-announce
find libui on github: https://github.com/andlabs/libui So here are the inofficial Derelict Bindings to it: https://github.com/Extrawurst/DerelictLibui I tested them on both windows and mac osx so far. Any linux user is welcome to test it on there aswell. Let me know if you find any issues. -Stephan

Re: amoeba, a chess engine written in D

2016-05-20 Thread extrawurst via Digitalmars-d-announce
On Friday, 20 May 2016 at 23:16:01 UTC, Richard Delorme wrote: I am pleased to announce the release of a chess engine written in D: https://github.com/abulmo/amoeba I am not aware of any other chess engine written with the D language. The source can be compiled with dmd, ldc or gdc, but the

Re: 2DRPG - Small console game

2016-05-17 Thread extrawurst via Digitalmars-d-announce
On Thursday, 12 May 2016 at 18:30:04 UTC, Vladimirs Nordholm wrote: ... I have had lots of fun during the development of 2DRPG. There have been many difficulties, but I have learned much from making this game. Sadly this game is Windows only, meaning POSIX users cannot play it. This is due

Re: code-debug 0.6.0 released (GDB & LLDB for vscode)

2016-03-06 Thread extrawurst via Digitalmars-d-announce
On Sunday, 6 March 2016 at 11:25:30 UTC, WebFreak001 wrote: I just released version 0.6.0 of my debug extension for visual studio code. It works really well for debugging D code and I also use it everytime I debug my D code. It's still not completely finished but it supports lots of features

Re: IDE - Coedit 2

2016-02-13 Thread extrawurst via Digitalmars-d-announce
On Friday, 12 February 2016 at 16:09:36 UTC, Basile Burg wrote: see https://github.com/BBasile/Coedit/releases/tag/2_gold Are you planning to support osx too someday ? --Stephan

Re: Berlin D Meetup February 2016

2016-02-11 Thread extrawurst via Digitalmars-d-announce
On Thursday, 11 February 2016 at 17:09:40 UTC, Ben Palmer wrote: Hi All, The February Berlin D Meetup will be happening at 19:30 on Friday the 19th at Berlin Co-Op (http://co-up.de/) on the fifth floor. This time Stefan Brus will be doing a talk titled "Intro to Game Development in D". The

Re: Release vibe.d 0.7.27

2016-02-09 Thread extrawurst via Digitalmars-d-announce
On Tuesday, 9 February 2016 at 19:16:49 UTC, Sönke Ludwig wrote: This release brings some larger changes: - The library has been split up into sub packages: code, utils, data, http, mail, diet, mongodb, redis and web. This is an intermediate step to moving the individual packages out

Re: Please vote for the DConf logo

2015-11-05 Thread extrawurst 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: 1) by ponce: Variant 1: https://github.com/p0nce/dconf.org/blob/master/2016/images/logo-sample.png Variant 2:

Re: LDC iOS cross-compiler with arm64

2015-10-24 Thread extrawurst via Digitalmars-d-announce
On Saturday, 24 October 2015 at 07:07:18 UTC, Dan Olson wrote: This is another set of binaries and universal libs for the experimental LDC iOS cross-compiler. It is now based on LDC 0.15.2 (2.066.1) and LLVM 3.6.1. [...] Cool work! Can this be merged with official LDC eventually ?

Re: Beta D 2.069.0-b2

2015-10-17 Thread extrawurst via Digitalmars-d-announce
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 limited to "-release" builds ?

Re: Beta D 2.069.0-b1

2015-10-09 Thread extrawurst via Digitalmars-d-announce
On Thursday, 8 October 2015 at 07:25:36 UTC, Andrea Fontana wrote: On Thursday, 8 October 2015 at 04:14:59 UTC, extrawurst wrote: On Wednesday, 7 October 2015 at 22:33:09 UTC, Martin Nowak wrote: [...] `The -property switch has been deprecated.` Does that mean @property has no effect

Re: Beta D 2.069.0-b1

2015-10-07 Thread extrawurst 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 `The -property switch has been deprecated.` Does

Re: A new article about working with files in D

2015-09-30 Thread extrawurst via Digitalmars-d-announce
On Tuesday, 29 September 2015 at 06:26:32 UTC, Suliman wrote: Big thanks! It's very helpful for newcomers. D need extend Phobos docs with such examples. Is there any plan to do it, because it's often it's hard to understand how to proper use functions. Also I think you need to add example of

Re: A new article about working with files in D

2015-09-30 Thread extrawurst via Digitalmars-d-announce
On Wednesday, 30 September 2015 at 17:03:25 UTC, Gary Willoughby wrote: On Wednesday, 30 September 2015 at 08:32:29 UTC, extrawurst wrote: I agree on that, these examples should be added to the ddocs of phobos. -- Stephan I might do that myself. :) As always in dland: you better do

Re: LDC 0.16.0 alpha2 is out!

2015-09-02 Thread extrawurst via Digitalmars-d-announce
On Tuesday, 1 September 2015 at 22:26:53 UTC, Kai Nacke wrote: Hi everyone, LDC 0.16.0 alpha2, the LLVM-based D compiler, is available for download! This release is based on the 2.067.1 frontend and standard library and supports LLVM 3.1-3.7 (OS X: no support for 3.3). Don't miss to check

Re: associative arrays with manual memory management

2015-08-24 Thread extrawurst via Digitalmars-d-announce
On Monday, 24 August 2015 at 12:01:52 UTC, Ilya Yaroshenko wrote: http://code.dlang.org/packages/aammm/~master # aammm Associative arrays with manual memory management [...] Awesome, I was waiting for something like that. Thank you!

Re: D-Day for DMD is today!

2015-08-23 Thread extrawurst via Digitalmars-d-announce
On Sunday, 23 August 2015 at 05:17:33 UTC, Walter Bright wrote: https://github.com/D-Programming-Language/dmd/pull/4923 We have made the switch from C++ DMD to D DMD! Many, many thanks to Daniel Murphy for slaving away for 2.5 years to make this happen. More thanks to Martin Nowak for

Re: Programming in D paper book is available for purchase

2015-08-19 Thread extrawurst via Digitalmars-d-announce
On Wednesday, 19 August 2015 at 00:57:32 UTC, Ali Çehreli wrote: I am very happy! :) It will be available on many other distribution channels like Amazon in a few days as well but the following is the link that pays me the most royalty: [...] Awesome! Ordered! ;)

Re: DerelictSteamworks

2015-08-19 Thread extrawurst via Digitalmars-d-announce
On Wednesday, 19 August 2015 at 10:03:37 UTC, WebFreak001 wrote: On Tuesday, 18 August 2015 at 08:47:27 UTC, extrawurst wrote: Hi everyone, during my development of a little game engine in my spare time with D I created a couple of libs and wanted to announce one of them that I find

DerelictSteamworks

2015-08-18 Thread extrawurst via Digitalmars-d-announce
://github.com/Extrawurst/DerelictSteamworks I can finally announce this as the latest sdk release (1.34) includes a flat c-api by default that these bindings use. There is a demo app in it that shows how to use especially the callback system (the only tricky part) and is my proof of concept

Re: Beta D 2.068.0-b2

2015-07-27 Thread extrawurst via Digitalmars-d-announce
On Monday, 27 July 2015 at 09:04:08 UTC, Martin Nowak wrote: On 07/26/2015 11:13 PM, anonymous wrote: Is std.expermimental.allocator planned for 2.068 ? I see it's still not merged and we already almost in August. We're trying hard here to meet some deadlines, so things are really simple.

Re: Beta D 2.068.0-b2

2015-07-26 Thread extrawurst via Digitalmars-d-announce
On Sunday, 26 July 2015 at 21:13:07 UTC, anonymous wrote: On Saturday, 25 July 2015 at 12:21:19 UTC, Martin Nowak wrote: Second beta for the 2.068.0 release. Is std.expermimental.allocator planned for 2.068 ? I see it's still not merged and we already almost in August. yeah was hoping to

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

2015-07-24 Thread extrawurst via Digitalmars-d-announce
On Friday, 24 July 2015 at 18:33:13 UTC, Ali Çehreli wrote: On 07/22/2015 02:19 PM, notna wrote: Btw., @Ali: I'm would still love to buy the best ever Dlang book/documentation/reference, which for me is your (and/or the Turkish Dlang communities) Programming in D bible! Thank you very much!

Re: Case study on ranges and lazy evaluation

2015-07-20 Thread extrawurst via Digitalmars-d-announce
On Monday, 20 July 2015 at 17:26:31 UTC, Matt Kline wrote: With the general push to make more of Phobos use lazily evaluated ranges, Walter's DConf talk, and even C++ moving towards ranges (https://www.youtube.com/watch?v=uXBcwcF3ln4), I wrote a small article with a case study examining their

Re: New ldc2-0.15.2-beta2 Linux suitable for Travis-CI

2015-07-12 Thread extrawurst via Digitalmars-d-announce
On Sunday, 12 July 2015 at 01:50:45 UTC, rsw0x wrote: On Saturday, 11 July 2015 at 09:42:30 UTC, extrawurst wrote: On Friday, 10 July 2015 at 19:35:55 UTC, Kai Nacke wrote: Hi all! I re-created the Linux binaries. They should now work in Travis-CI again. 2457af89b39d89a237d9bda560c8b5a8

Re: New ldc2-0.15.2-beta2 Linux suitable for Travis-CI

2015-07-11 Thread extrawurst via Digitalmars-d-announce
On Friday, 10 July 2015 at 19:35:55 UTC, Kai Nacke wrote: Hi all! I re-created the Linux binaries. They should now work in Travis-CI again. 2457af89b39d89a237d9bda560c8b5a8 ldc2-0.15.2-beta2-linux-x86.tar.gz b5f1514d52082ac5e6220c23287f799b ldc2-0.15.2-beta2-linux-x86.tar.xz

Re: Voting for std.experimental.allocator

2015-07-08 Thread extrawurst via Digitalmars-d-announce
yes

Re: LDC 0.15.2 beta2 is out!

2015-07-06 Thread extrawurst via Digitalmars-d-announce
On Sunday, 5 July 2015 at 16:00:32 UTC, Kai Nacke wrote: Hi everyone, LDC 0.15.2 beta2, the LLVM-based D compiler, is available for download! This release is based on the 2.066.1 frontend and standard library and supports LLVM 3.1-3.6 (OS X: no support for 3.3). Don't miss to check if your

Re: LDC 0.15.2 beta2 is out!

2015-07-06 Thread extrawurst via Digitalmars-d-announce
On Monday, 6 July 2015 at 18:25:22 UTC, Kai Nacke wrote: On Monday, 6 July 2015 at 17:27:35 UTC, extrawurst wrote: Awesome! When will ldc support dmd fe version 2.067? -- Stephan The 2.067 port has only 2 bugs left and misses 1 feature. I hope to release a alpha version soon. Regards, Kai

Re: This Week in D #23 - Interview with Dmitry Olshansky, dmd beta, std.experimental.color

2015-07-03 Thread extrawurst via Digitalmars-d-announce
On Friday, 3 July 2015 at 01:32:27 UTC, Nicholas Wilson wrote: On Monday, 29 June 2015 at 03:46:55 UTC, Adam D. Ruppe wrote: http://arsdnet.net/this-week-in-d/jun-28.html Adam. At least on safari you can't scroll down the archive panel. The first 20 editions are visible, but not the rest.

Re: Beta D 2.068.0-b1

2015-06-30 Thread extrawurst via Digitalmars-d-announce
On Tuesday, 30 June 2015 at 10:52:39 UTC, Martin Nowak wrote: On Monday, 29 June 2015 at 17:03:19 UTC, Jacob Carlborg wrote: On 29/06/15 15:20, Martin Nowak wrote: Thanks for letting me know, didn't knew it was private. Any reason why it's not public? No, there is none, as I hinted in my

Re: More Dconf 2015 videos

2015-06-26 Thread extrawurst via Digitalmars-d-announce
On Friday, 26 June 2015 at 16:42:23 UTC, Andrei Alexandrescu wrote: On 6/26/15 9:28 AM, Gary Willoughby wrote: On Friday, 26 June 2015 at 15:54:51 UTC, Andrei Alexandrescu wrote: Please continue to spread the love (twitter, reddit, hackernews, facebook, your blog...):

Re: Beta D 2.068.0-b1

2015-06-25 Thread extrawurst via Digitalmars-d-announce
On Thursday, 25 June 2015 at 20:38:26 UTC, rsw0x wrote: On Wednesday, 24 June 2015 at 23:14:05 UTC, Martin Nowak wrote: First beta for the 2.068.0 release. http://downloads.dlang.org/pre-releases/2.x/2.068.0/ http://ftp.digitalmars.com/ Also available on Travis-CI as dmd-2.068.0-b1. A

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

2015-06-08 Thread extrawurst via Digitalmars-d-announce
On Monday, 8 June 2015 at 10:41:19 UTC, John Colvin wrote: 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

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

2015-06-05 Thread extrawurst via Digitalmars-d-announce
On Thursday, 4 June 2015 at 15:38:57 UTC, Vladimir Panteleev wrote: On Thursday, 4 June 2015 at 15:33:56 UTC, extrawurst wrote: 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

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

2015-06-05 Thread extrawurst 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: Coedit version 1 rc1 released

2015-06-05 Thread extrawurst via Digitalmars-d-announce
On Friday, 5 June 2015 at 10:37:23 UTC, Rikki Cattermole wrote: On 5/06/2015 10:34 p.m., extrawurst wrote: On Friday, 5 June 2015 at 10:24:10 UTC, Rikki Cattermole wrote: On 5/06/2015 7:43 p.m., Basile Burg wrote: Coedit, the small IDE for the DMD D compiler is about to become 'gold

Re: Coedit version 1 rc1 released

2015-06-05 Thread extrawurst via Digitalmars-d-announce
On Friday, 5 June 2015 at 16:38:48 UTC, Basile Burg wrote: On Friday, 5 June 2015 at 07:43:56 UTC, Basile Burg wrote: Coedit, the small IDE for the DMD D compiler is about to become 'gold'. There 's not much to say since it's been promoted here already 3 or 4 times.

Re: Coedit version 1 rc1 released

2015-06-05 Thread extrawurst via Digitalmars-d-announce
On Friday, 5 June 2015 at 10:24:10 UTC, Rikki Cattermole wrote: On 5/06/2015 7:43 p.m., Basile Burg wrote: Coedit, the small IDE for the DMD D compiler is about to become 'gold'. There 's not much to say since it's been promoted here already 3 or 4 times.

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

2015-06-04 Thread extrawurst 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: forum.dlang.org, version 2 (BETA)

2015-06-04 Thread extrawurst via Digitalmars-d-announce
On Thursday, 4 June 2015 at 15:33:56 UTC, extrawurst wrote: 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

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

2015-06-04 Thread extrawurst via Digitalmars-d-announce
On Thursday, 4 June 2015 at 15:35:47 UTC, extrawurst wrote: On Thursday, 4 June 2015 at 15:33:56 UTC, extrawurst wrote: 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

Re: Travis-CI support for D

2015-06-02 Thread extrawurst via Digitalmars-d-announce
On Tuesday, 2 June 2015 at 20:46:09 UTC, Atila Neves wrote: On Tuesday, 2 June 2015 at 19:51:17 UTC, Jacob Carlborg wrote: On 2015-06-02 20:54, Atila Neves wrote: It doesn't seem to work anymore, even http://lint.travis-ci.org/ says I can't use language: d. Works for me. Just tested it:

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

2015-06-01 Thread extrawurst via Digitalmars-d-announce
On Monday, 1 June 2015 at 12:39:13 UTC, Dicebot wrote: On Monday, 1 June 2015 at 12:00:53 UTC, extrawurst wrote: Thanks for the chance to be there! Even if I am dissapointed with many decisions being made, the main thing is that D is getting new users and new success stories. And DConf tells

Re: Visual D 0.3.41 released

2015-05-17 Thread extrawurst via Digitalmars-d-announce
On Sunday, 17 May 2015 at 08:04:44 UTC, Manu wrote: This is a really great release! I missed the lexical scope support. I'll try that out right away. It's been a long time coming :) On 17 May 2015 at 00:11, Meta via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: On

Re: D 2.067.1

2015-05-03 Thread extrawurst via Digitalmars-d-announce
On Sunday, 26 April 2015 at 17:53:07 UTC, Martin Nowak wrote: We're glad to announce dmd 2.067.1 which includes several regression and bug fixes over 2.067.0. http://dlang.org/changelog.html#2.067.1 Please report any bug you encounter at https://issues.dlang.org/. travis-ci still uses

Re: Deadcode on github

2015-03-16 Thread extrawurst via Digitalmars-d-announce
On Sunday, 15 March 2015 at 22:33:34 UTC, Jonas Drewsen wrote: On Sunday, 15 March 2015 at 22:07:04 UTC, Walter Bright wrote: On 3/15/2015 2:39 PM, Jonas Drewsen wrote: Here you go... Website: http://deadcode.steamwinter.com Changelog:

Re: DlangIDE

2015-02-17 Thread extrawurst via Digitalmars-d-announce
On Tuesday, 17 February 2015 at 13:48:27 UTC, Vadim Lopatin wrote: 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

Re: DlangIDE

2015-02-17 Thread extrawurst via Digitalmars-d-announce
On Tuesday, 17 February 2015 at 19:41:10 UTC, Vadim Lopatin wrote: On Tuesday, 17 February 2015 at 17:53:56 UTC, extrawurst wrote: On Tuesday, 17 February 2015 at 13:48:27 UTC, Vadim Lopatin wrote: Project update: Hans-Albert Maritz (Freakazo) sent pull request with implementation of DCD

Re: DlangIDE

2015-02-12 Thread extrawurst via Digitalmars-d-announce
On Thursday, 12 February 2015 at 18:55:39 UTC, Vadim Lopatin wrote: On Thursday, 12 February 2015 at 14:24:05 UTC, ketmar wrote: On Thu, 12 Feb 2015 14:10:31 +, Vadim Lopatin wrote: On Thursday, 12 February 2015 at 09:48:28 UTC, ketmar wrote: On Thu, 12 Feb 2015 09:44:14 +, Chris

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

2015-02-11 Thread extrawurst 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. This is huge! Great work

Re: DlangIDE

2015-02-10 Thread extrawurst via Digitalmars-d-announce
On Tuesday, 10 February 2015 at 14:05:38 UTC, Vadim Lopatin wrote: On Friday, 6 February 2015 at 18:31:19 UTC, extrawurst wrote: Good work! On Friday, 6 February 2015 at 14:03:07 UTC, Vadim Lopatin wrote: * Code completion * Go to definition Please do not create yet another parser/lexer

Re: DlangIDE

2015-02-06 Thread extrawurst via Digitalmars-d-announce
Good work! On Friday, 6 February 2015 at 14:03:07 UTC, Vadim Lopatin wrote: * Code completion * Go to definition Please do not create yet another parser/lexer for this, looks like DCD would be a good fit for the job: https://github.com/Hackerpilot/DCD ~Stephan

Re: finally using D at work

2014-03-29 Thread extrawurst
On Monday, 10 February 2014 at 19:56:57 UTC, extrawurst wrote: As a long time D fanboy I was known to say That is quite simple in D a lot at work! Now I was finally able to convience my boss (our CTO) to take a serious look at D as a replacement for the parts of our infrastructure that use

Re: finally using D at work

2014-03-29 Thread extrawurst
On Saturday, 29 March 2014 at 13:36:01 UTC, Rikki Cattermole wrote: Just out of interest but, how useful would it be for you if you could generate javascript code that can automatically call via ajax a route? Same goes for data models with querying it. You mean if vibe.d could deliver the

Re: Dconf Hotel?

2014-03-15 Thread extrawurst
On Saturday, 15 March 2014 at 21:59:27 UTC, Vladimir Panteleev wrote: On Friday, 21 February 2014 at 15:22:14 UTC, Steven Schveighoffer wrote: Last year, at the conference, after the sessions everyone met up at the Aloft hotel near Facebook's HQ to have passionate and fruitful discussions

Re: My D book is now officially coming soon

2014-03-06 Thread extrawurst
On Thursday, 6 March 2014 at 14:17:57 UTC, Dejan Lekic wrote: I've just pre-ordered it, on Amazon. ;) Hurry up! :) Me too, @Amazon UK! Looking foward.

Re: My D book is now officially coming soon

2014-03-03 Thread extrawurst
On Monday, 3 March 2014 at 22:36:29 UTC, Ali Çehreli wrote: On 03/03/2014 09:24 AM, Walter Bright wrote: I was hoping to have it finished in time for the D conference, but the publisher thought that was too soon to be realistic and it is looking like they are right... Dang, we could have

Re: dmd 2.065.0

2014-02-24 Thread extrawurst
On Monday, 24 February 2014 at 08:45:31 UTC, Andrew Edwards wrote: The final release of DMD 2.065 is now available. [1] contains complete descriptions of all changes, enhancements and fixes for this release. Awesome release! Available binaries can be accessed at [2]. Since the website

Re: DUB 0.9.21

2014-02-22 Thread extrawurst
On Saturday, 22 February 2014 at 12:07:39 UTC, Sönke Ludwig wrote: Am 22.02.2014 12:24, schrieb Paulo Pinto: Am 22.02.2014 10:44, schrieb Sönke Ludwig: The Windows installer seems not to like being installed via UAC as the Administrator gets the PATH configured, not the user that started the

Re: Lumen will be a part of the KDE 4.13 Release

2014-02-20 Thread extrawurst
On Thursday, 20 February 2014 at 14:16:51 UTC, David wrote: Lumen, the DCD plugin for Kate/KDevelop will be included in the KDE 4.13 release: http://kate-editor.org/2014/02/20/lumen-a-code-completion-plugin-for-the-d-programming-language/ Thats pretty cool, never tried DCD though. Does it

Re: Mono-D v1.5.2 - Completion improvements, dub support fixes

2014-02-16 Thread extrawurst
On Sunday, 16 February 2014 at 11:49:08 UTC, Rene Zwanenburg wrote: I can't seem to find where to add include paths in the project settings.. Since you are using dub, you simply define those in the dub package: http://code.dlang.org/package-format

Re: Mono-D v1.5.2 - Completion improvements, dub support fixes

2014-02-15 Thread extrawurst
On Saturday, 15 February 2014 at 14:31:15 UTC, Rene Zwanenburg wrote: On Thursday, 13 February 2014 at 00:46:02 UTC, Alexander Bothe wrote: Hi everyone, Just wanted to announce a new minor version bump of Mono-D. There have been couple of completion/parser improvements like inline-assembly

Re: Mono-D v1.6 - method override completion

2014-02-14 Thread extrawurst
On Friday, 14 February 2014 at 08:40:04 UTC, evilrat wrote: On Friday, 14 February 2014 at 01:26:18 UTC, Alexander Bothe wrote: Okay, just implemented a completion mode for method overrides. I won't explain this over here, as there are screenshots depicting everything properly already :-)

Re: finally using D at work

2014-02-12 Thread extrawurst
On Wednesday, 12 February 2014 at 01:30:48 UTC, Manu wrote: On 11 February 2014 05:56, extrawurst step...@extrawurst.org wrote: As a long time D fanboy I was known to say That is quite simple in D a lot at work! Now I was finally able to convience my boss (our CTO) to take a serious look

Re: finally using D at work

2014-02-12 Thread extrawurst
On Wednesday, 12 February 2014 at 14:06:22 UTC, Manu wrote: On 12 February 2014 18:05, extrawurst step...@extrawurst.org wrote: On Wednesday, 12 February 2014 at 01:30:48 UTC, Manu wrote: On 11 February 2014 05:56, extrawurst step...@extrawurst.org wrote: As a long time D fanboy I

finally using D at work

2014-02-11 Thread extrawurst
As a long time D fanboy I was known to say That is quite simple in D a lot at work! Now I was finally able to convience my boss (our CTO) to take a serious look at D as a replacement for the parts of our infrastructure that use nodejs right now. After my series of blog posts about this topic

Re: dmd 2.065 beta 3

2014-02-11 Thread extrawurst
I gave beta 3 on my win32 dev machine a try today and noticed that building vibe.d (a dependancy in almost all my projects) takes noticeably longer to built. observing the process shows that beta3 consumes almost 1.5GB of RAM while dmd 2.064 'just' uses 1GB.

Re: early alpha of D REPL

2014-02-11 Thread extrawurst
On Tuesday, 11 February 2014 at 08:15:55 UTC, Martin Nowak wrote: On Tuesday, 11 February 2014 at 05:37:45 UTC, Andrei Alexandrescu wrote: As I understand it, you are executing dmd in the background to repl. Simple and clever :D But then how is it saving context? Andrie It's using

Re: early alpha of D REPL

2014-02-11 Thread extrawurst
On Tuesday, 11 February 2014 at 08:49:56 UTC, extrawurst wrote: On Tuesday, 11 February 2014 at 08:15:55 UTC, Martin Nowak wrote: On Tuesday, 11 February 2014 at 05:37:45 UTC, Andrei Alexandrescu wrote: As I understand it, you are executing dmd in the background to repl. Simple and clever

Re: finally using D at work

2014-02-11 Thread extrawurst
On Monday, 10 February 2014 at 23:03:15 UTC, Ali Çehreli wrote: On 02/10/2014 11:56 AM, extrawurst wrote: So our next online game will be powered by some parts in D ;) Congratulations! Please consider updating the following page http://wiki.dlang.org/Current_D_Use Ali Done, thanks

Re: Scott Meyers will deliver a keynote talk at DConf 2014

2014-02-04 Thread extrawurst
On Tuesday, 4 February 2014 at 22:49:27 UTC, Alessandro Stamatto wrote: I'm impressed! Will it be about D? Considering his high specialization in C++, my guess is that it will be some comparison remarks between C++ and D. That would be great ;)

Re: Scott Meyers will deliver a keynote talk at DConf 2014

2014-02-04 Thread extrawurst
On Tuesday, 4 February 2014 at 20:53:02 UTC, Andrei Alexandrescu wrote: In wake of this announcement, we decided to keep registration opened at pre-registration costs until we publish a program. When is this scheduled to be announced ?

Re: Mobile App STACK4 with a D backend

2014-02-02 Thread extrawurst
On Saturday, 11 January 2014 at 18:44:28 UTC, extrawurst wrote: On Saturday, 11 January 2014 at 13:11:51 UTC, Arjan wrote: On Sunday, 22 December 2013 at 13:38:22 UTC, extrawurst wrote: Hello fellow Dlers ;) about a week ago I released the multiplayer version of my android app STACK4 (https

Re: Mobile App STACK4 with a D backend

2014-02-02 Thread extrawurst
On Sunday, 2 February 2014 at 17:02:33 UTC, Andrei Alexandrescu wrote: On 2/2/14, 8:55 AM, extrawurst wrote: http://www.extrawurst.org/blog11/2014/01/stack4-and-the-d-programming-language-part3/ How many parts total? Andrei At the start I thought about 4 parts including the other

Re: Mobile App STACK4 with a D backend

2014-01-11 Thread extrawurst
On Saturday, 11 January 2014 at 13:11:51 UTC, Arjan wrote: On Sunday, 22 December 2013 at 13:38:22 UTC, extrawurst wrote: Hello fellow Dlers ;) about a week ago I released the multiplayer version of my android app STACK4 (https://play.google.com/store/apps/details?id=com.Extrawurst.FIR

Re: Range-Based Graph Search in D (blog post)

2014-01-10 Thread extrawurst
On Thursday, 9 January 2014 at 22:04:16 UTC, Peter Alexander wrote: Trying to write a bit more about D on my blog now. To start, I've written about a proof-of-concept range-based API for graph search. http://poita.org/2014/01/09/range-based-graph-search-in-d.html I'd greatly appreciate any

Re: Mobile App STACK4 with a D backend

2014-01-09 Thread extrawurst
On Thursday, 9 January 2014 at 03:03:23 UTC, Andrei Alexandrescu wrote: On 1/8/14 4:54 PM, extrawurst wrote: On Tuesday, 7 January 2014 at 16:55:04 UTC, Andrei Alexandrescu wrote: On 1/6/14 3:53 PM, extrawurst wrote: On Friday, 3 January 2014 at 05:27:28 UTC, Rob wrote: Works great on my S4

D Developers Group on LinkedIn

2014-01-09 Thread extrawurst
Hello everyone, I took the liberty to create a LinkedIn Group called D Developers Group. I think as D more and more enters the professional sphere of software development this might be helpful. Official job descriptions looking for D developers appear and I would like to be able to tag my

Re: D Developers Group on LinkedIn

2014-01-09 Thread extrawurst
On Thursday, 9 January 2014 at 18:31:11 UTC, extrawurst wrote: Hello everyone, I took the liberty to create a LinkedIn Group called D Developers Group. I think as D more and more enters the professional sphere of software development this might be helpful. Official job descriptions looking

Re: D Developers Group on LinkedIn

2014-01-09 Thread extrawurst
On Thursday, 9 January 2014 at 18:33:33 UTC, John Colvin wrote: http://www.linkedin.com/groups/D-Developer-Network-3923820 yeah my bad I was just searching for stuff like D programming :(

Re: Non-anonymous mixin template fix [v1.0.1]

2014-01-08 Thread extrawurst
On Wednesday, 8 January 2014 at 00:01:14 UTC, Alexander Bothe wrote: A new 'daily' release: http://mono-d.alexanderbothe.com/completion-stuff-v1-1-1-1-1/ thanks for implementing the label stuff ;)

Re: Mobile App STACK4 with a D backend

2014-01-08 Thread extrawurst
On Tuesday, 7 January 2014 at 16:55:04 UTC, Andrei Alexandrescu wrote: On 1/6/14 3:53 PM, extrawurst wrote: On Friday, 3 January 2014 at 05:27:28 UTC, Rob wrote: Works great on my S4 against AI (damned AI beats me every time). Haven't tried on-line game play yet. Looking forward to your

  1   2   >