Re: Self Optimizing Code

2016-08-03 Thread Luis via Digitalmars-d
On Wednesday, 3 August 2016 at 07:36:21 UTC, ketmar wrote: hello, you just invented JIT compiler. This is not JIT.

Re: D APT repository fails

2016-07-26 Thread Luis via Digitalmars-d
On Monday, 25 July 2016 at 18:20:13 UTC, lqjglkqjsg wrote: On Monday, 25 July 2016 at 15:51:50 UTC, Zardoz wrote: I keep seeing along this last month many problems with the D APT repository. There is any one cheeking the health of these repository ? Now I get an error with "http://master.dl.s

Re: the most D-ish GUI library

2016-03-29 Thread Luis via Digitalmars-d
On Friday, 25 March 2016 at 14:45:05 UTC, Nick Sabalausky wrote: On 03/13/2016 06:33 PM, WebFreak001 wrote: I prefer GtkD, its the most system native one on linux I dispute that. Many people, like myself, use KDE rather than GNOME or Unity, and GTK programs are just as horrible to put up wi

Re: the most D-ish GUI library

2016-03-15 Thread Luis via Digitalmars-d
On Tuesday, 15 March 2016 at 08:37:13 UTC, Jaocb Carlborg wrote: On Monday, 14 March 2016 at 20:26:51 UTC, Saša Janiška wrote: Well, OS X and Windows are 'nice to have'. DWT already works on Windows where it uses native drawing operations. So, DWT works on Mac OS, but it's not native as Gt

Re: the most D-ish GUI library

2016-03-15 Thread Luis via Digitalmars-d
On Tuesday, 15 March 2016 at 07:50:48 UTC, Saša Janiška wrote: Jordi Sayol via Digitalmars-d writes: TkD works on Linux. Have you used it and/or what would be some prp/cons vs GtkD? Sincerely, Gour I only tested the examples when I was searching an alternative to GtkD when I got troubl

Re: the most D-ish GUI library

2016-03-14 Thread Luis via Digitalmars-d
On Monday, 14 March 2016 at 09:20:08 UTC, Saša Janiška wrote: Jaocb Carlborg writes: and there's no support for OS X. If you say that "anything that is non-native or doesn't look native is not acceptable on OS X" what is the advantage of DWT in comparison with GtkD for Mac OS? Since

Re: the most D-ish GUI library

2016-03-14 Thread Luis via Digitalmars-d
On Sunday, 13 March 2016 at 22:26:48 UTC, Saša Janiška wrote: I've selected three different libraries: a) dlangui (https://github.com/buggins/dlangui b) GtkD (https://github.com/gtkd-developers/GtkD and c) tkd (https://github.com/nomad-software/tkd) Debian Linux (Sid, x86_64) is my native d

Re: SDL langauge guide

2016-03-02 Thread Luis via Digitalmars-d
On Tuesday, 1 March 2016 at 19:00:20 UTC, Luis wrote: On Tuesday, 1 March 2016 at 18:49:22 UTC, Sönke Ludwig wrote: Am 01.03.2016 um 16:12 schrieb Luis: So,seeing that no body rewrites it or fix the webpage, I ended putting it on a GitHub wiki page : https://github.com/Abscissa/SDLang-D/wiki

Re: SDL langauge guide

2016-03-02 Thread Luis via Digitalmars-d
On Tuesday, 1 March 2016 at 18:49:22 UTC, Sönke Ludwig wrote: Am 01.03.2016 um 16:12 schrieb Luis: So,seeing that no body rewrites it or fix the webpage, I ended putting it on a GitHub wiki page : https://github.com/Abscissa/SDLang-D/wiki/Language-Guide Is 1:1 copy from the internet archive&#

SDL langauge guide

2016-03-02 Thread Luis via Digitalmars-d
So,seeing that no body rewrites it or fix the webpage, I ended putting it on a GitHub wiki page : https://github.com/Abscissa/SDLang-D/wiki/Language-Guide Is 1:1 copy from the internet archive's copy.

Re: State of the Compiler

2016-03-01 Thread Luis via Digitalmars-d
On Tuesday, 1 March 2016 at 13:14:20 UTC, Ola Fosheim Grøstad wrote: On Tuesday, 1 March 2016 at 12:57:43 UTC, Luis wrote: So, for example, a C++ compiler can't use the standard C++ lib ? I don't follow your logic here. Clang uses std. There is some discussion if dmd should not

