Re: update.sh

2012-01-16 Thread Andrei Alexandrescu
On 1/16/12 1:18 AM, Jacob Carlborg wrote: On 2012-01-16 06:20, Nick Sabalausky wrote: Andrei Alexandrescuseewebsiteforem...@erdani.org wrote in message news:jevr6q$8vp$1...@digitalmars.com... I just added a handy script, tools/update.sh.

Re: A tutorial on D templates

2012-01-16 Thread Ali Çehreli
On 01/15/2012 04:34 PM, Andrei Alexandrescu wrote: On 1/15/12 4:19 PM, Philippe Sigaud wrote: On Sun, Jan 15, 2012 at 17:00, Ali Çehreliacehr...@yahoo.com wrote: I do think a big range tutorial is overdue. Andrei's article is good, but we need something a bit more detailed / for newbies I

Re: update.sh

2012-01-16 Thread Nick Sabalausky
Andrei Alexandrescu seewebsiteforem...@erdani.org wrote in message news:jf0l94$1i6a$1...@digitalmars.com... On 1/16/12 1:18 AM, Jacob Carlborg wrote: On 2012-01-16 06:20, Nick Sabalausky wrote: Soo...you made a tool to do what DVM already does? ;) And only works on Posix. It's a simple

Re: update.sh

2012-01-16 Thread Jacob Carlborg
On 2012-01-16 08:57, Andrei Alexandrescu wrote: On 1/16/12 1:18 AM, Jacob Carlborg wrote: On 2012-01-16 06:20, Nick Sabalausky wrote: Andrei Alexandrescuseewebsiteforem...@erdani.org wrote in message news:jevr6q$8vp$1...@digitalmars.com... I just added a handy script, tools/update.sh.

Re: update.sh

2012-01-16 Thread Jacob Carlborg
On 2012-01-16 10:02, Jacob Carlborg wrote: On 2012-01-16 08:57, Andrei Alexandrescu wrote: On 1/16/12 1:18 AM, Jacob Carlborg wrote: On 2012-01-16 06:20, Nick Sabalausky wrote: Andrei Alexandrescuseewebsiteforem...@erdani.org wrote in message news:jevr6q$8vp$1...@digitalmars.com... I just

Re: A tutorial on D templates

2012-01-16 Thread Andrej Mitrovic
On 1/15/12, Jacob Carlborg d...@me.com wrote: I'm not completely sure how it works but it looks like that Fields mixin can be replace with the code you have referenced from my Orange library and opDispatch. You mean your `fieldsOf` template? I'm not really sure how that would work, I've tried

Re: update.sh

2012-01-16 Thread Nick Sabalausky
Nick Sabalausky a@a.a wrote in message news:jf0ois$1t01$1...@digitalmars.com... Andrei Alexandrescu seewebsiteforem...@erdani.org wrote in message news:jf0l94$1i6a$1...@digitalmars.com... On 1/16/12 1:18 AM, Jacob Carlborg wrote: On 2012-01-16 06:20, Nick Sabalausky wrote: Soo...you made a

Re: update.sh

2012-01-16 Thread Jesse Phillips
On Monday, 16 January 2012 at 04:16:12 UTC, Andrei Alexandrescu wrote: On 1/15/12 9:15 PM, Jesse Phillips wrote: I might suggest using: git clone -o upstream git://github.com/D-Programming-Language/tools.git for cloning a new repository. This would allow developers to add their fork of the

Re: update.sh

2012-01-16 Thread Andrei Alexandrescu
On 1/16/12 3:02 AM, Jacob Carlborg wrote: A large list of dependencies?? The only runtime dependency is zlib. That's in the case we want to include it in tools/. Andrei

Re: update.sh

2012-01-16 Thread Jacob Carlborg
On 2012-01-16 16:38, Andrei Alexandrescu wrote: On 1/16/12 3:02 AM, Jacob Carlborg wrote: A large list of dependencies?? The only runtime dependency is zlib. That's in the case we want to include it in tools/. Andrei So you're referring to the build dependencies. * DSSS - It's possible

