Re: SDC-32bit

2014-08-03 Thread deadalnix via Digitalmars-d-announce
On Saturday, 2 August 2014 at 22:48:35 UTC, Shammah Chancellor wrote: Also, it looks by using your fiber based scheduler that you can naturally parallize compiling. Have you investigated that at all? Obviously, yes. But that is quite tricky to get a deterministic result due to compile time

Re: SDC-32bit

2014-08-03 Thread deadalnix via Digitalmars-d-announce
On Sunday, 3 August 2014 at 11:37:26 UTC, John Colvin wrote: Any idea what the significant bottlenecks are / what dmd is much faster at? No idea. I'd like to know, but ultimately, supporting more of D is more important than being fast right now.

Re: SDC-32bit

2014-08-01 Thread deadalnix via Digitalmars-d-announce
On Friday, 1 August 2014 at 09:02:23 UTC, ketmar via Digitalmars-d-announce wrote: On Wed, 30 Jul 2014 09:39:15 + Stefan Koch via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: can't link it. GNU/Linux, x86, latest DMD from git. lib/libd.a(semantic.o): In function

Re: DConf 2014: SDC, a D Compiler as a Library

2014-07-31 Thread deadalnix via Digitalmars-d-announce
On Saturday, 26 July 2014 at 00:10:50 UTC, Bill Baxter via Digitalmars-d-announce wrote: In the YouTube interface, click on the pencil icon (Info Settings) and there's a place to set what frame to use as a thumbnail there. --bb I don't think it needs to be changed :D

Re: SDC-32bit

2014-07-31 Thread deadalnix via Digitalmars-d-announce
On Tuesday, 29 July 2014 at 13:36:39 UTC, Stefan Koch wrote: Hello, I am happy to announce that my 32bit version of sdc compiles the whole testsuite including mixins. the only there are only 6 tests still failing 2 of them are dependent on size_t.siezof beeing 8. The otherer 4 have to do with

Re: DConf 2014: SDC, a D Compiler as a Library

2014-07-23 Thread deadalnix via Digitalmars-d-announce
On Wednesday, 23 July 2014 at 16:07:44 UTC, Andrei Alexandrescu wrote: Last (but not least!) talk of DConf 2014. https://twitter.com/D_Programming/status/491977150694961152 https://www.facebook.com/dlang.org/posts/889844197695929

Re: DConf 2014 Lightning Talks

2014-07-21 Thread deadalnix via Digitalmars-d-announce
On Monday, 21 July 2014 at 19:13:55 UTC, Andrei Alexandrescu wrote: Now available from youtube by default. http://www.reddit.com/r/programming/comments/2bbklj/dconf_2014_lightning_talks/ https://twitter.com/D_Programming/status/491299147015012352

Re: DConf 2014: Adam D Ruppe's amazing slideless talk on x86 Bare Metal and Custom Runtime Programming

2014-07-17 Thread deadalnix via Digitalmars-d-announce
On Thursday, 17 July 2014 at 18:42:38 UTC, Adam D. Ruppe wrote: On Thursday, 17 July 2014 at 18:37:54 UTC, Andrei Alexandrescu wrote: Put that on reddit. -- Andrei I've tried a few times and it doesn't work.. the post appears to me, but is invisible to everyone else. I think reddit's silent

Re: Lang.NEXT panel (dfix)

