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
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 ;)
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
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
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.
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
Another IDE tutorial!
Reddit post:
https://www.reddit.com/r/programming/comments/42gcxi/using_eclipse_ide_with_d/
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
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
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 :)
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
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
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
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
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
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. :)
Also, it seems that no [project name].sdl file is created for dub
projects.
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
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
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!
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
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.
On Wednesday, 3 October 2012 at 13:27:25 UTC, Paulo Pinto wrote:
On Wednesday, 3 October 2012 at 10:56:11 UTC, Minas wrote:
Currently, toUpper() (and probably toLower()) does not handle
greek characters correctly. I fixed toUpper() by making a
another function for greek characters
// called
On Wednesday, 3 October 2012 at 11:03:27 UTC, Jakob Ovrum wrote:
On Wednesday, 3 October 2012 at 10:56:11 UTC, Minas wrote:
Currently, toUpper() (and probably toLower()) does not handle
greek characters correctly. I fixed toUpper() by making a
another function for greek characters
// called
Currently, toUpper() (and probably toLower()) does not handle
greek characters correctly. I fixed toUpper() by making a another
function for greek characters
// called if (c >= 0x387 && c <= 0x3CE)
dchar toUpperGreek(dchar c)
{
if( c >= 'α' && c <= 'ω' )
{
if( c
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!!
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).
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...
Will we be able to watch it online?
29 matches
Mail list logo