Re: Simple http client Dlang library

2015-06-07 Thread kryszczyniak via Digitalmars-d-announce
On Sunday, 7 June 2015 at 06:43:25 UTC, Ilya Yaroshenko wrote: Этот сайт не принимает визиты россиян. This site does not accept visits of Russians. Ta strona nie akceptuje odwiedzin Rosjan. So, I have 5 nationalities (including Polish). And many Russians have Polish nationality too (but they

Re: Simple http client Dlang library

2015-06-07 Thread kryszczyniak via Digitalmars-d-announce
On Sunday, 7 June 2015 at 05:29:30 UTC, ketmar wrote: On Sat, 06 Jun 2015 22:20:19 +, kryszczyniak wrote: Hello! I've created AllUCanGET, a very simple D2 http client library which you could use instead of std.net.curl module to make http connections. You can find the library with

Re: Simple http client Dlang library

2015-06-07 Thread Ilya Yaroshenko via Digitalmars-d-announce
On Sunday, 7 June 2015 at 13:17:01 UTC, kryszczyniak wrote: On Sunday, 7 June 2015 at 06:43:25 UTC, Ilya Yaroshenko wrote: Этот сайт не принимает визиты россиян. This site does not accept visits of Russians. Ta strona nie akceptuje odwiedzin Rosjan. So, I have 5 nationalities (including

Re: Reggae binary backend: build your project with a D compiled executable

2015-06-07 Thread Kagamin via Digitalmars-d-announce
The interface can follow that of vibe: --- build.d --- import std.experimental.build; Build myBuild(){ ... } mixin BuildMain!(myBuild); --- Then $ rdmd build.d - compile and run the script, which builds the project by default $ rdmd build.d -ninja - the script run with -ninja switch only

Re: Simple http client Dlang library

2015-06-07 Thread Iain Buclaw via Digitalmars-d-announce
On 7 June 2015 at 15:18, kryszczyniak via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: On Sunday, 7 June 2015 at 05:29:30 UTC, ketmar wrote: On Sat, 06 Jun 2015 22:20:19 +, kryszczyniak wrote: Hello! I've created AllUCanGET, a very simple D2 http client library

Re: Reggae binary backend: build your project with a D compiled executable

2015-06-07 Thread Kagamin via Digitalmars-d-announce
On Sunday, 7 June 2015 at 07:00:18 UTC, Atila Neves wrote: I'm currently considering (because of dmd, druntime and phobos) how to strip it down to its bare essentials and have a core set of source files that only knows how to build D code, i.e. no C/C++, no dub, no make/ninja. Why strip?

Re: Reggae binary backend: build your project with a D compiled executable

2015-06-07 Thread Atila Neves via Digitalmars-d-announce
On Sunday, 7 June 2015 at 12:06:52 UTC, Kagamin wrote: On Sunday, 7 June 2015 at 07:00:18 UTC, Atila Neves wrote: I'm currently considering (because of dmd, druntime and phobos) how to strip it down to its bare essentials and have a core set of source files that only knows how to build D code,

Re: Simple http client Dlang library

2015-06-07 Thread Ilya Yaroshenko via Digitalmars-d-announce
Этот сайт не принимает визиты россиян. This site does not accept visits of Russians. Ta strona nie akceptuje odwiedzin Rosjan. So, I have 5 nationalities (including Polish). And many Russians have Polish nationality too (but they don't know about it). You hate my country. Hmm... IT IS SO

Re: Simple http client Dlang library

2015-06-07 Thread Ilya Yaroshenko via Digitalmars-d-announce
On Sunday, 7 June 2015 at 06:43:25 UTC, Ilya Yaroshenko wrote: Этот сайт не принимает визиты россиян. This site does not accept visits of Russians. Ta strona nie akceptuje odwiedzin Rosjan. So, I have 5 nationalities (including Polish). And many Russians have Polish nationality too (but they

Re: Reggae binary backend: build your project with a D compiled executable

2015-06-07 Thread Atila Neves via Digitalmars-d-announce
On Sunday, 7 June 2015 at 02:04:33 UTC, Mike wrote: On Saturday, 6 June 2015 at 20:07:22 UTC, Atila Neves wrote: Original discussion: http://forum.dlang.org/post/ranqlmrjornlvopsu...@forum.dlang.org Now, with the `-b binary` option, reggae creates an executable called build in the build

Re: Reggae binary backend: build your project with a D compiled executable

2015-06-07 Thread Atila Neves via Digitalmars-d-announce
On Sunday, 7 June 2015 at 05:30:56 UTC, ketmar wrote: On Sat, 06 Jun 2015 20:07:20 +, Atila Neves wrote: Original discussion: http://forum.dlang.org/post/ranqlmrjornlvopsu...@forum.dlang.org Now, with the `-b binary` option, reggae creates an executable called build in the build

Re: Simple http client Dlang library

2015-06-07 Thread Ilya Yaroshenko via Digitalmars-d-announce
On Sunday, 7 June 2015 at 07:28:23 UTC, ketmar wrote: On Sun, 07 Jun 2015 06:28:22 +, Ilya Yaroshenko wrote: fascists a great explanation of why people don't want such visits. instead of writing a personal email, you trying to start flamefest in NG. This explanation is substitution

Re: Simple http client Dlang library

2015-06-07 Thread Ilya Yaroshenko via Digitalmars-d-announce
fascists

Re: Simple http client Dlang library

2015-06-07 Thread tired_eyes via Digitalmars-d-announce
Этот сайт не принимает визиты россиян. This site does not accept visits of Russians. Ta strona nie akceptuje odwiedzin Rosjan. I hope author just don't know about that, otherwise it's a shame.

Re: Simple http client Dlang library

2015-06-07 Thread ketmar via Digitalmars-d-announce
On Sun, 07 Jun 2015 06:28:22 +, Ilya Yaroshenko wrote: fascists a great explanation of why people don't want such visits. instead of writing a personal email, you trying to start flamefest in NG. signature.asc Description: PGP signature

Re: Reggae binary backend: build your project with a D compiled executable

2015-06-07 Thread ketmar via Digitalmars-d-announce
On Sun, 07 Jun 2015 07:02:49 +, Atila Neves wrote: The binary backend isn't very good (it's probably as slow as make); I did the simplest thing that would work. I want to eventually optimise it so it's competitive with ninja and tup. But to do that I need to measure, and to do that I need