Re: I learned something new in D this week! (anonymous class rundown)

2021-12-30 Thread Guillaume Piolat via Digitalmars-d-announce
On Wednesday, 29 December 2021 at 20:56:01 UTC, Dr Machine Code wrote: could this be put at https://p0nce.github.io/d-idioms/ ? The issue already exist: https://github.com/p0nce/d-idioms/issues/167 PR welcome :)

I learned something new in D this week! (anonymous class rundown)

2021-12-29 Thread Dr Machine Code via Digitalmars-d-announce
https://forum.dlang.org/post/qmoxmjbbpjhwfrtqe...@forum.dlang.org On Thursday, 18 February 2021 at 04:31:39 UTC, Adam D. Ruppe wrote: Many of you know I've been around D for a long time now and picked up a lot of random tricks over the years, so it isn't every day I learn about a new old

Re: I learned something new in D this week! (anonymous class rundown)

2021-02-19 Thread Adam D. Ruppe via Digitalmars-d-announce
On Friday, 19 February 2021 at 17:41:51 UTC, Patrick Schluter wrote: DWT users knew about anonymous classes as they are used a lot there. Of course as SWT is a Java based library, D had to had the features to ease the porting. Aye, my understanding is actually they were added to do

Re: I learned something new in D this week! (anonymous class rundown)

2021-02-19 Thread Patrick Schluter via Digitalmars-d-announce
On Thursday, 18 February 2021 at 04:31:39 UTC, Adam D. Ruppe wrote: Many of you know I've been around D for a long time now and picked up a lot of random tricks over the years, so it isn't every day I learn about a new old feature in the language's basic syntax. Would you like to know more?

Re: I learned something new in D this week! (anonymous class rundown)

2021-02-19 Thread Mike Parker via Digitalmars-d-announce
On Thursday, 18 February 2021 at 04:31:39 UTC, Adam D. Ruppe wrote: Would you like to know more? http://dpldocs.info/this-week-in-d/Blog.Posted_2021_02_15.html It's on /r/programming here: https://www.reddit.com/r/programming/comments/lnhuts/anonymous_classes_in_d/

Re: I learned something new in D this week! (anonymous class rundown)

2021-02-18 Thread Adam D. Ruppe via Digitalmars-d-announce
On Thursday, 18 February 2021 at 22:37:06 UTC, superbomba wrote: Once I start reading, I can't stop! :) Better be careful, there's about 250 entries now so you could waste away trying to read it all! (About 145 in twid's first iteration and now about 115 in the second iteration. Of course

Re: I learned something new in D this week! (anonymous class rundown)

2021-02-18 Thread superbomba via Digitalmars-d-announce
On Thursday, 18 February 2021 at 04:31:39 UTC, Adam D. Ruppe wrote: ... I'd like to report a problem with your blog... Once I start reading, I can't stop! :) Very nice work! superbomba.

Re: I learned something new in D this week! (anonymous class rundown)

2021-02-18 Thread Adam D. Ruppe via Digitalmars-d-announce
On Thursday, 18 February 2021 at 16:54:31 UTC, Ritter wrote: Somebody from russian D's Telegram channel translates your article into Russian. Maybe, it can be usefull Nice!

Re: I learned something new in D this week! (anonymous class rundown)

2021-02-18 Thread Adam D. Ruppe via Digitalmars-d-announce
On Thursday, 18 February 2021 at 07:28:27 UTC, Ferhat Kurtulmuş wrote: I came across anonymous classes by reading your minigui codes, such as [1] some time ago. I did not read anything about them except your sources. Good reading, thanks. Yeah, I sometimes see them on lists of features to be

Re: I learned something new in D this week! (anonymous class rundown)

2021-02-18 Thread Ritter via Digitalmars-d-announce
On Thursday, 18 February 2021 at 04:31:39 UTC, Adam D. Ruppe wrote: Many of you know I've been around D for a long time now and Somebody from russian D's Telegram channel translates your article into Russian. Maybe, it can be usefull https://disk.yandex.ru/i/uVk9CgUUwFLzEg

Re: I learned something new in D this week! (anonymous class rundown)

2021-02-17 Thread Ferhat Kurtulmuş via Digitalmars-d-announce
On Thursday, 18 February 2021 at 04:31:39 UTC, Adam D. Ruppe wrote: Many of you know I've been around D for a long time now and picked up a lot of random tricks over the years, so it isn't every day I learn about a new old feature in the language's basic syntax. Would you like to know more?

Re: I learned something new in D this week! (anonymous class rundown)

2021-02-17 Thread Imperatorn via Digitalmars-d-announce
On Thursday, 18 February 2021 at 04:31:39 UTC, Adam D. Ruppe wrote: Many of you know I've been around D for a long time now and picked up a lot of random tricks over the years, so it isn't every day I learn about a new old feature in the language's basic syntax. Would you like to know more?

I learned something new in D this week! (anonymous class rundown)

2021-02-17 Thread Adam D. Ruppe via Digitalmars-d-announce
Many of you know I've been around D for a long time now and picked up a lot of random tricks over the years, so it isn't every day I learn about a new old feature in the language's basic syntax. Would you like to know more? http://dpldocs.info/this-week-in-d/Blog.Posted_2021_02_15.html I