Re: Next London D Meetup: Wednesday 20th January 2016

2016-01-22 Thread wobbles via Digitalmars-d-announce

On Thursday, 21 January 2016 at 20:27:14 UTC, Wyatt wrote:

On Sunday, 10 January 2016 at 22:01:05 UTC, Kingsley wrote:
This time we peek into the mind and code of Ross McKinlay who 
will give us a tour of some of his D efforts.




I'm watching the recording right now.  It's pretty exciting to 
see anything like F# discriminated unions in D.


video here: 
https://skillsmatter.com/skillscasts/7185-london-d-meetup


-Wyatt


This is great stuff.

Ross's excitability around opDispatch reminds me of my own 
reaction when I realised the power of using that feature. I 
emailed everyone saying "Holy shit, look at this!!"


Pity none of these meetups are in Dublin - seem like good fun!


Bruce Eckel is evaluating languages

2016-01-22 Thread Ali Çehreli via Digitalmars-d-announce


https://www.reddit.com/r/programming/comments/426pwq/a_language_is_more_than_a_language/

Would someone from the D community add D to his project:

  http://bruceeckel.github.io/Language-Evaluation-Checklist/

Ali


Re: vibe.d 0.7.27-beta.1

2016-01-22 Thread Sebastiaan Koppe via Digitalmars-d-announce

On Friday, 22 January 2016 at 11:14:19 UTC, Sönke Ludwig wrote:
I've finally managed to tag a first beta for vibe.d. It 
contains numerous optimizations in the network and HTTP code, 
so it's especially important to thoroughly test this before 
release.


0.7.26 (except for the win32 driver) still compiles fine on DMD 
2.067.0, so a fully synchronized release is fortunately not 
essential this time.


http://code.dlang.org/packages/vibe-d/0.7.27-beta.1

Changelog:
https://github.com/rejectedsoftware/vibe.d/blob/master/CHANGELOG.md


+1 for splitting into sub-package and the performance improvements


Re: blog post - "An illustrated guide to using Sublime Text 3 for D programming"

2016-01-22 Thread NVolcz via Digitalmars-d-announce

On Friday, 22 January 2016 at 04:39:00 UTC, Pradeep Gowda wrote:
Sublime text 3 is a decent editor to write D code. However, 
getting all the different plugins working together has always 
proven to be somewhat of a challenge for me. So, I decided to 
document the process as I went along.


The result is here: https://www.btbytes.com/posts/st3d.html

Comments are suggestions are welcome.


Would love to see a tutorial on setting up the SublimeGDB plugin 
for D code! And/or tutorials on other tools for debugging :-)





wiringPi-D-the D wrapper for WiringPi, is ok

2016-01-22 Thread FrankLike via Digitalmars-d-announce

Hi,everyone:

 I've wrapper wiringPi library for ARM :(Raspberry Pi 2 model B.)

I push the wiringPi-D to github.com:

https://github.com/FrankLIKE/wiringPi-D

If you need it useful for you,please give it a star.

Thank you.

Frank


Re: DConf 2016 Second Call for Submissions

2016-01-22 Thread Andrei Alexandrescu via Digitalmars-d-announce

https://www.reddit.com/r/programming/comments/42751g/dconf_2016_second_call_for_submissions/

https://twitter.com/D_Programming/status/690618382412976128

https://www.facebook.com/dlang.org/posts/1212702162076796


Andrei



Re: blog post - "An illustrated guide to using Sublime Text 3 for D programming"

2016-01-22 Thread Nicholas Londey via Digitalmars-d-announce

On Friday, 22 January 2016 at 04:39:00 UTC, Pradeep Gowda wrote:
Sublime text 3 is a decent editor to write D code. However, 
getting all the different plugins working together has always 
proven to be somewhat of a challenge for me. So, I decided to 
document the process as I went along.


The result is here: https://www.btbytes.com/posts/st3d.html

Comments are suggestions are welcome.


Thanks for the tutorial. I will definitely give this a try.

About a year ago I wrote a SublimeText project generator for DUB. 
It was fairly simplistic but met my needs at the time. That 
reminds me that I possibly have some local improvements I really 
should create a pull request for.


Example Usage:
dub generate sublimetext




vibe.d 0.7.27-beta.1

2016-01-22 Thread Sönke Ludwig via Digitalmars-d-announce
I've finally managed to tag a first beta for vibe.d. It contains 
numerous optimizations in the network and HTTP code, so it's especially 
important to thoroughly test this before release.


0.7.26 (except for the win32 driver) still compiles fine on DMD 2.067.0, 
so a fully synchronized release is fortunately not essential this time.


http://code.dlang.org/packages/vibe-d/0.7.27-beta.1

Changelog:
https://github.com/rejectedsoftware/vibe.d/blob/master/CHANGELOG.md


Re: blog post - "An illustrated guide to using Sublime Text 3 for D programming"

2016-01-22 Thread Pradeep Gowda via Digitalmars-d-announce

On Friday, 22 January 2016 at 10:52:18 UTC, Nicholas Londey wrote:
About a year ago I wrote a SublimeText project generator for 
DUB. It was fairly simplistic but met my needs at the time. 
That reminds me that I possibly have some local improvements I 
really should create a pull request for.


Example Usage:
dub generate sublimetext


I believe DKit provides this feature too via "DKit: Create 
project from DUB package file" option in the context menu.


Re: blog post - "An illustrated guide to using Sublime Text 3 for D programming"

2016-01-22 Thread Pradeep Gowda via Digitalmars-d-announce

On Friday, 22 January 2016 at 04:45:15 UTC, Brian Schott wrote:

On Friday, 22 January 2016 at 04:39:00 UTC, Pradeep Gowda wrote:

Comments are suggestions are welcome.


You probably want to point DCD at the phobos and druntime 
import directories that DMD is actually using, not whatever is 
in git master. If you run `dmd` with no arguments it will tell 
you the location of its config file. From that you can 
determine the phobos and druntime import directories.


Thanks for pointing this out. I've updated the page.


Silicon Valley D Meetup January 28, 2016

2016-01-22 Thread Ali Çehreli via Digitalmars-d-announce

"A defense of so-called anemic domain models" by Luís Marques

  http://www.meetup.com/D-Lang-Silicon-Valley/events/228027468/

We will post a link to live streaming at the time of the meeting: 7pm 
Pacific time.


Ali


Re: Next London D Meetup: Wednesday 20th January 2016

2016-01-22 Thread pezi_pink via Digitalmars-d-announce

On Friday, 22 January 2016 at 15:09:01 UTC, wobbles wrote:

On Thursday, 21 January 2016 at 20:27:14 UTC, Wyatt wrote:

On Sunday, 10 January 2016 at 22:01:05 UTC, Kingsley wrote:
This time we peek into the mind and code of Ross McKinlay who 
will give us a tour of some of his D efforts.




I'm watching the recording right now.  It's pretty exciting to 
see anything like F# discriminated unions in D.


video here: 
https://skillsmatter.com/skillscasts/7185-london-d-meetup


-Wyatt


This is great stuff.

Ross's excitability around opDispatch reminds me of my own 
reaction when I realised the power of using that feature. I 
emailed everyone saying "Holy shit, look at this!!"


Pity none of these meetups are in Dublin - seem like good fun!


Thanks guys, glad you liked it.  I have been having lots of fun 
so far :)