Re: Component Programming in D

2012-10-02 Thread jerro
On Wednesday, 3 October 2012 at 06:15:32 UTC, jerro wrote: So I think the next *big* step from here, in D3 or some other D-derived language, would be easing the creation of ranges. For example, a special low-boilerplate syntax for creating bidirectional and random-access ranges. Or for input (o

Re: Component Programming in D

2012-10-02 Thread jerro
So I think the next *big* step from here, in D3 or some other D-derived language, would be easing the creation of ranges. For example, a special low-boilerplate syntax for creating bidirectional and random-access ranges. Or for input (or maybe even forward) ranges, a C#-style compile-time transf

Re: Component Programming in D

2012-10-02 Thread ixid
On Tuesday, 2 October 2012 at 21:27:42 UTC, Andrei Alexandrescu wrote: http://www.reddit.com/r/programming/comments/10u6sk/component_programming_in_d/ Andrei The article contains a bug due to the pernicious behaviour of seedless reduce. This section: "Just to show how flexible algorithms c

Re: Component Programming in D

2012-10-02 Thread Nick Sabalausky
On Wed, 03 Oct 2012 03:05:08 +0200 "Jonathan M Davis" wrote: > On Tuesday, October 02, 2012 17:27:55 Andrei Alexandrescu wrote: > > http://www.reddit.com/r/programming/comments/10u6sk/component_programming_in > > _d/ > > It's definitely the sort of article that we've needed to show what > we're

Re: Component Programming in D

2012-10-02 Thread ixid
On Tuesday, 2 October 2012 at 21:27:42 UTC, Andrei Alexandrescu wrote: http://www.reddit.com/r/programming/comments/10u6sk/component_programming_in_d/ Andrei The article contains a bug due to the pernicious behaviour of seedless reduce. This section: Just to show how flexible algorithms ca

Re: Component Programming in D

2012-10-02 Thread Jonathan M Davis
On Tuesday, October 02, 2012 17:27:55 Andrei Alexandrescu wrote: > http://www.reddit.com/r/programming/comments/10u6sk/component_programming_in > _d/ It's definitely the sort of article that we've needed to show what we're trying to do with ranges. - Jonathan M Davis

Re: Component Programming in D

2012-10-02 Thread Nick Sabalausky
On Tue, 02 Oct 2012 17:27:55 -0400 Andrei Alexandrescu wrote: > http://www.reddit.com/r/programming/comments/10u6sk/component_programming_in_d/ > Excellent article!

Re: Component Programming in D

2012-10-02 Thread Walter Bright
On 10/2/2012 2:51 PM, Rene Zwanenburg wrote: John D. Cook mentions Walter's talk in his blog post at http://www.johndcook.com/blog/2012/10/02/pipelines-and-whirlpools/comment-page-1/#comment-249100 I've posted a link to this article in the comments, but it's awaiting moderation. I had dinner

Re: Just a reminder, I'll be at GOTO next week!

2012-10-02 Thread Nick Sabalausky
On Tue, 02 Oct 2012 08:24:27 +0200 "Paulo Pinto" wrote: > > Been there once, visiting some friends at the university, they > used to complain that the city is quite boring to live on, at > least as a student. Students will say that about any city. It's the standard college excuse for getting d

Re: Component Programming in D

2012-10-02 Thread deadalnix
Le 03/10/2012 00:45, Andrei Alexandrescu a écrit : On 10/2/12 6:14 PM, Paulo Pinto wrote: On Tuesday, 2 October 2012 at 21:27:42 UTC, Andrei Alexandrescu wrote: http://www.reddit.com/r/programming/comments/10u6sk/component_programming_in_d/ Andrei Nice article! I liked it the most of all

Re: Component Programming in D

2012-10-02 Thread Andrei Alexandrescu
On 10/2/12 6:14 PM, Paulo Pinto wrote: On Tuesday, 2 October 2012 at 21:27:42 UTC, Andrei Alexandrescu wrote: http://www.reddit.com/r/programming/comments/10u6sk/component_programming_in_d/ Andrei Nice article! I liked it the most of all I've read from Walter. Andrei

Re: Component Programming in D

2012-10-02 Thread Andrej Mitrovic
On 10/2/12, Rene Zwanenburg wrote: > John D. Cook mentions Walter's talk in his blog post at > http://www.johndcook.com/blog/2012/10/02/pipelines-and-whirlpools/comment-page-1/#comment-249100 He also mentions there might be a video coming up of the event. If that's true, yay! Nice article, too!

Re: Component Programming in D

2012-10-02 Thread Paulo Pinto
On Tuesday, 2 October 2012 at 21:27:42 UTC, Andrei Alexandrescu wrote: http://www.reddit.com/r/programming/comments/10u6sk/component_programming_in_d/ Andrei Nice article!

Re: Component Programming in D

2012-10-02 Thread Rene Zwanenburg
On Tuesday, 2 October 2012 at 21:27:42 UTC, Andrei Alexandrescu wrote: http://www.reddit.com/r/programming/comments/10u6sk/component_programming_in_d/ Andrei John D. Cook mentions Walter's talk in his blog post at http://www.johndcook.com/blog/2012/10/02/pipelines-and-whirlpools/comment-page-1

Re: Component Programming in D

2012-10-02 Thread Rene Zwanenburg
On Tuesday, 2 October 2012 at 21:51:45 UTC, Rene Zwanenburg wrote: On Tuesday, 2 October 2012 at 21:27:42 UTC, Andrei Alexandrescu wrote: http://www.reddit.com/r/programming/comments/10u6sk/component_programming_in_d/ Andrei John D. Cook mentions Walter's talk in his blog post at http://www.j

Component Programming in D

2012-10-02 Thread Andrei Alexandrescu
http://www.reddit.com/r/programming/comments/10u6sk/component_programming_in_d/ Andrei

Re: Released vibe.d 0.7.8 and improved online API documentation

2012-10-02 Thread Sönke Ludwig
Am 10/2/2012 8:26 PM, schrieb Lubos Pintes: > Hi, > I am very new to this, but cannot compile/run this under Windows 7 > 64-bit. I tried to run an http_example with this result: > Sorry, I think you checked out a bad commit on master. We just made some changes to the VPM system. Should compile ag

Re: Released vibe.d 0.7.8 and improved online API documentation

2012-10-02 Thread Lubos Pintes
Hi, I am very new to this, but cannot compile/run this under Windows 7 64-bit. I tried to run an http_example with this result: c:\vibe\bin\..\source\vibe\vpm\dependency.d(117): Error: undefined identifier HEAD c:\vibe\bin\..\source\vibe\vpm\dependency.d(117): Error: constructor vibe.vpm.depe

Released vibe.d 0.7.8 and improved online API documentation

2012-10-02 Thread Sönke Ludwig
The new version adds support for UDP sockets and a lot of smaller improvements and fixes, for example in the Diet parser and the REST interface generator (see http://vibed.org/blog/posts/vibe-release-0.7.8 for details). Thanks for all contributions! I've also done some improvements to the API docu

Re: Just a reminder, I'll be at GOTO next week!

2012-10-02 Thread Paulo Pinto
On Tuesday, 2 October 2012 at 09:22:12 UTC, Jonas Drewsen wrote: On Tuesday, 2 October 2012 at 06:24:13 UTC, Paulo Pinto wrote: On Friday, 28 September 2012 at 16:07:51 UTC, deadalnix wrote: Le 28/09/2012 07:43, Walter Bright a écrit : talking about "Component Programming in D" on Oct. 2. htt

Re: Just a reminder, I'll be at GOTO next week!

2012-10-02 Thread Jonas Drewsen
On Tuesday, 2 October 2012 at 06:24:13 UTC, Paulo Pinto wrote: On Friday, 28 September 2012 at 16:07:51 UTC, deadalnix wrote: Le 28/09/2012 07:43, Walter Bright a écrit : talking about "Component Programming in D" on Oct. 2. http://gotocon.com/aarhus-2012/schedule/tuesday.jsp See you there! (

Re: John Chapman (Juno), calling for John Chapman (not spam)

2012-10-02 Thread John Chapman
See my email response.