Re: State of the Compiler

2016-03-01 Thread Luis via Digitalmars-d
On Tuesday, 1 March 2016 at 11:22:50 UTC, Ola Fosheim Grøstad wrote: On Tuesday, 1 March 2016 at 10:11:03 UTC, Kagamin wrote: On Tuesday, 1 March 2016 at 07:00:43 UTC, Ola Fosheim Grøstad wrote: If phobos isn't stable enough for the compiler, then it isn't stable enough for any major project.

Re: OT: Need help with translation D-faq to other languages

2016-02-18 Thread Luis via Digitalmars-d
On Wednesday, 17 February 2016 at 18:28:08 UTC, Suliman wrote: Hello, I wrote pretty good FAQ about D on Russian language. I need help with translation it to English and Germany and possible to other languages. http://dlang.ru/Why-D-is-Better I hope it people will like it, it will help to att

Re: Any actively maintained qt bindings for D?

2016-02-18 Thread Luis via Digitalmars-d
On Wednesday, 17 February 2016 at 21:20:09 UTC, Jeremy DeHaan wrote: On Wednesday, 17 February 2016 at 20:56:27 UTC, Rishub Nagpal wrote: Qtd hasn't been updated in 3 years Does anyone know of anactively maintained qt library? I think QML bindings exists, but as far as I know direct Qt bindin

Re: Official compiler

2016-02-18 Thread Luis via Digitalmars-d
On Thursday, 18 February 2016 at 00:35:01 UTC, Chris Wright wrote: On Wed, 17 Feb 2016 22:57:20 +, Márcio Martins wrote: I was reading the other thread "Speed kills" and was wondering if there is any practical reason why DMD is the official compiler? Walter Bright is the lead developer,

Re: What are the real GUI toolkits for D?

2016-01-29 Thread Luis via Digitalmars-d
On Thursday, 28 January 2016 at 16:57:04 UTC, thedeemon wrote: On Sunday, 24 January 2016 at 12:16:09 UTC, nbro wrote: Except for GtkD and DWT, D does not seem to be supported by a really nice GUI toolkit. For Windows DFL is quite nice and working well (I've used it in several projects).

Re: What are the real GUI toolkits for D?

2016-01-24 Thread Luis via Digitalmars-d
On Sunday, 24 January 2016 at 12:16:09 UTC, nbro wrote: Except for GtkD and DWT, D does not seem to be supported by a really nice GUI toolkit. Anyway, a serious programming language nowadays should have a lot more support in that area. I have not tried GtkD yet, but it seems the most promising.

Re: Localization (i18n) Options

2016-01-24 Thread Luis via Digitalmars-d
On Sunday, 24 January 2016 at 19:18:28 UTC, Gerald wrote: On Monday, 18 January 2016 at 09:04:48 UTC, Luis wrote: Please, write a HowTo some where. GtkD lack of documentation it's very anoying. I've gotten this going with Terminix and posted some information what it took to get it

Re: Why do some attributes start with '@' while others done't?

2016-01-22 Thread Luis via Digitalmars-d
On Thursday, 21 January 2016 at 23:18:16 UTC, tsbockman wrote: Adding the @ to the old attributes was discussed as well, but it didn't seem worth the code breakage. And why not add the version of these attributes with @ and deprecate these attributes without @ for some time? So it allow t

Re: [dlang.org] new forum design

2016-01-19 Thread Luis via Digitalmars-d
On Monday, 18 January 2016 at 18:17:31 UTC, Uranuz wrote: On Monday, 18 January 2016 at 10:20:13 UTC, Vladimir Panteleev wrote: [...] New design looks good, although I get used to see the old one) One thing I don't feel comfortabale about is default color of links. As for me this *red* color

Re: Localization (i18n) Options

2016-01-18 Thread Luis via Digitalmars-d
On Monday, 18 January 2016 at 14:00:05 UTC, Gerald wrote: On Monday, 18 January 2016 at 09:04:48 UTC, Luis wrote: On Sunday, 17 January 2016 at 03:03:14 UTC, Gerald wrote: On Sunday, 17 January 2016 at 02:51:30 UTC, Gerald wrote: Are there any other options out there that I might not be aware

