Re: »Haskell vs. D« backstage discussion featuring Andrei and Walter at Lang.NEXT

2012-04-17 Thread bearophile
David Nadlinger: http://channel9.msdn.com/Blogs/Charles/Alexandrescu-Bright-Meijer-Moran-Pure-versus-Native-and-much-more Good chat, but too much short :-) Compared to the others Walter seems a less noisy person. D language surely has some things to learn from Haskell (like its syntax suga

Goldie Parsing System v0.9 - Tools

2012-04-17 Thread Nick Sabalausky
Goldie is a series of open-source parsing tools, including an optional D programming language library called GoldieLib. Goldie is compatible with GOLD Parser Builder and can be used either together with it, or as an alternative to it. Overview of changes in v0.9: - Added support for DMD 2.

»Haskell vs. D« backstage discussion featuring Andrei and Walter at Lang.NEXT

2012-04-17 Thread David Nadlinger
Another video from Lang.NEXT 2012 went live recently: [1]. Erik Meijer is joined by Andrew Adams-Moran, Walter and Andrei to discuss various topics surrounding D and Haskell. Most of the things covered probably aren't particularly new to most of the people here, but publicity for D is alway nic

Re: D on AtCoder

2012-04-17 Thread SomeDude
On Saturday, 14 April 2012 at 17:03:37 UTC, Masahiro Nakagawa wrote: On Saturday, 14 April 2012 at 12:14:34 UTC, Trass3r wrote: I and other D programmers begged AtCoder team to support D. In the result, AtCoder supports D (dmd 2.058) officially. Now get them to update to 2.059 so you will get

Re: Mono-D 0.3.7

2012-04-17 Thread Mirko Pilger
wasn't trying to pin that on someone. i just think a _small hint_ would prevent people from downloading the wrong release and turn away in frustration because your installation instructions don't work in this case.

Re: gl3n goes github

2012-04-17 Thread Sven-Hendrik Haase
On 04/17/2012 04:25 PM, David wrote: > It's done, I moved gl3n (http://dav1dde.github.com/gl3n/) over to > github: https://github.com/Dav1dde/gl3n > > One of the reasons why I moved gl3n was issue #1 > https://bitbucket.org/dav1d/gl3n/issue/1/github-mirror - nearly every > D project is at github (a

Re: Mono-D 0.3.7

2012-04-17 Thread alex
On Tuesday, 17 April 2012 at 16:13:25 UTC, Mirko Pilger wrote: you should probably mention somewhere explicitly that this works *only* with the _alpha_ and not with the _stable_ release of monodevelop atm. This is just a temporary issue since 1) linux users are advised by default to take the

Re: Mono-D 0.3.7

2012-04-17 Thread F i L
On Tuesday, 17 April 2012 at 15:44:41 UTC, alex wrote: Oh uhm, the feature you mentioned is not implemented yet - it's just a kind of optimization e.g. when you type 1234. you get all available free methods listed - and this happens kinda quick now, or at least more quicker than before :) Oka

Re: Mono-D 0.3.7

2012-04-17 Thread Mirko Pilger
you should probably mention somewhere explicitly that this works *only* with the _alpha_ and not with the _stable_ release of monodevelop atm.

Re: Mono-D 0.3.7

2012-04-17 Thread alex
Oh uhm, the feature you mentioned is not implemented yet - it's just a kind of optimization e.g. when you type 1234. you get all available free methods listed - and this happens kinda quick now, or at least more quicker than before :)

Re: Mono-D 0.3.7

2012-04-17 Thread alex
On Tuesday, 17 April 2012 at 15:33:36 UTC, F i L wrote: Great! - [Resolver] Built in new method to cache UFCS parameter results; Refactored further internal parser wrappers What is this? Is it this: void foo(int x) if (x > 5) { ... } ... 3.foo(); // underlined as error? 6.foo();

Re: Mono-D 0.3.7

2012-04-17 Thread F i L
Great! - [Resolver] Built in new method to cache UFCS parameter results; Refactored further internal parser wrappers What is this? Is it this: void foo(int x) if (x > 5) { ... } ... 3.foo(); // underlined as error? 6.foo(); // looks good ?? Or not something that cool? because th

gl3n goes github

2012-04-17 Thread David
It's done, I moved gl3n (http://dav1dde.github.com/gl3n/) over to github: https://github.com/Dav1dde/gl3n One of the reasons why I moved gl3n was issue #1 https://bitbucket.org/dav1d/gl3n/issue/1/github-mirror - nearly every D project is at github (also gdc moved), so it was also time to move.

Re: Mono-D 0.3.7

2012-04-17 Thread Jonas Drewsen
Nice! Keep up the good work.

Mono-D 0.3.7

2012-04-17 Thread alex
A lot of things changed internally - there is the interface to the new MonoDevelop 2.9.5 libraries now which brings a couple of internal refactorings which hopefully will result in general performance improvements. Currently the new version is available in the http://mono-d.alexanderbothe.com

Re: Video: Generic Programming Galore using D @ Strange Loop 2011

2012-04-17 Thread Denis Shelomovskij
17.04.2012 7:55, Andrei Alexandrescu написал: On 4/16/12 10:00 AM, Denis Shelomovskij wrote: 11.04.2012 20:23, Andrei Alexandrescu написал: http://www.infoq.com/presentations/Generic-Programming-Galore-Using-D Andrei 27:17 It's valid to pass an empty list. Compilation will fail when T.length