Re: Call D code from C#

2014-01-10 Thread anthony
Hi Dejan, GTK is not an option for me mainly because I do not like the way programs written with appears on the screen. It is a little...ugly! Qt does a lot better in that field, it also has (QT) better documentation, better tools etc etc. This is why I first looked for Qt binding for D. O

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 fe

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

2014-01-10 Thread John Colvin
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 fe

Re: Mono-D v0.5.5.5 - Huge completion refactoring/v0.5.5.6 - Bug fixes

2014-01-10 Thread Alexander Bothe
On Friday, 10 January 2014 at 03:48:35 UTC, Jameson Ernst wrote: On Friday, 10 January 2014 at 03:29:06 UTC, Alexander Bothe wrote: On Friday, 10 January 2014 at 02:33:05 UTC, Jameson Ernst wrote: On a hunch that maybe it has to do with some strange assembly version or mono version mismatch, I

Re: std.signal : voting has begun

2014-01-10 Thread Robert M. Münch
On 2014-01-06 09:11:07 +, Dicebot said: Some time ago there have been a review for `std.signal` Phobos proposal (http://forum.dlang.org/thread/ujlhznaphepibgtpc...@forum.dlang.org#post-ujlhznaphepibgtpcoqz:40forum.dlang.org). It have not received much feedback and I was a it too busy to pro

Re: std.signal : voting has begun

2014-01-10 Thread Dicebot
On Friday, 10 January 2014 at 12:24:18 UTC, Robert M. Münch wrote: Hi, not really a comment regarding the actual implementation but I think that good debug support for signales & slots helps a lot in using it. What do I mean with this: - a way to dump in a human readable form the run-time con

Re: Call D code from C#

2014-01-10 Thread evilrat
On Friday, 10 January 2014 at 09:54:27 UTC, anthony wrote: Hi Dejan, GTK is not an option for me mainly because I do not like the way programs written with appears on the screen. It is a little...ugly! Qt does a lot better in that field, it also has (QT) better documentation, better tools etc

Re: Call D code from C#

2014-01-10 Thread Dicebot
On Friday, 10 January 2014 at 12:55:35 UTC, evilrat wrote: On Friday, 10 January 2014 at 09:54:27 UTC, anthony wrote: Hi Dejan, GTK is not an option for me mainly because I do not like the way programs written with appears on the screen. It is a little...ugly! Qt does a lot better in that fie

Re: Call D code from C#

2014-01-10 Thread Rory McGuire
gtk has a web based backend available. On Fri, Jan 10, 2014 at 7:31 AM, Rikki Cattermole wrote: > ... It would have enabled building a GUI app and then very simply > building it for a web as well. Without changing much code. Don't think any > GUI toolkit exists that can do that. > > [0] https://

Re: Call D code from C#

2014-01-10 Thread Rikki Cattermole
On Friday, 10 January 2014 at 15:02:18 UTC, Rory McGuire wrote: gtk has a web based backend available. Awesome didn't know that thanks!

Re: Gtkd2 in serious use

2014-01-10 Thread Steve Teale
I have done more work on the web page to cut out fluff, and to cover all the composition elements. There is also a beginning for the description of the user interfaces.

Re: Mono-D v0.5.5.5 - Huge completion refactoring/v0.5.5.6 - Bug fixes

2014-01-10 Thread Daniel Kozák
Alexander Bothe píše v Pá 10. 01. 2014 v 12:11 +: > On Friday, 10 January 2014 at 03:48:35 UTC, Jameson Ernst wrote: > > On Friday, 10 January 2014 at 03:29:06 UTC, Alexander Bothe > > wrote: > >> On Friday, 10 January 2014 at 02:33:05 UTC, Jameson Ernst > >> wrote: > >>> On a hunch that mayb

Re: Mono-D v0.5.5.5 - Huge completion refactoring/v0.5.5.6 - Bug fixes

2014-01-10 Thread Alexander Bothe
On Friday, 10 January 2014 at 18:14:04 UTC, Daniel Kozák wrote: Now it works :), thanks a lot Finally! :)

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

2014-01-10 Thread Joseph Rushton Wakeling
On Friday, 10 January 2014 at 11:07:13 UTC, John Colvin wrote: Nice :) I presume you are aware of https://github.com/WebDrake/Dgraph Good inspiration for me to get back to work on that :-) @Peter -- this is really exciting to see and I will be looking into your work with great interest. Let

Re: DUB 0.9.21 beta 1

2014-01-10 Thread Atila Neves
I finally got around to cloning the git repo and trying the latest dub and how dub test would work. 1st of all there is a bug, should I also add it to the issue tracker on github? In any case, when the default "source" directory isn't used but explicitly named in package.json, the static impo

Re: Mobile App STACK4 with a D backend

2014-01-10 Thread Nick Sabalausky
On 12/24/2013 7:37 AM, John Colvin wrote: On Tuesday, 24 December 2013 at 10:44:56 UTC, extrawurst wrote: On Sunday, 22 December 2013 at 19:48:03 UTC, John Colvin wrote: Haven't tried the multiplayer, but it seems a really cool game. It took an absolute age to load, however. What exactly too

Re: Mono-D v0.5.5.5 - Huge completion refactoring/v0.5.5.6 - Bug fixes

2014-01-10 Thread Jameson Ernst
On Friday, 10 January 2014 at 18:17:17 UTC, Alexander Bothe wrote: On Friday, 10 January 2014 at 18:14:04 UTC, Daniel Kozák wrote: Now it works :), thanks a lot Finally! :) Confirmed working for me as well! Thanks for working with us to iron this out. I think this will help a lot of people

Re: Mobile App STACK4 with a D backend

2014-01-10 Thread John Colvin
On Friday, 10 January 2014 at 19:43:08 UTC, Nick Sabalausky wrote: On 12/24/2013 7:37 AM, John Colvin wrote: On Tuesday, 24 December 2013 at 10:44:56 UTC, extrawurst wrote: On Sunday, 22 December 2013 at 19:48:03 UTC, John Colvin wrote: Haven't tried the multiplayer, but it seems a really coo

Re: Call D code from C#

2014-01-10 Thread TC
Have a look at DWT: https://github.com/d-widget-toolkit/dwt I looked at it and on the first sight it seems as a wrapper around GTK on linux side and native windows toolkit on windows. In this case I would probably rather use gtkd directly and hope for fewer problems. (but both should be tried

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

2014-01-10 Thread Timon Gehr
On 01/09/2014 11:04 PM, 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 feedback on the design.