Jump to page: 1 2
Thread overview
A new article about working with files in D
Sep 28, 2015
Gary Willoughby
Sep 28, 2015
ponce
Oct 01, 2015
Kagamin
Sep 28, 2015
bachmeier
Sep 28, 2015
Gary Willoughby
Sep 28, 2015
karabuta
Sep 28, 2015
jmh530
Sep 28, 2015
Walter Bright
Sep 28, 2015
Jack Stouffer
Sep 29, 2015
Suliman
Sep 30, 2015
extrawurst
Sep 30, 2015
Gary Willoughby
Oct 01, 2015
extrawurst
Oct 01, 2015
Nikolay
Nov 05, 2015
Andre Polykanine
September 28, 2015
Article:
http://nomad.so/2015/09/working-with-files-in-the-d-programming-language/

Reddit link:
https://www.reddit.com/r/programming/comments/3mosw7/working_with_files_in_the_d_programming_language/
September 28, 2015
On Monday, 28 September 2015 at 11:41:37 UTC, Gary Willoughby wrote:
> Article:
> http://nomad.so/2015/09/working-with-files-in-the-d-programming-language/
>
> Reddit link:
> https://www.reddit.com/r/programming/comments/3mosw7/working_with_files_in_the_d_programming_language/

Great article, I can see this become a reference link whenever one need a quick answer about files. I also like how readable your blog is.
September 28, 2015
On Monday, 28 September 2015 at 11:41:37 UTC, Gary Willoughby wrote:
> Article:
> http://nomad.so/2015/09/working-with-files-in-the-d-programming-language/
>
> Reddit link:
> https://www.reddit.com/r/programming/comments/3mosw7/working_with_files_in_the_d_programming_language/

This is the best way to market the language, by making it easy to do practical things. Good work.
September 28, 2015
On Monday, 28 September 2015 at 11:41:37 UTC, Gary Willoughby wrote:
> Article:
> http://nomad.so/2015/09/working-with-files-in-the-d-programming-language/
>
> Reddit link:
> https://www.reddit.com/r/programming/comments/3mosw7/working_with_files_in_the_d_programming_language/

Cool.
September 28, 2015
On Monday, 28 September 2015 at 14:05:42 UTC, bachmeier wrote:
> This is the best way to market the language, by making it easy to do practical things. Good work.

This is my thoughts exactly and why I wrote this article. Why I read the Go article which inspired this one I was shocked by how awful it was compared to working with files in D. Yes, Go has a few more functions available but all are a bit clunky to work with. D on the other hand is always simple and elegant.
September 28, 2015
On 9/28/2015 4:41 AM, Gary Willoughby wrote:
> Article:
> http://nomad.so/2015/09/working-with-files-in-the-d-programming-language/
>
> Reddit link:
> https://www.reddit.com/r/programming/comments/3mosw7/working_with_files_in_the_d_programming_language/
>

Dazz!
September 28, 2015
On Monday, 28 September 2015 at 17:15:38 UTC, Gary Willoughby wrote:
> On Monday, 28 September 2015 at 14:05:42 UTC, bachmeier wrote:
>> This is the best way to market the language, by making it easy to do practical things. Good work.
>
> This is my thoughts exactly and why I wrote this article. Why I read the Go article which inspired this one I was shocked by how awful it was compared to working with files in D. Yes, Go has a few more functions available but all are a bit clunky to work with. D on the other hand is always simple and elegant.

Cool! More Articles
September 28, 2015
On Monday, 28 September 2015 at 11:41:37 UTC, Gary Willoughby wrote:
> Article:
> http://nomad.so/2015/09/working-with-files-in-the-d-programming-language/
>
> Reddit link:
> https://www.reddit.com/r/programming/comments/3mosw7/working_with_files_in_the_d_programming_language/

BTW, I thought of something for your hidden treasure series, something that's actually hidden: std.internal.test.dummyrange

It's great for easily testing range based code with many different types of ranges.
September 29, 2015
Big thanks! It's very helpful for newcomers. D need extend Phobos docs with such examples. Is there any plan to do it, because it's often it's hard to understand how to proper use functions.

Also I think you need to add example of getting file list (all and with specified extension).

Also some FTP examples maybe very good.
September 30, 2015
On Tuesday, 29 September 2015 at 06:26:32 UTC, Suliman wrote:
> Big thanks! It's very helpful for newcomers. D need extend Phobos docs with such examples. Is there any plan to do it, because it's often it's hard to understand how to proper use functions.
>
> Also I think you need to add example of getting file list (all and with specified extension).
>
> Also some FTP examples maybe very good.

I agree on that, these examples should be added to the ddocs of phobos.

-- Stephan
« First   ‹ Prev
1 2