Re: Data-Oriented Demo: SOA, composition via crazy 'using'

2015-01-21 Thread thedeemon via Digitalmars-d
On Wednesday, 21 January 2015 at 19:12:21 UTC, Fool wrote: - a keyword preliminary called 'using' which seems to be quite close to 'alias this'; By the way, what's the current status with multiple `alias this`?

Re: Adding a "C++" keyword in bugzilla ?

2015-01-21 Thread Kagamin via Digitalmars-d
The namespace can be lost in demangling due to a typo in delimiters, so it's probably better to start by comparing mangled symbols.

Re: dlang.org redesign n+1

2015-01-21 Thread Iain Buclaw via Digitalmars-d
On 21 Jan 2015 16:51, "Ali Çehreli" wrote: > > On 01/21/2015 07:00 AM, Ali Çehreli wrote: >> >> On 01/21/2015 06:46 AM, Sebastiaan Koppe wrote: >> >> > Just for fun and proof-of-concept I went ahead and forked the dlang.org >> > site. I basically took the `do-what-everybody-else-is-doing` approa

Re: New menus are up

2015-01-21 Thread H. S. Teoh via Digitalmars-d
On Thu, Jan 22, 2015 at 05:50:47AM +, weaselcat via Digitalmars-d wrote: [...] > Menu text also expands outside of the frame. > https://i.imgur.com/oBd5HRh.png > > Should I file bugs for these, or just dump issues I find in this > thread? Dunno, but at least for this particular problem, one s

Re: New menus are up

2015-01-21 Thread H. S. Teoh via Digitalmars-d
On Thu, Jan 22, 2015 at 04:07:02AM +, AndyC via Digitalmars-d wrote: > I have not read this entire thread, so I don't know if you already > know. std.csv doesn't seem to appear in the menus. Also core.sys.* > is missing. > > The url does exist though: http://dlang.org/phobos/std_csv.html >

Re: New menus are up

2015-01-21 Thread Andrei Alexandrescu via Digitalmars-d
On 1/21/15 9:50 PM, weaselcat wrote: On Wednesday, 21 January 2015 at 21:27:25 UTC, weaselcat wrote: On Wednesday, 21 January 2015 at 06:33:57 UTC, weaselcat wrote: On Wednesday, 21 January 2015 at 02:59:16 UTC, Andrei Alexandrescu wrote: On 1/20/15 6:08 PM, Vladimir Panteleev wrote: https://

Re: How's the new allocator module going and where to get it?

2015-01-21 Thread Andrei Alexandrescu via Digitalmars-d
On 1/21/15 9:49 PM, Elvis Zhou wrote: On Tuesday, 20 January 2015 at 16:37:30 UTC, Vladimir Panteleev wrote: On Tuesday, 20 January 2015 at 15:56:12 UTC, Elvis Zhou wrote: I can't find it in official repos. I believe the development is on Andrei's Phobos fork, branch "allocator": https://git

Re: New menus are up

2015-01-21 Thread weaselcat via Digitalmars-d
On Wednesday, 21 January 2015 at 21:27:25 UTC, weaselcat wrote: On Wednesday, 21 January 2015 at 06:33:57 UTC, weaselcat wrote: On Wednesday, 21 January 2015 at 02:59:16 UTC, Andrei Alexandrescu wrote: On 1/20/15 6:08 PM, Vladimir Panteleev wrote: https://github.com/D-Programming-Language/dlan

Re: How's the new allocator module going and where to get it?

2015-01-21 Thread Elvis Zhou via Digitalmars-d
On Tuesday, 20 January 2015 at 16:37:30 UTC, Vladimir Panteleev wrote: On Tuesday, 20 January 2015 at 15:56:12 UTC, Elvis Zhou wrote: I can't find it in official repos. I believe the development is on Andrei's Phobos fork, branch "allocator": https://github.com/andralex/phobos/blob/allocato

Re: dlang.org redesign n+1

2015-01-21 Thread Zekereth via Digitalmars-d
First of all I like the new design. Way better than what's here now. I'll just throw another site into the mix that I like which is Ocaml's site: https://ocaml.org/ .

Re: New menus are up

2015-01-21 Thread DaveG via Digitalmars-d
On Wednesday, 21 January 2015 at 13:39:29 UTC, Jacob Carlborg wrote: On 2015-01-21 08:21, Jacob Carlborg wrote: The icons need higher resolution for retina displays. Especially the expand (plus) icons in the menu. Using glyphs/text as icons, with a special font should be considered, i.e.:

Re: New menus are up

2015-01-21 Thread AndyC via Digitalmars-d
I have not read this entire thread, so I don't know if you already know. std.csv doesn't seem to appear in the menus. Also core.sys.* is missing. The url does exist though: http://dlang.org/phobos/std_csv.html There may be others I don't know, I just happened to be searching for these speci

Re: Like Go/Rust, why not to have "func" keyword before function declaration