2014-06-17 Thread deadalnix via Digitalmars-d-announce
On Tuesday, 17 June 2014 at 15:45:55 UTC, Bruno Medeiros wrote: Dunno about DScanner, but if it's being used in DCD, I'd guess it can handle the whole language, or be fairly close to it. Similarly, there is also DParser2 from MonoD and the DDT parser (for the tool I'm working on)

Re: DMD 2.066 Alpha

2014-06-13 Thread deadalnix via Digitalmars-d-announce
On Friday, 13 June 2014 at 17:12:44 UTC, Steven Schveighoffer wrote: On Fri, 13 Jun 2014 12:49:32 -0400, Andrei Alexandrescu seewebsiteforem...@erdani.org wrote: Virtual by default will not change. Being able to negate the final: label is nice to have but not a must. Adding a keyword for

Re: DMD 2.066 Alpha

2014-06-13 Thread deadalnix via Digitalmars-d-announce
On Friday, 13 June 2014 at 20:52:17 UTC, Kapps wrote: On Friday, 13 June 2014 at 20:29:46 UTC, deadalnix wrote: On Friday, 13 June 2014 at 17:12:44 UTC, Steven Schveighoffer wrote: On Fri, 13 Jun 2014 12:49:32 -0400, Andrei Alexandrescu seewebsiteforem...@erdani.org wrote: Virtual by default

Re: Lang.NEXT panel

2014-06-12 Thread deadalnix via Digitalmars-d-announce
On Thursday, 12 June 2014 at 20:48:10 UTC, Dicebot wrote: On Thursday, 12 June 2014 at 17:52:59 UTC, Andrei Alexandrescu wrote: I very much think the opposite, drawing from many years of hacking into large codebases. I'm completely with Rob here. On a large codebase, even the slightest manual

Re: DMD 2.066 Alpha

2014-06-11 Thread deadalnix via Digitalmars-d-announce
On Wednesday, 11 June 2014 at 04:17:04 UTC, Andrew Edwards wrote: On 6/10/14, 10:01 PM, Brian Schott wrote: Please do not tag anything until we decide if virtual is a keyword in D. See: https://github.com/D-Programming-Language/dlang.org/pull/584 The branch will not be created until 30

Re: Embarrassment of riches: another talk came online today

2014-06-10 Thread deadalnix via Digitalmars-d-announce
On Tuesday, 10 June 2014 at 16:30:31 UTC, Andrei Alexandrescu wrote: Leverage - my talk at Lang.NEXT. http://www.reddit.com/r/programming/comments/27sp6r/langnext_2014_leverage_by_andrei_alexandrescu/ https://news.ycombinator.com/newest

Re: Interview at Lang.NEXT

2014-06-06 Thread deadalnix via Digitalmars-d-announce
On Wednesday, 4 June 2014 at 06:19:05 UTC, Andrei Alexandrescu wrote: http://www.reddit.com/r/programming/comments/27911b/conversation_with_andrei_alexandrescu_all_things/ Andrei OK I noticed that I messed up in answering. I was saying that you 2 seems to be confused between LLVM and clang.

Re: Interview at Lang.NEXT

2014-06-06 Thread deadalnix via Digitalmars-d-announce
On Wednesday, 4 June 2014 at 22:02:37 UTC, Adam D. Ruppe wrote: Yeah, I'm generally against it... but I have a weird view of typing. The way I see it, you should go either strong and static or dynamic and weak - I hate the middle ground. So, in my view: Best (like D): string a = 10; int b

Re: DConf 2014 Day 1 Talk 2

2014-06-04 Thread deadalnix via Digitalmars-d-announce
On Tuesday, 3 June 2014 at 16:43:32 UTC, Andrei Alexandrescu wrote: https://news.ycombinator.com/newest http://www.reddit.com/r/programming/comments/277k5c/dconf_2014_day_1_talk_2_templates_in_the_wild_a/ Andrei I seems that both of you are quite confused between clang and LLVM.

Re: Scott Meyers' DConf 2014 keynote The Last Thing D Needs

2014-05-29 Thread deadalnix via Digitalmars-d-announce
On Thursday, 29 May 2014 at 19:06:15 UTC, Steven Schveighoffer wrote: Static if is certainly NOT an attribute, it doesn't make any sense. Well... it sorta does. static if does not introduce a new scope, even with {}, and this only happens with attributes. -Steve in which case static

Re: Adam Simpkins replaces Manu Evans as speaker for DConf 2014

2014-05-14 Thread deadalnix via Digitalmars-d-announce
On Wednesday, 14 May 2014 at 19:33:36 UTC, Andrei Alexandrescu wrote: Sadly Manu couldn't make the trip to DConf this year. But fear not - Adam Simpkins will replace him as a speaker. Adam is a senior engineer at Facebook and will discuss opportunities and challenges using D at Facebook.

<    1   2