Re: Dub, Cargo, Go, Gradle, Maven

2018-02-15 Thread Pjotr Prins via Digitalmars-d
On Thursday, 15 February 2018 at 17:54:57 UTC, John Gabriele wrote: Are any other languages using Guix for their 3rd-party online package repo? If not, why? GNU Guile ;). That's excellent. I remember years ago it looked like there was action in getting a Guile package repo going but it never

Re: Which language futures make D overcompicated?

2018-02-15 Thread Timon Gehr via Digitalmars-d
On 15.02.2018 21:38, Walter Bright wrote: On 2/10/2018 4:35 AM, Timon Gehr wrote: In summary, the issue is that there is only one 'inout' and therefore it is not properly lexically scoped. It is a bit like having a language where all variables are implicit function parameters and they all have

how to get typeid of extern(C++) classes?

2018-02-15 Thread Timothee Cour via Digitalmars-d
is there a way to get typeid of extern(C++) classes (eg for ones in dmd/astbase.d but not limited to that) ? C++ exposes it via typeid so in theory all the info is there ; I would need it at least for debugging (eg if RTTI is not enabled for all compilers or in release mode that's fine so long ther

Re: Congrats to D / Vibe-D -- techempower Round 15

2018-02-15 Thread Petar via Digitalmars-d
On Thursday, 15 February 2018 at 20:59:53 UTC, Ali wrote: On Thursday, 15 February 2018 at 20:43:41 UTC, Daniel Kozak wrote: Unfortunately they have use wrong results. They have selected run from 31.1.2018. But If they use the other one from february, it would be better. But still is nice

Re: Multiple Alis

2018-02-15 Thread Ali via Digitalmars-d
On Tuesday, 13 February 2018 at 00:47:42 UTC, Ali Çehreli wrote: Nothing serious but in case you are confused, there are at least three separate and awesome Alis frequenting these newsgroups. :) From: Ali Çehreli Email: acehr...@yahoo.com Almost always ends posts simply with "Ali" From: Ali E

Re: Congrats to D / Vibe-D -- techempower Round 15

2018-02-15 Thread Ali via Digitalmars-d
On Thursday, 15 February 2018 at 20:43:41 UTC, Daniel Kozak wrote: Unfortunately they have use wrong results. They have selected run from 31.1.2018. But If they use the other one from february, it would be better. But still is nice Can you post the numbers from Feb, for us here? :)

Re: Congrats to D / Vibe-D -- techempower Round 15

2018-02-15 Thread Daniel Kozak via Digitalmars-d
Unfortunately they have use wrong results. They have selected run from 31.1.2018. But If they use the other one from february, it would be better. But still is nice Dne 15. 2. 2018 8:05 odp. napsal uživatel "Benny via Digitalmars-d" < digitalmars-d@puremagic.com>: > https://www.techempower.com/b

Re: Which language futures make D overcompicated?

2018-02-15 Thread Walter Bright via Digitalmars-d
On 2/10/2018 4:35 AM, Timon Gehr wrote: In summary, the issue is that there is only one 'inout' and therefore it is not properly lexically scoped. It is a bit like having a language where all variables are implicit function parameters and they all have the same, global, name. This sort of works

Re: Portuguese D programmers?

2018-02-15 Thread Paulo Pinto via Digitalmars-d
On Thursday, 15 February 2018 at 15:10:17 UTC, Luís Marques wrote: Hey! Are there any other Portuguese D programmers in here? Raise your hand and say hi! Don't tell me I'm the only one... ;_; Cheers, Luís Well, I still occasionally hang around and hope D will find its place, but given tha

Congrats to D / Vibe-D -- techempower Round 15

2018-02-15 Thread Benny via Digitalmars-d
https://www.techempower.com/benchmarks/#section=data-r15&hw=ph&test=plaintext https://www.techempower.com/benchmarks/#section=data-r14&hw=ph&test=json D is finally showing up in the upper and middle parts of the tests. In some tests Vibe-D ( with LDC ) is showing a 10 to 80 times improvement co

