Re: I'll be at GOTO in Denmark

2012-08-08 Thread Minas Mina
Will we be able to watch it online?

Re: "D Language and Fortran DLL" article

2012-08-09 Thread Minas Mina
P.S.: And I did not find any appropriate russian community website about D Language, they exists? I don't think so. There are only a few in English...

Re: NaNs Just Don't Get No Respect

2012-08-19 Thread Minas Mina
I was against nan being the dafault value, but now I that I think about it, it is useful (for the reasons in the article).

Re: Walter charms the audience at Sioux

2012-08-24 Thread Minas Mina
Really nice (and fun) presentation! I wish I could've been there! And what's the deal with D3(?) guys? Aren't you satisfied with D2? I think it rox baby!!

Dynamic arrays

2015-08-31 Thread Minas Mina via Digitalmars-d-announce
I have started a series of tutorials in D. This is my latest blog post, which is about dynamic arrays: http://minas-mina.com/2015/08/31/dynamic-arrays/ Constructive criticism is welcome.

Re: Dynamic arrays

2015-08-31 Thread Minas Mina via Digitalmars-d-announce
On Monday, 31 August 2015 at 21:45:26 UTC, Steven Schveighoffer wrote: On 8/31/15 5:09 PM, Minas Mina wrote: I have started a series of tutorials in D. This is my latest blog post, which is about dynamic arrays: http://minas-mina.com/2015/08/31/dynamic-arrays/ Constructive criticism is

Re: So You Want To Write Your Own Language

2015-12-23 Thread Minas Mina via Digitalmars-d-announce
On Thursday, 24 December 2015 at 01:08:38 UTC, Walter Bright wrote: This has resurfaced on Reddit: https://www.reddit.com/r/programming/comments/3xya5v/so_you_want_to_write_your_own_language/ Very good article, thanks!

Re: DLanguage IntelliJ plugin released

2015-12-25 Thread Minas Mina via Digitalmars-d-announce
On Friday, 25 December 2015 at 10:41:26 UTC, Kingsley wrote: Hi I have released an initial attempt at an IntelliJ plugin for D to the jetbrains plugin repository. It's DLanguage version 1.2 It has basic syntax highlighting, autocompletion with DCD, compile checking and linting with Dscanner

Re: DLanguage IntelliJ plugin released

2015-12-25 Thread Minas Mina via Digitalmars-d-announce
I'm trying to build on IntelliJ 15, Ubuntu 15.10: 9:05:55 ΠΜ All files are up-to-date 9:05:55 ΠΜ Error running Run DUB: DUB executable is not specified.Configure DUB settings How do I configure dub settings? It seems that "configure" is a link (it's underlined) but nothing opens when I click

Re: DLanguage IntelliJ plugin released

2015-12-25 Thread Minas Mina via Digitalmars-d-announce
Also, it seems that no [project name].sdl file is created for dub projects.

Re: Hash Tables in D

2016-01-01 Thread Minas Mina via Digitalmars-d-announce
On Friday, 1 January 2016 at 13:59:35 UTC, Walter Bright wrote: http://minas-mina.com/2016/01/01/associative-arrays/ https://www.reddit.com/r/programming/comments/3z03ji/hash_tables_in_the_d_programming_language/ Thanks for sharing this. I am the author. :)

Re: DLanguage IntelliJ plugin released

2016-01-01 Thread Minas Mina via Digitalmars-d-announce
On Wednesday, 30 December 2015 at 17:17:07 UTC, Israel wrote: On Wednesday, 30 December 2015 at 17:04:15 UTC, Suliman wrote: On Monday, 28 December 2015 at 19:23:17 UTC, Kingsley wrote: On Friday, 25 December 2015 at 17:43:06 UTC, Kingsley wrote: On Friday, 25 December 2015 at 16:55:32 UTC, Bo

Re: Hash Tables in D

2016-01-03 Thread Minas Mina via Digitalmars-d-announce
On Sunday, 3 January 2016 at 19:29:05 UTC, Martin Nowak wrote: On 01/01/2016 04:27 PM, Minas Mina wrote: On Friday, 1 January 2016 at 13:59:35 UTC, Walter Bright wrote: http://minas-mina.com/2016/01/01/associative-arrays/ https://www.reddit.com/r/programming/comments/3z03ji

Re: Hash Tables in D

2016-01-05 Thread Minas Mina via Digitalmars-d-announce
On Monday, 4 January 2016 at 19:58:03 UTC, Martin Nowak wrote: On 01/04/2016 09:06 AM, Bastiaan Veelo wrote: This would be a bug (segfault on my machine): foreach (key; aa.byKey) aa.remove(key); Note that, in this example, there is no need to remove every element separately, yo

