www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - I learned something new in D this week! (anonymous class rundown)

reply Dr Machine Code <jckj33 gmail.com> writes:
https://forum.dlang.org/post/qmoxmjbbpjhwfrtqevck 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 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 also showed how you can use anonymous classes in betterC 
 without any crazy hacks btw!


 Lately most my blog posts have just been quick updates on what 
 features are coming in my libraries, but I still write these 
 more general-knowledge kind of tips from time to time. (and 
 sometimes the lib entries can be generally educational too like 
 my little attempt at demystifying fibers a couple months ago: 
 http://dpldocs.info/experimental-docs/arsd.fibersocket.html
conceptual-overview )
very interesting. could this be put at https://p0nce.github.io/d-idioms/ ?
Dec 29 2021
parent Guillaume Piolat <first.last gmail.com> writes:
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 :)
Dec 30 2021