Re: Portuguese D programmers?

2018-02-15 Thread Luís Marques via Digitalmars-d
On Thursday, 15 February 2018 at 17:36:08 UTC, Luís Marques wrote: On Thursday, 15 February 2018 at 17:30:57 UTC, Seb wrote: I know about this: https://github.com/dlang-tour/portuguese (you aren't the only one) Same language but different country :-) To clarify, I was looking for D programme

Re: Dub, Cargo, Go, Gradle, Maven

2018-02-15 Thread John Gabriele via Digitalmars-d
On Thursday, 15 February 2018 at 16:47:35 UTC, Pjotr Prins wrote: On Thursday, 15 February 2018 at 15:52:41 UTC, John Gabriele wrote: It's a bit confusing since the first thing [the Guix webpage](https://www.gnu.org/software/guix/) talks about "GuixSD", rather than the Guix tool in its own righ

Re: Portuguese D programmers?

2018-02-15 Thread Luís Marques via Digitalmars-d
On Thursday, 15 February 2018 at 17:30:57 UTC, Seb wrote: I know about this: https://github.com/dlang-tour/portuguese (you aren't the only one) Same language but different country :-)

Re: Portuguese D programmers?

2018-02-15 Thread Seb via Digitalmars-d
On Thursday, 15 February 2018 at 15:10:17 UTC, Luís Marques wrote: Hey! Are there any other Portuguese D programmers in here? Raise your hand and say hi! Don't tell me I'm the only one... ;_; Cheers, Luís I know about this: https://github.com/dlang-tour/portuguese (you aren't the only one

Re: Dub, Cargo, Go, Gradle, Maven

2018-02-15 Thread Pjotr Prins via Digitalmars-d
On Thursday, 15 February 2018 at 15:52:41 UTC, John Gabriele wrote: It's a bit confusing since the first thing [the Guix webpage](https://www.gnu.org/software/guix/) talks about "GuixSD", rather than the Guix tool in its own right. Yes. We discussed that at the hackathon before FOSDEM. It is

Re: Dub, Cargo, Go, Gradle, Maven

2018-02-15 Thread John Gabriele via Digitalmars-d
On Thursday, 15 February 2018 at 07:21:24 UTC, Pjotr Prins wrote: On Thursday, 15 February 2018 at 04:11:51 UTC, Graham St Jack wrote: Maybe a compromise position would be for a package management system to define an interface through which it can do things like: * Discover what the external

Re: Flow-Design: OOP component programming

2018-02-15 Thread t-t via Digitalmars-d
On Wednesday, 14 February 2018 at 22:43:21 UTC, Ola Fosheim Grøstad wrote: On Wednesday, 14 February 2018 at 18:43:34 UTC, Mark wrote: Luna [1], a new programming language that was recently mentioned on Reddit, also appears to take this "flow-oriented design" approach. It's purely functional, n

Portuguese D programmers?

2018-02-15 Thread Luís Marques via Digitalmars-d
Hey! Are there any other Portuguese D programmers in here? Raise your hand and say hi! Don't tell me I'm the only one... ;_; Cheers, Luís

Re: Old but interesting link as to the low adoption reason for D

2018-02-15 Thread Fred via Digitalmars-d
When god (walter) create eden (dlang) the man (bo the biz developer) is very happy. Man thinks he is in heaven. Until man eat the forbidden apple(the ecosystem library, editor, tools). Now man understand he is in hell. Walter has created great language. But this language is not first class( fi

Re: Which language futures make D overcompicated?

2018-02-15 Thread Tony via Digitalmars-d
On Friday, 9 February 2018 at 19:19:03 UTC, H. S. Teoh wrote: But none of these features are *necessary* to start coding in D. They are optional extras that are nice once you're comfortable with the language. I got by fine for *years* without even using a single mixin, or knowing what 'inout'