Re: Localization (i18n) Options

2016-01-18 Thread Luis via Digitalmars-d
On Sunday, 17 January 2016 at 03:03:14 UTC, Gerald wrote: On Sunday, 17 January 2016 at 02:51:30 UTC, Gerald wrote: Are there any other options out there that I might not be aware of? And of course, 10 minutes later you stumble across a potential option. Looks like GLib exposes gettext and Gt

Re: What are you planning for 2016?

2016-01-08 Thread Luis via Digitalmars-d
Do a release of my DCPU-16 toolkit : https://github.com/Zardoz89/DEDCPU-16 I should : - Unit-tests - Clean the code mess that I have... Doing proper code separation on modules, etc - Rewrite the emulator code. Actually I have disabled it as I used a few pieces of code to the other tools. -

Re: What are you planning for 2016?

2016-01-08 Thread Luis via Digitalmars-d
On Tuesday, 5 January 2016 at 13:21:32 UTC, Ola Fosheim Grøstad wrote: Here are my (hopeful, given enough spare time) plans for D: 1. Code up a new experimental unicode-syntax for a subset of D now that the C++ to D transition is "complete", with a fair selection of unicode operators and sym

Re: Three people out of four dislike SDL

2015-12-03 Thread Luis via Digitalmars-d
On Monday, 30 November 2015 at 22:59:04 UTC, retard wrote: Just voted at http://www.easypolls.net/poll.html?p=565587f4e4b0b3955a59fb67 - 140 votes, 75% are against SDL. That should count for something? Sonke? Last time that I look it, there was a 51% of people saying that like SDlang.. MUA

Re: Forum structure

2015-12-02 Thread Luis via Digitalmars-d
On Tuesday, 1 December 2015 at 17:18:26 UTC, Brad Anderson wrote: On Tuesday, 1 December 2015 at 14:45:04 UTC, Steven Schveighoffer wrote: I would discourage adding any more groups. I don't really get the point of having so many groups, if you have a question, use the main group or the learn gr

Re: Forum structure

2015-12-01 Thread Luis via Digitalmars-d
On Tuesday, 1 December 2015 at 11:00:54 UTC, Chris wrote: On Tuesday, 1 December 2015 at 10:31:55 UTC, Luis wrote: Being DUB very important for D language... why there isn't an entry for DUB on ecosystem ? Also, looks that DWT isn't very active. Not should be a "GUI" entr

Re: I hate new DUB config format

2015-12-01 Thread Luis via Digitalmars-d
On Tuesday, 1 December 2015 at 10:27:45 UTC, Atila Neves wrote: On Tuesday, 1 December 2015 at 05:39:26 UTC, Craig Dillabaugh wrote: On Tuesday, 1 December 2015 at 04:54:23 UTC, James Hofmann wrote: [...] Sorry, I think that most of what you said made good sense, but I am a bit confused by t

Forum structure

2015-12-01 Thread Luis via Digitalmars-d
Being DUB very important for D language... why there isn't an entry for DUB on ecosystem ? Also, looks that DWT isn't very active. Not should be a "GUI" entry to talk about GtkD, TkD and other GUI toolkits, instead focusing on one that looks that no body uses ? PD: I don't know the true stat

Re: Linker error with dmd when trying to generate wxWidgets wrapper on Windows (msys2/mingw-w64)

2015-12-01 Thread Luis via Digitalmars-d
On Monday, 30 November 2015 at 09:23:33 UTC, Vincent R wrote: On Friday, 27 November 2015 at 09:56:10 UTC, Kagamin wrote: The bug report is https://issues.dlang.org/show_bug.cgi?id=15324 Just hope it will be fixed soon because I gave up D 7 years ago (too many bugs, war between phobos, tango,

Re: I hate new DUB config format

2015-11-30 Thread Luis via Digitalmars-d
: vibe-d: ~>0.7.23 How do translate this example on SDLang ? name "dedcpu" authors "Luis Panadero Guardeño" targetType "none" license "BSD 3-clause" description "DCPU-16 tools" subPackage { name "lem1802" description "

Re: I hate new DUB config format

2015-11-30 Thread Luis via Digitalmars-d
On Sunday, 29 November 2015 at 17:25:04 UTC, Poyeyo wrote: rust cargo -> rust manifest rust cargo -> toml