Re: LDC+Dub+Vibe.d work on SmartOS 64bit now

2016-06-12 Thread Alexandr Basko via Digitalmars-d-announce
On Friday, 10 June 2016 at 22:20:20 UTC, Oleg Nykytenko wrote: On Friday, 10 June 2016 at 21:40:22 UTC, flamencofantasy wrote: ld: fatal: library -levent: not found I think need install libevent. In howto on https://wiki.dlang.org/LDC%2BDub%2BVibe.d_on_SmartOS_64bit. I think misprint in

Re: Button: A fast, correct, and elegantly simple build system.

2016-06-12 Thread Walter Bright via Digitalmars-d-announce
On 5/30/2016 12:16 PM, Jason White wrote: Here is an example build description for DMD: https://github.com/jasonwhite/dmd/blob/button/src/BUILD.lua I'd say that's a lot easier to read than this crusty thing: https://github.com/dlang/dmd/blob/master/src/posix.mak Yes, the syntax

Re: dlang-requests 0.1.7 released

2016-06-12 Thread ikod via Digitalmars-d-announce
On Sunday, 12 June 2016 at 22:37:34 UTC, Alexander Milushev wrote: On Saturday, 11 June 2016 at 23:03:52 UTC, ikod wrote: Hello, Dlang-requests is library created under influence of Python-requests, with primary goal of easy to use and performance. It provide interfaces for HTTP(S) and FTP

Re: Button: A fast, correct, and elegantly simple build system.

2016-06-12 Thread Jason White via Digitalmars-d-announce
On Sunday, 12 June 2016 at 20:03:06 UTC, Walter Bright wrote: On 6/3/2016 1:26 AM, Dicebot wrote: From that perspective, the best build system you could possibly have would look like this: ``` #!/usr/bin/rdmd import std.build; // define your build script as D code ``` Yeah, I have often

Re: dlang-requests 0.1.7 released

2016-06-12 Thread Alexander Milushev via Digitalmars-d-announce
On Saturday, 11 June 2016 at 23:03:52 UTC, ikod wrote: Hello, Dlang-requests is library created under influence of Python-requests, with primary goal of easy to use and performance. It provide interfaces for HTTP(S) and FTP requests. You can tune request details, but for most cases you

Re: Button: A fast, correct, and elegantly simple build system.

2016-06-12 Thread cym13 via Digitalmars-d-announce
On Sunday, 12 June 2016 at 20:03:06 UTC, Walter Bright wrote: On 6/3/2016 1:26 AM, Dicebot wrote: From that perspective, the best build system you could possibly have would look like this: ``` #!/usr/bin/rdmd import std.build; // define your build script as D code ``` Yeah, I have often

Re: Button: A fast, correct, and elegantly simple build system.

2016-06-12 Thread Walter Bright via Digitalmars-d-announce
On 6/3/2016 1:26 AM, Dicebot wrote: From that perspective, the best build system you could possibly have would look like this: ``` #!/usr/bin/rdmd import std.build; // define your build script as D code ``` Yeah, I have often thought that writing a self-contained D program to build D would

Re: Perl6 Unicode support

2016-06-12 Thread Andrew Godfrey via Digitalmars-d-announce
On Sunday, 12 June 2016 at 08:15:37 UTC, ag0aep6g wrote: On 06/12/2016 05:16 AM, Andrew Godfrey wrote: Eg it says ".chars returns the number of characters (aka graphemes)" Does this count the number of graphemes, or the number of grapheme clusters? Later on with \r\n it pretty much says that

Re: Button: A fast, correct, and elegantly simple build system.

2016-06-12 Thread Fool via Digitalmars-d-announce
On Monday, 30 May 2016 at 19:16:50 UTC, Jason White wrote: I am pleased to finally announce the build system I've been slowly working on for over a year in my spare time: Docs: http://jasonwhite.github.io/button/ Source: https://github.com/jasonwhite/button Features: - Correct

Re: Perl6 Unicode support

2016-06-12 Thread ag0aep6g via Digitalmars-d-announce
On 06/12/2016 05:16 AM, Andrew Godfrey wrote: Eg it says ".chars returns the number of characters (aka graphemes)" Does this count the number of graphemes, or the number of grapheme clusters? Later on with \r\n it pretty much says that it counts grapheme clusters. Here it says it counts

Re: dlang-requests 0.1.7 released

2016-06-12 Thread Suliman via Digitalmars-d-announce
Voting for making requests replacement of curl!