2015-01-21 Thread Danni Coy via Digitalmars-d
regular expression search FunctionName.*\{ or FunctionName.*$\s*\{ depending on brace style On Wed, Jan 21, 2015 at 4:37 AM, Joakim via Digitalmars-d wrote: > On Tuesday, 20 January 2015 at 00:13:37 UTC, Brian Schott wrote: >> >> On Monday, 19 January 2015 at 22:49:41 UTC, Ary Borenszweig wrote:

Re: dlang.org redesign n+1

2015-01-21 Thread Kiith-Sa via Digitalmars-d
On Thursday, 22 January 2015 at 01:34:01 UTC, Sebastiaan Koppe wrote: On Wednesday, 21 January 2015 at 17:52:56 UTC, Kiith-Sa wrote: Suggested improvement: http://imgur.com/a/zgSJa Can't open link. Direct image links: current: http://i.imgur.com/5IN3Nui.png better: http://i.imgur.com/CdgK

Re: dlang.org redesign n+1

2015-01-21 Thread Sebastiaan Koppe via Digitalmars-d
On Wednesday, 21 January 2015 at 20:46:40 UTC, MattCoder wrote: On Wednesday, 21 January 2015 at 19:51:57 UTC, Walter Bright wrote: On 1/21/2015 6:46 AM, Sebastiaan Koppe wrote: Just for fun and proof-of-concept I went ahead and forked the dlang.org site. I basically took the `do-what-everybod

Re: dlang.org redesign n+1

2015-01-21 Thread Sebastiaan Koppe via Digitalmars-d
On Wednesday, 21 January 2015 at 17:52:56 UTC, Kiith-Sa wrote: Suggested improvement: http://imgur.com/a/zgSJa Can't open link.

Re: dlang.org redesign n+1

2015-01-21 Thread Sebastiaan Koppe via Digitalmars-d
On Thursday, 22 January 2015 at 00:39:52 UTC, Brad Anderson wrote: On Wednesday, 21 January 2015 at 23:32:29 UTC, anonymous wrote: Here's a mock-up with a wide version of the logo I've been toying around with: http://i.imgur.com/nesKYdQ.png SVG logo: https://mediacru.sh/8eaa7f9c3421 That

Re: dlang.org redesign n+1

2015-01-21 Thread Sebastiaan Koppe via Digitalmars-d
On Wednesday, 21 January 2015 at 19:51:57 UTC, Walter Bright wrote: Swift: https://developer.apple.com/swift/ Go: https://golang.org/ Rust: http://www.rust-lang.org/ C++: http://www.cplusplus.com/ C#: doesn't seem to have one! Java: http://java.com/en/ Haskell: https://www.haskell.org/ Pyt

Re: dlang.org redesign n+1

2015-01-21 Thread Andrei Alexandrescu via Digitalmars-d
On 1/21/15 3:53 PM, Tobias Pankrath wrote: On Wednesday, 21 January 2015 at 20:41:09 UTC, Andrei Alexandrescu wrote: On 1/21/15 11:55 AM, H. S. Teoh via Digitalmars-d wrote: This giant red band is present on every page, effectively reducing the height of the browser window by 20% for no good re

Re: dlang.org redesign n+1

2015-01-21 Thread Brad Anderson via Digitalmars-d
On Wednesday, 21 January 2015 at 23:32:29 UTC, anonymous wrote: Here's a mock-up with a wide version of the logo I've been toying around with: http://i.imgur.com/nesKYdQ.png SVG logo: https://mediacru.sh/8eaa7f9c3421 That looks great.

Re: dlang.org redesign n+1

2015-01-21 Thread H. S. Teoh via Digitalmars-d
On Wed, Jan 21, 2015 at 04:11:38PM -0800, Walter Bright via Digitalmars-d wrote: > On 1/21/2015 3:25 PM, Mike wrote: [...] > >This proposal is attractive, though, but the new website trends are > >too sparse. I realize this is the modern trend, but that trend seems > >to treat eveything like a 5"

Re: Avoiding Slice Checking

2015-01-21 Thread bearophile via Digitalmars-d
deadalnix: That is reasonable to expect a compiler to remove such a check with optimization enabled already. I'm not sure about DMD, but I'd be willing to bet that LDC and GDC already do it. I think this thread is about an enhancement request for a guaranteed front-end optimization. Bye, b

Re: dlang.org redesign n+1

2015-01-21 Thread aldanor via Digitalmars-d
On Wednesday, 21 January 2015 at 23:25:04 UTC, Mike wrote: On Wednesday, 21 January 2015 at 19:51:57 UTC, Walter Bright wrote: The Dart one is probably most similar to this proposal. But there definitely is a trend among these sites - a menu across the top, lots of white space, lots of scroll

Re: dlang.org redesign n+1

2015-01-21 Thread Rikki Cattermole via Digitalmars-d
On 22/01/2015 1:11 p.m., Walter Bright wrote: snip I don't think that's surprising, but a big desktop display and a smartphone are different enough they need a different mindset. I'm not going to start editing code on a smartphone in the foreseeable future. I need a BFG 9000 display. If you onl

Re: dlang.org redesign n+1

2015-01-21 Thread Walter Bright via Digitalmars-d
On 1/21/2015 3:25 PM, Mike wrote: On Wednesday, 21 January 2015 at 19:51:57 UTC, Walter Bright wrote: The Dart one is probably most similar to this proposal. But there definitely is a trend among these sites - a menu across the top, lots of white space, lots of scrolling. I can't say I'm a fan,

Re: Avoiding Slice Checking

2015-01-21 Thread deadalnix via Digitalmars-d
On Wednesday, 21 January 2015 at 23:50:44 UTC, Nordlöw wrote: As a follow up to https://github.com/D-Programming-Language/dmd/pull/4293 would it be possible to also avoid range-checking in expressions such as x[0 .. $/n] and x[$/n .. $] where n is an integer compile-time constant

Avoiding Slice Checking

2015-01-21 Thread Nordlöw
As a follow up to https://github.com/D-Programming-Language/dmd/pull/4293 would it be possible to also avoid range-checking in expressions such as x[0 .. $/n] and x[$/n .. $] where n is an integer compile-time constant >= 2. I'm askingbecause this is a reoccurring pattern in D-sty

Re: dlang.org redesign n+1

2015-01-21 Thread Tobias Pankrath via Digitalmars-d
On Wednesday, 21 January 2015 at 20:41:09 UTC, Andrei Alexandrescu wrote: On 1/21/15 11:55 AM, H. S. Teoh via Digitalmars-d wrote: This giant red band is present on every page, effectively reducing the height of the browser window by 20% for no good reason. I'm also a fan of vertical navigat

Re: dlang.org redesign n+1

2015-01-21 Thread Rikki Cattermole via Digitalmars-d
On 22/01/2015 3:46 a.m., Sebastiaan Koppe wrote: Just for fun and proof-of-concept I went ahead and forked the dlang.org site. I basically took the `do-what-everybody-else-is-doing` approach: http://dlang.skoppe.eu It is still a wip, but the landing page and the language reference (see Docs men

Re: dlang.org redesign n+1

2015-01-21 Thread anonymous via Digitalmars-d
On Wednesday, 21 January 2015 at 21:13:09 UTC, Brad Anderson wrote: On Wednesday, 21 January 2015 at 14:46:22 UTC, Sebastiaan Koppe wrote: Just for fun and proof-of-concept I went ahead and forked the dlang.org site. I basically took the `do-what-everybody-else-is-doing` approach: http://dlan

Re: dlang.org redesign n+1

2015-01-21 Thread Mike via Digitalmars-d
On Wednesday, 21 January 2015 at 19:51:57 UTC, Walter Bright wrote: The Dart one is probably most similar to this proposal. But there definitely is a trend among these sites - a menu across the top, lots of white space, lots of scrolling. I can't say I'm a fan, but it's undeniable what people

Re: forcing "@nogc" on class destructors

2015-01-21 Thread Paolo Invernizzi via Digitalmars-d
On Wednesday, 21 January 2015 at 20:32:14 UTC, Steven Schveighoffer wrote: On 1/21/15 3:37 AM, Paolo Invernizzi wrote: On Wednesday, 21 January 2015 at 03:02:53 UTC, Steven Schveighoffer wrote: On 1/20/15 9:04 PM, ketmar via Digitalmars-d wrote: If he does it wrong, it gives him a stack trace o

Re: Let's destroy https://github.com/D-Programming-Language/dlang.org/pull/815

2015-01-21 Thread Vladimir Panteleev via Digitalmars-d
On Wednesday, 21 January 2015 at 22:23:16 UTC, Andrei Alexandrescu wrote: Vladimir has been quick to act on my suggestion that we add forum content to the homepage. I trust that doesn't impact the current redesign work by Sebastiaan in ways that can't be mended. Clickable link: https://githu

Re: forcing "@nogc" on class destructors

2015-01-21 Thread via Digitalmars-d
On Wednesday, 21 January 2015 at 20:15:53 UTC, deadalnix wrote: Ok listen, I'm gonna put a full stop to this conversation : - You provide no evidence of your claims. HAHAHA… - You discard any evidence that contradict your claims without solid argument. What evidence? - You are constantl

Re: D on Slashdot

2015-01-21 Thread deadalnix via Digitalmars-d
On Wednesday, 21 January 2015 at 18:04:02 UTC, H. S. Teoh via Digitalmars-d wrote: Mistyping a recursive rm command is a relatively easy mistake, but there are worse things than that. One time, an OS upgrade gone wrong left me with my entire filesystem intact, but with a broken, non-functional

Let's destroy https://github.com/D-Programming-Language/dlang.org/pull/815

2015-01-21 Thread Andrei Alexandrescu via Digitalmars-d
Vladimir has been quick to act on my suggestion that we add forum content to the homepage. I trust that doesn't impact the current redesign work by Sebastiaan in ways that can't be mended. So, one question is where to place the forum content in the overall page layout. Please chime in with ide

Re: Interviews: Alexander Stepanov and Daniel E. Rose Answer Your Questions

2015-01-21 Thread H. S. Teoh via Digitalmars-d
On Mon, Jan 19, 2015 at 08:19:58PM +, NA via Digitalmars-d wrote: > Interesting Interview. > > http://interviews.slashdot.org/story/15/01/19/159242/interviews-alexander-stepanov-and-daniel-e-rose-answer-your-questions [...] What I found extremely interesting, was that Alexander's original vis

Re: dlang.org redesign n+1

2015-01-21 Thread DaveG via Digitalmars-d
On Wednesday, 21 January 2015 at 18:01:14 UTC, Vladimir Panteleev wrote: On Wednesday, 21 January 2015 at 17:34:46 UTC, H. S. Teoh via Digitalmars-d wrote: On Wed, Jan 21, 2015 at 05:27:09PM +, anonymous via Digitalmars-d wrote: On Wednesday, 21 January 2015 at 14:46:22 UTC, Sebastiaan Kopp

Re: New menus are up

2015-01-21 Thread H. S. Teoh via Digitalmars-d
On Wed, Jan 21, 2015 at 01:30:03PM -0800, Andrei Alexandrescu via Digitalmars-d wrote: > On 1/21/15 12:42 PM, Vladimir Panteleev wrote: > >On Wednesday, 21 January 2015 at 07:21:44 UTC, Jacob Carlborg wrote: > >>On 2015-01-21 03:59, Andrei Alexandrescu wrote: > >> > >>>Deployed. Let's thank Vladim

Re: New menus are up

2015-01-21 Thread Andrei Alexandrescu via Digitalmars-d
On 1/21/15 12:42 PM, Vladimir Panteleev wrote: On Wednesday, 21 January 2015 at 07:21:44 UTC, Jacob Carlborg wrote: On 2015-01-21 03:59, Andrei Alexandrescu wrote: Deployed. Let's thank Vladimir for this great work! -- Andrei The icons need higher resolution for retina displays. Especially t

Re: New menus are up

2015-01-21 Thread Andrei Alexandrescu via Digitalmars-d
On 1/21/15 12:42 PM, Vladimir Panteleev wrote: On Wednesday, 21 January 2015 at 07:21:44 UTC, Jacob Carlborg wrote: On 2015-01-21 03:59, Andrei Alexandrescu wrote: Deployed. Let's thank Vladimir for this great work! -- Andrei The icons need higher resolution for retina displays. Especially t

Re: New menus are up

2015-01-21 Thread weaselcat via Digitalmars-d
On Wednesday, 21 January 2015 at 06:33:57 UTC, weaselcat wrote: On Wednesday, 21 January 2015 at 02:59:16 UTC, Andrei Alexandrescu wrote: On 1/20/15 6:08 PM, Vladimir Panteleev wrote: https://github.com/D-Programming-Language/dlang.org/pull/811 Deployed. Let's thank Vladimir for this great wo

Re: dlang.org redesign n+1

2015-01-21 Thread Brad Anderson via Digitalmars-d
On Wednesday, 21 January 2015 at 14:46:22 UTC, Sebastiaan Koppe wrote: Just for fun and proof-of-concept I went ahead and forked the dlang.org site. I basically took the `do-what-everybody-else-is-doing` approach: http://dlang.skoppe.eu It is still a wip, but the landing page and the language

Re: dlang.org redesign n+1

2015-01-21 Thread MattCoder via Digitalmars-d
On Wednesday, 21 January 2015 at 19:51:57 UTC, Walter Bright wrote: On 1/21/2015 6:46 AM, Sebastiaan Koppe wrote: Just for fun and proof-of-concept I went ahead and forked the dlang.org site. I basically took the `do-what-everybody-else-is-doing` approach: Thank you very much for doing this!

Re: dlang.org redesign n+1

2015-01-21 Thread Phil via Digitalmars-d
I really don't like this style of page. I much prefer the look of the redesign that was proposed a while back and is floating around somewhere (I think there's a pull request lying around somewhere to get something very close to that). If I'm on a PC then I want to be able to see all the naviga

Re: dlang.org redesign n+1

2015-01-21 Thread MattCoder via Digitalmars-d
On Wednesday, 21 January 2015 at 19:57:25 UTC, H. S. Teoh via Digitalmars-d wrote: On Wed, Jan 21, 2015 at 05:52:06PM +, MattCoder via Digitalmars-d wrote: On Wednesday, 21 January 2015 at 17:34:46 UTC, H. S. Teoh via Digitalmars-d wrote: z >+1. I didn't like it either. But then again, the

Re: New menus are up

2015-01-21 Thread Vladimir Panteleev via Digitalmars-d
On Wednesday, 21 January 2015 at 07:21:44 UTC, Jacob Carlborg wrote: On 2015-01-21 03:59, Andrei Alexandrescu wrote: Deployed. Let's thank Vladimir for this great work! -- Andrei The icons need higher resolution for retina displays. Especially the expand (plus) icons in the menu. https://g

Re: dlang.org redesign n+1

2015-01-21 Thread Andrei Alexandrescu via Digitalmars-d
On 1/21/15 11:55 AM, H. S. Teoh via Digitalmars-d wrote: This giant red band is present on every page, effectively reducing the height of the browser window by 20% for no good reason. I'm also a fan of vertical navigation menus because today's screens have a wide aspect ratio making vertical r

Re: Data-Oriented Demo: SOA, composition via crazy 'using'

2015-01-21 Thread Max Klyga via Digitalmars-d
On 2015-01-21 19:12:20 +, Fool said: Jonathan Blow published another video [1] presenting the progress of his language. He is treating two main topics: - a keyword preliminary called 'using' which seems to be quite close to 'alias this'; - an annotation SOA for pointers and arrays whi

Re: forcing "@nogc" on class destructors

2015-01-21 Thread Steven Schveighoffer via Digitalmars-d
On 1/21/15 3:37 AM, Paolo Invernizzi wrote: On Wednesday, 21 January 2015 at 03:02:53 UTC, Steven Schveighoffer wrote: On 1/20/15 9:04 PM, ketmar via Digitalmars-d wrote: On Tue, 20 Jan 2015 20:51:34 -0500 Steven Schveighoffer via Digitalmars-d wrote: You can always put @nogc on the dtor if

Re: forcing "@nogc" on class destructors

2015-01-21 Thread deadalnix via Digitalmars-d
Ok listen, I'm gonna put a full stop to this conversation : - You provide no evidence of your claims. - You discard any evidence that contradict your claims without solid argument. - You are constantly shitfting the goalspot using more and more ridiculous claims (like malloc should not be use

Re: Variadic templates - D section on wikipedia

2015-01-21 Thread Douglas Peterson via Digitalmars-d
On Monday, 19 January 2015 at 21:26:47 UTC, Andrei Alexandrescu wrote: On 1/19/15 1:25 PM, Dicebot wrote: On Saturday, 17 January 2015 at 18:30:43 UTC, Andrei Alexandrescu wrote: Does that do a lot of moving stuff to a separate module? I have to say that after porting a bunch of code from 2.065

Re: dlang.org redesign n+1

2015-01-21 Thread H. S. Teoh via Digitalmars-d
On Wed, Jan 21, 2015 at 05:52:06PM +, MattCoder via Digitalmars-d wrote: > On Wednesday, 21 January 2015 at 17:34:46 UTC, H. S. Teoh via Digitalmars-d > wrote: > z > >+1. I didn't like it either. But then again, the majority of people > >rarely agree with me, so I didn't say anything. But obvio

Re: dlang.org redesign n+1

2015-01-21 Thread Walter Bright via Digitalmars-d
On 1/21/2015 6:46 AM, Sebastiaan Koppe wrote: Just for fun and proof-of-concept I went ahead and forked the dlang.org site. I basically took the `do-what-everybody-else-is-doing` approach: Thank you very much for doing this! I very much appreciate the hard work you put into it. For compariso

Re: Emacs D-Mode [was Like Go/Rust, why not to have "func" keyword before function declaration]

2015-01-21 Thread Walter Bright via Digitalmars-d
On 1/21/2015 11:03 AM, Brad Roberts via Digitalmars-d wrote: I'll note, for what it's worth, that there's open bug reports against D that are almost 9 years old... oldest open bug was filed in May of 2006. Some of them fairly fundamental. All software has bugs. But trimming a video is the most

Re: New menus are up

2015-01-21 Thread ixid via Digitalmars-d
WIP: http://dump.thecybershadow.net/0ab998c7f4e2027fed300de718a4a058/013E.png That is excellent, a huge improvement!

Re: Emacs D-Mode [was Like Go/Rust, why not to have "func" keyword before function declaration]

2015-01-21 Thread Walter Bright via Digitalmars-d
On 1/21/2015 10:53 AM, Andrei Alexandrescu wrote: On 1/21/15 10:45 AM, Walter Bright wrote: It left such bad taste I was unwilling to try it again until recently. I'm disgusted that the problems remain. How hard can it be? "10 years is a long time" -- Andrei Right, which is why I'm disgusted

Re: Compile time iota

2015-01-21 Thread zeljkog via Digitalmars-d
On 21.01.15 19:23, H. S. Teoh via Digitalmars-d wrote: This is actually already implemented as std.typecons.staticIota, but it's currently undocumented and restricted to only Phobos code. I'm not sure why it was decided not to make it public, but if you file an enhancement request, the devs can

Data-Oriented Demo: SOA, composition via crazy 'using'

2015-01-21 Thread Fool via Digitalmars-d
Jonathan Blow published another video [1] presenting the progress of his language. He is treating two main topics: - a keyword preliminary called 'using' which seems to be quite close to 'alias this'; - an annotation SOA for pointers and arrays which allow high level treatment of structures

Re: dlang.org redesign n+1

2015-01-21 Thread anonymous via Digitalmars-d
On Wednesday, 21 January 2015 at 17:52:07 UTC, MattCoder wrote: Well, of course it needs some polishing, for example: I think the top menu should be visible on screen while you scroll down, because imagine that you are at bottom of the page and want to go somewhere else (Forums, Documentation e

Re: dlang.org redesign n+1

2015-01-21 Thread Andrei Alexandrescu via Digitalmars-d
On 1/21/15 10:47 AM, bachmeier wrote: And it only took me 20 minutes to get to the bottom of the page. Sorry, not a fan of that design, though I'm apparently the only one. There are a few others (including myself) who are not fans of this sparse homepage. IMHO the sparse design requiring a lot

Re: Emacs D-Mode [was Like Go/Rust, why not to have "func" keyword before function declaration]

2015-01-21 Thread Brad Roberts via Digitalmars-d
On 1/21/2015 10:53 AM, Andrei Alexandrescu via Digitalmars-d wrote: On 1/21/15 10:45 AM, Walter Bright wrote: On 1/21/2015 7:40 AM, Andrei Alexandrescu wrote: there's plenty of video processing software in the free world. About 10 years ago, I needed to edit a movie. I downloaded about 10 dif

Re: Emacs D-Mode [was Like Go/Rust, why not to have "func" keyword before function declaration]

2015-01-21 Thread Andrei Alexandrescu via Digitalmars-d
On 1/21/15 10:45 AM, Walter Bright wrote: On 1/21/2015 7:40 AM, Andrei Alexandrescu wrote: there's plenty of video processing software in the free world. About 10 years ago, I needed to edit a movie. I downloaded about 10 different video editors. Every one would hang, crash, go berserk, genera

Re: Emacs D-Mode [was Like Go/Rust, why not to have "func" keyword before function declaration]

2015-01-21 Thread H. S. Teoh via Digitalmars-d
On Wed, Jan 21, 2015 at 10:45:26AM -0800, Walter Bright via Digitalmars-d wrote: > On 1/21/2015 7:40 AM, Andrei Alexandrescu wrote: > >there's plenty of video processing software in the free world. > > About 10 years ago, I needed to edit a movie. I downloaded about 10 > different video editors. E

Re: Emacs D-Mode [was Like Go/Rust, why not to have "func" keyword before function declaration]

2015-01-21 Thread Walter Bright via Digitalmars-d
On 1/21/2015 7:40 AM, Andrei Alexandrescu wrote: there's plenty of video processing software in the free world. About 10 years ago, I needed to edit a movie. I downloaded about 10 different video editors. Every one would hang, crash, go berserk, generate corrupt files, etc. I didn't do anythi

Re: dlang.org redesign n+1

2015-01-21 Thread bachmeier via Digitalmars-d
On Wednesday, 21 January 2015 at 14:46:22 UTC, Sebastiaan Koppe wrote: Just for fun and proof-of-concept I went ahead and forked the dlang.org site. I basically took the `do-what-everybody-else-is-doing` approach: http://dlang.skoppe.eu It is still a wip, but the landing page and the language

Re: Emacs D-Mode [was Like Go/Rust, why not to have "func" keyword before function declaration]

2015-01-21 Thread ketmar via Digitalmars-d
On Wed, 21 Jan 2015 10:39:14 -0800 Walter Bright via Digitalmars-d wrote: > Why even ship such a product you have no intention of fixing bugs for? It's a > net negative for one's image. ah, that's a different question! i don't know why they still shipping it instead of providing link to virtuald

Re: Emacs D-Mode [was Like Go/Rust, why not to have "func" keyword before function declaration]

2015-01-21 Thread Walter Bright via Digitalmars-d
On 1/21/2015 8:23 AM, ketmar via Digitalmars-d wrote: this simply not work. Neither does Windows Moviemaker. It hung again on me. and not worth it. WMM is over a decade old, and it still hangs doing something as simple as trimming off the start and the end. And not rarely, either. It does

Re: D on Slashdot

2015-01-21 Thread H. S. Teoh via Digitalmars-d
On Wed, Jan 21, 2015 at 06:14:16PM +, Paulo Pinto via Digitalmars-d wrote: > On Wednesday, 21 January 2015 at 16:35:18 UTC, ketmar via Digitalmars-d > wrote: > >On Wed, 21 Jan 2015 10:16:47 + > >Paulo Pinto via Digitalmars-d wrote: > > > >>On Wednesday, 21 January 2015 at 01:52:51 UTC, ke

Re: Compile time iota

2015-01-21 Thread H. S. Teoh via Digitalmars-d
On Wed, Jan 21, 2015 at 07:14:09PM +0100, zeljkog via Digitalmars-d wrote: > > Maybe something like this can be added to Fobos: > > template Iota(int start, int stop, int step = 1){ > template tuple(T...){ > alias tuple = T; > } > static if(start < stop) > alias Iota =

Compile time iota

2015-01-21 Thread zeljkog via Digitalmars-d
Maybe something like this can be added to Fobos: template Iota(int start, int stop, int step = 1){ template tuple(T...){ alias tuple = T; } static if(start < stop) alias Iota = tuple!(start, Iota!(start + step, stop, step)); else alias Iota = tuple!(); }

Re: D on Slashdot

2015-01-21 Thread Paulo Pinto via Digitalmars-d
On Wednesday, 21 January 2015 at 16:35:18 UTC, ketmar via Digitalmars-d wrote: On Wed, 21 Jan 2015 10:16:47 + Paulo Pinto via Digitalmars-d wrote: On Wednesday, 21 January 2015 at 01:52:51 UTC, ketmar via Digitalmars-d wrote: > On Wed, 21 Jan 2015 01:44:07 + > Vlad Levenfeld via Di

Re: dlang.org redesign n+1

2015-01-21 Thread Vladimir Panteleev via Digitalmars-d
On Wednesday, 21 January 2015 at 18:01:14 UTC, Vladimir Panteleev wrote: Then again, I'm biased because any major redesign means I'll have to implement it a second time for the forum :) And also fix CHM generation. Let's not forget CHM generation.

Re: dlang.org redesign n+1

2015-01-21 Thread MattCoder via Digitalmars-d
On Wednesday, 21 January 2015 at 17:52:56 UTC, Kiith-Sa wrote: Suggested improvement: http://imgur.com/a/zgSJa Or: http://i.imgur.com/ciSn8vM.png Matheus.

Re: dlang.org redesign n+1

2015-01-21 Thread Vladimir Panteleev via Digitalmars-d
On Wednesday, 21 January 2015 at 17:34:46 UTC, H. S. Teoh via Digitalmars-d wrote: On Wed, Jan 21, 2015 at 05:27:09PM +, anonymous via Digitalmars-d wrote: On Wednesday, 21 January 2015 at 14:46:22 UTC, Sebastiaan Koppe wrote: >Just for fun and proof-of-concept I went ahead and forked the >

Re: D on Slashdot

2015-01-21 Thread H. S. Teoh via Digitalmars-d
On Wed, Jan 21, 2015 at 09:06:50AM +0200, ketmar via Digitalmars-d wrote: > On Tue, 20 Jan 2015 22:43:04 -0800 > "H. S. Teoh via Digitalmars-d" wrote: > > > I almost nuked my entire system with a mistyped `rm -rf` command, as > > I'm sure every *nix person has at least once in his life > my expir

Re: dlang.org redesign n+1

2015-01-21 Thread Kiith-Sa via Digitalmars-d
On Wednesday, 21 January 2015 at 17:16:52 UTC, Sebastiaan Koppe wrote: On Wednesday, 21 January 2015 at 17:12:22 UTC, aldanor wrote: Sebastian, could please you publish your fork somewhere so we could take a closer look and/or fork/destroy it? It would also be easier to make specific suggesti

Re: dlang.org redesign n+1

2015-01-21 Thread MattCoder via Digitalmars-d
On Wednesday, 21 January 2015 at 17:34:46 UTC, H. S. Teoh via Digitalmars-d wrote: z +1. I didn't like it either. But then again, the majority of people rarely agree with me, so I didn't say anything. But obviously I'm not alone in disliking this spaced-out layout. Well, of course it needs s

Re: dlang.org redesign n+1

2015-01-21 Thread ponce via Digitalmars-d
On Wednesday, 21 January 2015 at 14:46:22 UTC, Sebastiaan Koppe wrote: Just for fun and proof-of-concept I went ahead and forked the dlang.org site. I basically took the `do-what-everybody-else-is-doing` approach: http://dlang.skoppe.eu It is still a wip, but the landing page and the language

Re: D on Slashdot

2015-01-21 Thread anonymous via Digitalmars-d
On Wednesday, 21 January 2015 at 00:11:46 UTC, Kiith-Sa wrote: http://developers.slashdot.org/story/15/01/20/2026221/is-d-an-underrated-programming-language?utm_source=rss1.0mainlinkanon&utm_medium=feed https://www.reddit.com/r/programming/comments/2t6tvt/the_state_of_d_in_2015/

Re: dlang.org redesign n+1

2015-01-21 Thread Andrei Alexandrescu via Digitalmars-d
On 1/21/15 9:10 AM, Sebastiaan Koppe wrote: Yeah, but where can I get /dmd/src/dmd? Do I need to fork the dmd source code? Yah, it's all at https://github.com/D-Programming-Language/dlang.org/blob/master/CONTRIBUTING.md - step by step instructions that take you from nothing to where you want

Re: dlang.org redesign n+1

2015-01-21 Thread H. S. Teoh via Digitalmars-d
On Wed, Jan 21, 2015 at 05:27:09PM +, anonymous via Digitalmars-d wrote: > On Wednesday, 21 January 2015 at 14:46:22 UTC, Sebastiaan Koppe wrote: > >Just for fun and proof-of-concept I went ahead and forked the dlang.org > >site. I basically took the `do-what-everybody-else-is-doing` approach:

Re: dlang.org redesign n+1

2015-01-21 Thread anonymous via Digitalmars-d
On Wednesday, 21 January 2015 at 14:46:22 UTC, Sebastiaan Koppe wrote: Just for fun and proof-of-concept I went ahead and forked the dlang.org site. I basically took the `do-what-everybody-else-is-doing` approach: http://dlang.skoppe.eu I must have been taking crazy pills, because everyone e

Re: dlang.org redesign n+1

2015-01-21 Thread Sebastiaan Koppe via Digitalmars-d
On Wednesday, 21 January 2015 at 17:12:22 UTC, aldanor wrote: Sebastian, could please you publish your fork somewhere so we could take a closer look and/or fork/destroy it? It would also be easier to make specific suggestions https://github.com/skoppe/dlang.org I case you only want to make

Re: dlang.org redesign n+1

2015-01-21 Thread aldanor via Digitalmars-d
On Wednesday, 21 January 2015 at 17:16:52 UTC, Sebastiaan Koppe wrote: On Wednesday, 21 January 2015 at 17:12:22 UTC, aldanor wrote: Sebastian, could please you publish your fork somewhere so we could take a closer look and/or fork/destroy it? It would also be easier to make specific suggesti

Re: dlang.org redesign n+1

2015-01-21 Thread Sebastiaan Koppe via Digitalmars-d
On Wednesday, 21 January 2015 at 16:30:37 UTC, Andrei Alexandrescu wrote: This is awesome, and something I'd get behind. Here's a little feedback coming from a self-admitted dilettante: * On my laptop it looks like this: http://imgur.com/v8TC1xq. I'm seeing the red menu at the top, the gray sp

Re: dlang.org redesign n+1

2015-01-21 Thread aldanor via Digitalmars-d
On Wednesday, 21 January 2015 at 17:10:09 UTC, Sebastiaan Koppe wrote: On Wednesday, 21 January 2015 at 16:30:37 UTC, Andrei Alexandrescu wrote: This is awesome, and something I'd get behind. Here's a little feedback coming from a self-admitted dilettante: * On my laptop it looks like this: ht

Re: dlang.org redesign n+1

2015-01-21 Thread Andrei Alexandrescu via Digitalmars-d
On 1/21/15 8:44 AM, Sebastiaan Koppe wrote: Yeah, alot of stuff needs some fine-tuning. Specially the fonts. Better fonts would be awesome, these (and the existing ones) are just... bare. Content is just copy-n-paste, could definitely use some marketing. No worries about content for now I

Re: dlang.org redesign n+1

2015-01-21 Thread Ali Çehreli via Digitalmars-d
On 01/21/2015 07:00 AM, Ali Çehreli wrote: On 01/21/2015 06:46 AM, Sebastiaan Koppe wrote: > Just for fun and proof-of-concept I went ahead and forked the dlang.org > site. I basically took the `do-what-everybody-else-is-doing` approach: > > http://dlang.skoppe.eu I love it! While you're

Re: dlang.org redesign n+1

2015-01-21 Thread Sebastiaan Koppe via Digitalmars-d
On Wednesday, 21 January 2015 at 16:22:08 UTC, aldanor wrote: On Wednesday, 21 January 2015 at 15:35:59 UTC, Chris wrote: On Wednesday, 21 January 2015 at 14:46:22 UTC, Sebastiaan Koppe wrote: Just for fun and proof-of-concept I went ahead and forked the dlang.org site. I basically took the `d

Re: dlang.org redesign n+1

2015-01-21 Thread Sebastiaan Koppe via Digitalmars-d
On Wednesday, 21 January 2015 at 16:15:21 UTC, eles wrote: On Wednesday, 21 January 2015 at 14:46:22 UTC, Impressive. Make the top menu larger on phone, pls. Otherwise, amazing. The menu is not working indeed. It needs to default to a sliding menu on phones.

Re: dlang.org redesign n+1

2015-01-21 Thread Sebastiaan Koppe via Digitalmars-d
On Wednesday, 21 January 2015 at 15:25:53 UTC, wobbles wrote: On Wednesday, 21 January 2015 at 14:46:22 UTC, Sebastiaan Koppe wrote: Just for fun and proof-of-concept I went ahead and forked the dlang.org site. I basically took the `do-what-everybody-else-is-doing` approach: http://dlang.skop

Re: dlang.org redesign n+1

2015-01-21 Thread Robert burner Schadek via Digitalmars-d
"shut up and take my money" love it

Re: dlang.org redesign n+1

2015-01-21 Thread Sebastiaan Koppe via Digitalmars-d
On Wednesday, 21 January 2015 at 15:35:59 UTC, Chris wrote: On Wednesday, 21 January 2015 at 14:46:22 UTC, Sebastiaan Koppe wrote: Just for fun and proof-of-concept I went ahead and forked the dlang.org site. I basically took the `do-what-everybody-else-is-doing` approach: http://dlang.skoppe

Re: dlang.org redesign n+1

2015-01-21 Thread Sebastiaan Koppe via Digitalmars-d
On Wednesday, 21 January 2015 at 15:08:02 UTC, Xinok wrote: On Wednesday, 21 January 2015 at 14:46:22 UTC, Sebastiaan Koppe wrote: Just for fun and proof-of-concept I went ahead and forked the dlang.org site. I basically took the `do-what-everybody-else-is-doing` approach: http://dlang.skoppe

Re: Adding a "C++" keyword in bugzilla ?

2015-01-21 Thread Guillaume Chatelet via Digitalmars-d
On Wednesday, 21 January 2015 at 16:13:02 UTC, Kagamin wrote: Probably somewhere in https://github.com/D-Programming-Language/dmd/blob/master/src/cppmangle.c I'll have a look, thx :)

Re: Adding a "C++" keyword in bugzilla ?

2015-01-21 Thread Guillaume Chatelet via Digitalmars-d
On Wednesday, 21 January 2015 at 16:31:41 UTC, Andrei Alexandrescu wrote: Added. -- Andrei Thx !

Re: D on Slashdot

2015-01-21 Thread ketmar via Digitalmars-d
On Wed, 21 Jan 2015 13:36:46 + MattCoder via Digitalmars-d wrote: > On Wednesday, 21 January 2015 at 13:19:00 UTC, Adam D. Ruppe > wrote: > > It is a lot easier to just run "wine dmd" and distribute the > > finished exe than it is to copy all the development files to > > the windows comput

Re: dlang.org redesign n+1

2015-01-21 Thread Andrei Alexandrescu via Digitalmars-d
On 1/21/15 6:46 AM, Sebastiaan Koppe wrote: Just for fun and proof-of-concept I went ahead and forked the dlang.org site. I basically took the `do-what-everybody-else-is-doing` approach: http://dlang.skoppe.eu It is still a wip, but the landing page and the language reference (see Docs menu-ite

Re: D on Slashdot

2015-01-21 Thread ketmar via Digitalmars-d
On Wed, 21 Jan 2015 08:56:53 + Kagamin via Digitalmars-d wrote: > On Wednesday, 21 January 2015 at 08:19:39 UTC, ketmar via > Digitalmars-d wrote: > >> > i even knew how to quit vi > >> ctrl-c? > > nope! it beeps. ;-) > Duh! Don't console programs know, what ctrl-c is for? somehow i can't cl

  1   2   >