Re: Coedit 2 alpha 4, split view and dfmt

2015-12-21 Thread Basile B. via Digitalmars-d-announce
On Monday, 21 December 2015 at 03:59:20 UTC, Rikki Cattermole wrote: On 21/12/15 4:21 PM, Basile B. wrote: Hello, A new alpha of CE is available: The two latest releases put the focus on the editor: - identifier markup improved. - split view. - macro recording state clearly indicated. - fix

Re: LDC 0.17.0-alpha1 has been released!

2015-12-21 Thread Dan Olson via Digitalmars-d-announce
Kai Nacke writes: > Hi everyone, > > LDC 0.17.0-alpha1, the LLVM-based D compiler, is available for > download! > This release is based on the 2.068.2 frontend and standard library and > supports LLVM 3.5-3.7. > > Don't miss to check if your preferred system is supported by this

Re: iz - it's so easy

2015-12-21 Thread Basile B. via Digitalmars-d-announce
On Monday, 21 December 2015 at 18:42:52 UTC, Basile B. wrote: iz is my user library. https://github.com/BBasile/iz http://code.dlang.org/packages/iz http://bbasile.github.io/iz/ Its particularities: - PropDescriptor: set, get something, runtime type. - PropertyPublisher: publish a collection

iz - it's so easy

2015-12-21 Thread Basile B. via Digitalmars-d-announce
iz is my user library. https://github.com/BBasile/iz http://code.dlang.org/packages/iz http://bbasile.github.io/iz/ Its particularities: - PropDescriptor: set, get something, runtime type. - PropertyPublisher: publish a collection of PropDescriptor - Serializer: read, write PropertyPublishers -

Re: DlangIDE - initial GDB debugger support

2015-12-21 Thread default0 via Digitalmars-d-announce
On Monday, 21 December 2015 at 18:03:32 UTC, Vadim Lopatin wrote: On Sunday, 20 December 2015 at 13:53:33 UTC, default0 wrote: This is quick progress! Awesome! I finally have some free time on my hands, so I deleted my workspace and tried to set things up following the How to hack on DlangIDE

Packt ebooks are currently $5.00

2015-12-21 Thread bachmeier via Digitalmars-d-announce
All Packt ebooks are currently only $5.00, including pre-order of D Web Development, Learning D, and D Cookbook. https://www.packtpub.com/web-development/d-web-development https://www.packtpub.com/application-development/learning-d https://www.packtpub.com/application-development/d-cookbook

Re: DlangIDE - initial GDB debugger support

2015-12-21 Thread Vadim Lopatin via Digitalmars-d-announce
On Sunday, 20 December 2015 at 13:53:33 UTC, default0 wrote: This is quick progress! Awesome! I finally have some free time on my hands, so I deleted my workspace and tried to set things up following the How to hack on DlangIDE steps again. After doing that and trying to compile on Debug/Win32

Re: Small minesweeper game in D

2015-12-21 Thread wobbles via Digitalmars-d-announce
On Sunday, 20 December 2015 at 02:11:58 UTC, Adam D. Ruppe wrote: code here: http://arsdnet.net/dcode/minesweeper.d [...] On Ubuntu 64 bit: $ dmd minesweeper.d simpledisplay.d color.d simpledisplay.d(4477): Error: cannot implicitly convert expression (XCreatePixmapCursor(this.display, pm,

Re: D Structs(Enums) to Typescript Interfaces(Enums)

2015-12-21 Thread Robert burner Schadek via Digitalmars-d-announce
Update: It now also generates functions that call the vibe.d rest service in typestrict.

Re: IAP Tools for D

2015-12-21 Thread Joakim via Digitalmars-d-announce
On Sunday, 20 December 2015 at 21:37:35 UTC, Jakob Jenkov wrote: The designers of HTTP would strongly argue that is a major thing HTTP got right, and is the feature primarily responsible for it huge success. Then why is HTTP 2 moving away from it? And Web Sockets? Clearly, having the choice

Re: Small minesweeper game in D

2015-12-21 Thread bubbasaur via Digitalmars-d-announce
On Monday, 21 December 2015 at 02:28:27 UTC, Adam D. Ruppe wrote: On Sunday, 20 December 2015 at 17:24:41 UTC, jmh530 wrote: The code looks easy to understand also. You might consider writing this up into a blog post. I might if I had a blog... which I need to set up at some point but

Re: Small minesweeper game in D

2015-12-21 Thread Adam D. Ruppe via Digitalmars-d-announce
On Monday, 21 December 2015 at 10:52:07 UTC, wobbles wrote: On Ubuntu 64 bit: whoops, I always build 32 bit here and sometimes forget to test 64 bit before pushing. Fixed now. The game code is very simple to follow too. I'll try making a simple game using simpledisplay over the christmas.

Three Cool Things about D

2015-12-21 Thread Andrei Alexandrescu via Digitalmars-d-announce
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 Andrei