Re: Hash Tables in D

2016-01-05 Thread Minas Mina via Digitalmars-d-announce
On Tuesday, 5 January 2016 at 13:36:48 UTC, Jacob Carlborg wrote: On 2016-01-05 11:19, Minas Mina wrote: I haven't found a way to clear an AA without allocating though. (Creating a new one doesn't count). Set it to "null", or will that allocate a new one? It won't

Re: Hash Tables in D

2016-01-06 Thread Minas Mina via Digitalmars-d-announce
On Wednesday, 6 January 2016 at 12:19:45 UTC, Jacob Carlborg wrote: On 2016-01-05 15:44, Minas Mina wrote: It won't, but to use it again you need to allocate a new one (If I'm not mistaken). Not explicitly. I don't know if the runtime allocates a new one. This wor

Using D with IntelliJ

2016-01-17 Thread Minas Mina via Digitalmars-d-announce
I have written a tutorial on how to set up D with IntelliJ. https://www.reddit.com/r/programming/comments/41cuud/using_d_with_intellij/ Comments appreciated :)

Re: Using D with IntelliJ

2016-01-17 Thread Minas Mina via Digitalmars-d-announce
On Monday, 18 January 2016 at 00:14:52 UTC, Israel wrote: On Sunday, 17 January 2016 at 09:29:02 UTC, Minas Mina wrote: I have written a tutorial on how to set up D with IntelliJ. https://www.reddit.com/r/programming/comments/41cuud/using_d_with_intellij/ Comments appreciated :) Thanks

Re: Using D with IntelliJ

2016-01-19 Thread Minas Mina via Digitalmars-d-announce
On Tuesday, 19 January 2016 at 15:46:30 UTC, Andrei Alexandrescu wrote: On 01/17/2016 04:29 AM, Minas Mina wrote: I have written a tutorial on how to set up D with IntelliJ. https://www.reddit.com/r/programming/comments/41cuud/using_d_with_intellij/ Comments appreciated :) Great going

Tutorial on using eclipse with D

2016-01-24 Thread Minas Mina via Digitalmars-d-announce
Another IDE tutorial! Reddit post: https://www.reddit.com/r/programming/comments/42gcxi/using_eclipse_ide_with_d/

Re: Release D 2.070.0

2016-01-28 Thread Minas Mina via Digitalmars-d-announce
On Wednesday, 27 January 2016 at 21:08:54 UTC, Martin Nowak wrote: Glad to announce D 2.070.0 http://dlang.org/download.html This release comes with the new std.experimental.ndslice, heavily expanded Windows bindings, and native exception handling on 64-bit linux. See the changelog for more d

[Blog post] Operator overloading for structs in D

2016-06-02 Thread Minas Mina via Digitalmars-d-announce
I have written a blog post about operator overloading for structs. You can find it here: https://www.reddit.com/r/programming/comments/4m8mgr/operator_overloading_for_structs_in_d/ Comments and suggestions are appreciated.

Re: [Blog post] Operator overloading for structs in D

2016-06-02 Thread Minas Mina via Digitalmars-d-announce
On Thursday, 2 June 2016 at 18:55:36 UTC, Steven Schveighoffer wrote: On 6/2/16 2:34 PM, Minas Mina wrote: [...] Cool. You missed one very significant thing. That is using mixins to take advantage of the operator string. For example, opOpAssign can be done in one step: ref Rational

Re: [Blog post] Operator overloading for structs in D

2016-06-02 Thread Minas Mina via Digitalmars-d-announce
On Thursday, 2 June 2016 at 20:53:18 UTC, Walter Bright wrote: On 6/2/2016 11:34 AM, Minas Mina wrote: I have written a blog post about operator overloading for structs. You can find it here: https://www.reddit.com/r/programming/comments/4m8mgr/operator_overloading_for_structs_in_d

Re: Terminix 1.4.0 Released

2016-12-22 Thread Minas Mina via Digitalmars-d-announce
On Thursday, 22 December 2016 at 14:06:13 UTC, Gerald wrote: Terminix 1.4.0, a tiling terminal emulator for Linux written in D, is now available. [...] Just checked the website and looks really awesome! I will install it today on my Ubuntu ;)

Re: Terminix renamed to Tilix

2017-04-05 Thread Minas Mina via Digitalmars-d-announce
On Monday, 20 March 2017 at 16:56:02 UTC, Gerald wrote: Terminix, a Linux GTK3 tiling terminal emulator written in D, has been renamed to Tilix due to trademark infringement issues with the Terminix International corporation. The new URLs for Tilix are as follows: Website: https://gnunn1.gith