Re: D IDE Dexed - v3.9.0

2020-05-07 Thread Basile B. via Digitalmars-d-announce

On Thursday, 7 May 2020 at 23:50:51 UTC, notna wrote:

On Tuesday, 5 May 2020 at 22:00:30 UTC, Basile B. wrote:


Try the default procedure now. i.e using lazbuild as explained 
in the documentation. As the library is statically linked this 
is mandatory anyway.


pull'ed incl submodules again... re-build everything, DLL is 
there BUT...


- starting dexed.exe in PowerShell doesn't show anything
- starting dexed.exe in CMD brings up an error window, saying 
something like "application couldn't be started, (0xc07b) 
..."


Sorry, I'm tempted to drop official Windows support good. I have 
an old win7 DVD but I'd prefer if someone who actually uses 
Windows could fix this. For now let's talk here 
https://gitlab.com/basile.b/dexed/-/issues/37, as it is very 
specific.


Re: D IDE Dexed - v3.9.0

2020-05-07 Thread notna via Digitalmars-d-announce

On Tuesday, 5 May 2020 at 22:00:30 UTC, Basile B. wrote:


Try the default procedure now. i.e using lazbuild as explained 
in the documentation. As the library is statically linked this 
is mandatory anyway.


pull'ed incl submodules again... re-build everything, DLL is 
there BUT...


- starting dexed.exe in PowerShell doesn't show anything
- starting dexed.exe in CMD brings up an error window, saying 
something like "application couldn't be started, (0xc07b) ..."





Re: Blog series to teach and show off D's metaprogramming by creating a JSON serialiser

2020-05-07 Thread Steven Schveighoffer via Digitalmars-d-announce

On 5/6/20 8:28 PM, SealabJaster wrote:

On Wednesday, 11 December 2019 at 12:04:04 UTC, SealabJaster wrote:





Final post of this series (also sorry for the necro, but it's probably 
better than making a new post): 
https://bradley.chatha.dev/BlogPost/JsonSerialiser/6-mixin-template-automate-dlang-tutorial-metaprogramming 



Pretty unhappy with its content, considering how long it's been since I 
wanted to write it, but hopefully its main purpose (to show off mixin 
template) is good enough.


I'd also like to apologise here for constantly embarrassing myself here 
(and I guess also on the Discord a year or so back), I'm likely to just 
not post here anymore just to save myself from the anxiety.


I hope this has been of some use to someone ^^. I want to write some 
more, but have no concrete plans for anything anytime soon.


I think you should not be embarrassed. I hope you don't feel bad based 
on my feedback! It was intended as helpful not as a complaint.


It's always good to have more content on D and your blog posts aren't bad.

I hope you continue.

-Steve


Re: Blog series to teach and show off D's metaprogramming by creating a JSON serialiser

2020-05-07 Thread drug via Digitalmars-d-announce

07.05.2020 18:03, jmh530 пишет:
I make mistakes all the time. I find that saying dumb things out loud 
often will help me learn and make fewer mistakes in the future.


Totally agree


Re: Blog series to teach and show off D's metaprogramming by creating a JSON serialiser

2020-05-07 Thread jmh530 via Digitalmars-d-announce

On Thursday, 7 May 2020 at 14:15:07 UTC, Greatsam4sure wrote:




[snip]


Yeah, I thought it looked good.

I make mistakes all the time. I find that saying dumb things out 
loud often will help me learn and make fewer mistakes in the 
future.


Re: Blog series to teach and show off D's metaprogramming by creating a JSON serialiser

2020-05-07 Thread Greatsam4sure via Digitalmars-d-announce

On Thursday, 7 May 2020 at 00:28:10 UTC, SealabJaster wrote:
On Wednesday, 11 December 2019 at 12:04:04 UTC, SealabJaster 
wrote:





Final post of this series (also sorry for the necro, but it's 
probably better than making a new post): 
https://bradley.chatha.dev/BlogPost/JsonSerialiser/6-mixin-template-automate-dlang-tutorial-metaprogramming


Pretty unhappy with its content, considering how long it's been 
since I wanted to write it, but hopefully its main purpose (to 
show off mixin template) is good enough.


I'd also like to apologise here for constantly embarrassing 
myself here (and I guess also on the Discord a year or so 
back), I'm likely to just not post here anymore just to save 
myself from the anxiety.


I hope this has been of some use to someone ^^. I want to write 
some more, but have no concrete plans for anything anytime soon.




This Series of tutorial is really nice. Please keep up the good 
work. Don't give up. There are those in this group that are guru 
no doubt but they don't write tutorials for the upcoming ones to 
learn.


Dlang lacks great incentives for beginners. It seems it is a 
language design for the expert despite dlang is a easy to learn 
language
Your tutorial is really down to earth. I really learn a lot from 
it.


Re: "Programming in D" on Educative.io

2020-05-07 Thread M.M. via Digitalmars-d-announce

On Thursday, 7 May 2020 at 09:18:04 UTC, Ali Çehreli wrote:
It is a paid course but as a reminder, the book will always be 
free as well:


  http://ddili.org/

And I am grateful to Educative.io for understanding that some 
books want to be free. In fact, they told me that books that 
are also available for free do sell more. Yay! :)


Nice initiative with the online course. I will have a look soon; 
I am thinking of introducing D to my university students...


But I especially like your book (as a reference). I also bought 
it, although it is freely downloadable. I prefer paper to a 
display while reading outside in the garden or in the train. I 
hope you will keep the book up-to-date, especially with all the 
upcoming changes that might happen in the next iterations of the 
language.


"Programming in D" on Educative.io

2020-05-07 Thread Ali Çehreli via Digitalmars-d-announce
I'm happy to announce that the first part of "Programming in D" is 
available on Educative.io:


  https://www.educative.io/courses/programming-in-d-ultimate-guide

(They will offer the second half later as a separate course.)

Educative.io offers interactive courses, mostly on technology and 
programming topics and they are looking for more D authors:


  https://www.educative.io/authors

I hope you will find the platform easy to work with and port your 
existing texts there or write new material. They added a D compiler to 
their platform for this book; so you're good to go. :)


This was the first professional editing of the book where *everything* 
was handled by their team. (So don't blame me e.g. if you don't like the 
book's subtitle. ;) ) They took my content and ported to their platform, 
which allows the reader to edit and compile code samples. There are some 
added quizes as well.


It is a paid course but as a reminder, the book will always be free as well:

  http://ddili.org/

And I am grateful to Educative.io for understanding that some books want 
to be free. In fact, they told me that books that are also available for 
free do sell more. Yay! :)


Ali