Re: update.sh

2012-01-16 Thread Andrei Alexandrescu
On 1/16/12 5:46 AM, Nick Sabalausky wrote: I don't mean to say that your tool is bad or that you shouldn't have made it, but the issues you addressed with DVM can be fixed, and really, I've been detecting a bit of NIH coming from your general direction. I've noticed that any time you want

Re: DMD 2.x compiler in Arch Linux repo

2012-01-16 Thread Jordi Sayol
Al 15/01/12 23:57, En/na Jordi Sayol ha escrit: Al 15/01/12 23:16, En/na Михаил Страшун ha escrit: http://www.archlinux.org/packages/?q=dmd Since today 2.x branch of dmd is in Arch Linux [community] repo, replacing 1.x branch. Very good news! It works like a charm. Congratulations!

Re: DMD 2.x compiler in Arch Linux repo

2012-01-16 Thread Михаил Страшун
It looks like there is a misunderstanding here - I am not a maintainer of this package in Arch repo. https://wiki.archlinux.org/index.php/User:Svenstaro is. Any improvement proposals should be sent to him, I suppose. For now it looks like he have just taken dmd2 AUR package I have been

Re: update.sh

2012-01-16 Thread jdrewsen
On Monday, 16 January 2012 at 15:48:17 UTC, Jacob Carlborg wrote: On 2012-01-16 16:38, Andrei Alexandrescu wrote: On 1/16/12 3:02 AM, Jacob Carlborg wrote: A large list of dependencies?? The only runtime dependency is zlib. That's in the case we want to include it in tools/. Andrei So

Re: A tutorial on D templates

2012-01-16 Thread Jacob Carlborg
On 2012-01-16 12:43, Andrej Mitrovic wrote: On 1/15/12, Jacob Carlborgd...@me.com wrote: I'm not completely sure how it works but it looks like that Fields mixin can be replace with the code you have referenced from my Orange library and opDispatch. You mean your `fieldsOf` template? I'm not

Re: DMD 2.x compiler in Arch Linux repo

2012-01-16 Thread Andrei Alexandrescu
On 1/16/12 2:05 PM, Михаил Страшун wrote: Are there any negative consequences of doing this? :) Sorry, I know close to nothing about reddit. The news must be noteworthy. My question is basically Is this an interesting piece of news, or something minor? Andrei

Re: DMD 2.x compiler in Arch Linux repo

2012-01-16 Thread Bernard Helyer
On Monday, 16 January 2012 at 23:53:54 UTC, Andrei Alexandrescu wrote: On 1/16/12 2:05 PM, Михаил Страшун wrote: Are there any negative consequences of doing this? :) Sorry, I know close to nothing about reddit. The news must be noteworthy. My question is basically Is this an interesting

Re: A tutorial on D templates

2012-01-16 Thread Nick Sabalausky
Walter Bright newshou...@digitalmars.com wrote in message news:jet0kk$1h97$1...@digitalmars.com... On 1/14/2012 1:00 PM, Nick Sabalausky wrote: Walter Brightnewshou...@digitalmars.com wrote in message news:jesl4i$30v3$1...@digitalmars.com... You and I are going to disagree on this.

Re: A tutorial on D templates

2012-01-16 Thread Nick Sabalausky
dennis luehring dl.so...@gmx.net wrote in message news:jeu3mf$94o$1...@digitalmars.com... https://github.com/PhilippeSigaud/D-templates-tutorial/blob/master/dtemplates.pdf ...with acrobat reader... Eewww. Do youself a favor and grab a copy of FoxIt Reader. Works just as well, but isn't an

DuckFuck v0.2: D-based FuckFuck and More! (Such as BrainFuck)

2012-01-16 Thread Nick Sabalausky
(I've put far too much effort into this... ;) ) Introducing DuckFuck: ( http://bitbucket.org/Abscissa/duckfuck ) A flexible, modular D-based interpreter/conversion system for FuckFuck and other BrainFuck-based langauges. Includes the DuckFucker: A command-line tool to interpret any supported