Re: DConf Videos

2016-07-23 Thread Dmitry via Digitalmars-d

On Saturday, 23 July 2016 at 02:32:49 UTC, Walter Bright wrote:

http://wiki.dlang.org/Videos
(though it needs updating)


I added DConf 2016


Re: DConf Videos

2016-07-23 Thread Walter Bright via Digitalmars-d

On 7/23/2016 12:42 AM, Dmitry wrote:

I added DConf 2016


Thanks!


Re: DConf Videos

2016-07-23 Thread Marco Leise via Digitalmars-d
Am Thu, 21 Jul 2016 23:04:11 +
schrieb sarn :

> On Thursday, 21 July 2016 at 13:45:28 UTC, Steven Schveighoffer 
> wrote:
> > On 6/6/16 6:40 AM, sarn wrote:  
> >> What's the best source of DConf videos at the moment?  Are 
> >> there are any
> >> edited versions released?
> >>
> >> I'd like to share some of my favourite talks.  
> >
> > They are starting to arrive! 
> > https://twitter.com/sociomantic/status/756101557163270144
> >
> > https://www.youtube.com/watch?v=DwoFb34bxAk
> >
> > Video looks awesome, nice job!
> >
> > -Steve  
> 
> Nice!  Thanks to everyone who put the work into making these 
> videos!

Finally in high resolution! Thanks for the uploads.

-- 
Marco



Re: proposal: private module-level import for faster compilation

2016-07-23 Thread Jacob Carlborg via Digitalmars-d

On 2016-07-22 10:28, Dicebot wrote:


.. which naturally leads to watching about Benjamin DConf talk about
fixing "export" and that is where everything clicks together. Organizing
large projects as bunch of small static libraries per package and
defining public API of those via `export` (and not just public) would
achieve this topic goal and much more, all without changing the language.


How does this relate to templates? Or is the suggestion to now use 
templates on API boundaries?


--
/Jacob Carlborg