Jump to page: 1 2
Thread overview
Joakim Intreviews Walter for the D Blog
Aug 30, 2016
Mike Parker
Aug 30, 2016
Andrea Fontana
Aug 30, 2016
Mike Parker
Aug 30, 2016
Adam D. Ruppe
Aug 30, 2016
Mike Parker
Aug 30, 2016
Jacob Carlborg
Aug 31, 2016
Mike Parker
Aug 30, 2016
Walter Bright
Aug 31, 2016
Walter Bright
Aug 31, 2016
qznc
Sep 01, 2016
Karabuta
Sep 01, 2016
Seb
Sep 02, 2016
Mike Parker
August 30, 2016
Joakim has put together an interview with Walter that's all about D. It's an enjoyable read. You can parse the interview at [1] and visit the reddit thread at [2]. I anticipate publishing more of Joakim's interviews on the blog in the future.

[1] https://dlang.org/blog/2016/08/30/ruminations-on-d-an-interview-with-walter-bright/
[2] https://www.reddit.com/r/programming/comments/50aox1/ruminations_on_d_an_interview_with_walter_bright/
August 30, 2016
On Tuesday, 30 August 2016 at 11:50:52 UTC, Mike Parker wrote:
> Joakim has put together an interview with Walter that's all about D. It's an enjoyable read. You can parse the interview at [1] and visit the reddit thread at [2]. I anticipate publishing more of Joakim's interviews on the blog in the future.
>
> [1] https://dlang.org/blog/2016/08/30/ruminations-on-d-an-interview-with-walter-bright/
> [2] https://www.reddit.com/r/programming/comments/50aox1/ruminations_on_d_an_interview_with_walter_bright/

Nice article.

PS: "ABEL" link point to mobile version of wikipedia.

Andrea
August 30, 2016
On Tuesday, 30 August 2016 at 11:50:52 UTC, Mike Parker wrote:
> Joakim has put together an interview

He did four (IIRC) of these for This Week in D too if you want more like that:

Sönke Ludwig
http://arsdnet.net/this-week-in-d/mar-15.html

Dmitry Olshansky
http://arsdnet.net/this-week-in-d/jun-28.html

Etienne Cimon
http://arsdnet.net/this-week-in-d/jul-12.html

Atila Neves
http://arsdnet.net/this-week-in-d/sep-06.html
August 30, 2016
On Tuesday, 30 August 2016 at 13:37:34 UTC, Adam D. Ruppe wrote:
> On Tuesday, 30 August 2016 at 11:50:52 UTC, Mike Parker wrote:
>> Joakim has put together an interview
>
> He did four (IIRC) of these for This Week in D too if you want more like that:
>
> Sönke Ludwig
> http://arsdnet.net/this-week-in-d/mar-15.html
>
> Dmitry Olshansky
> http://arsdnet.net/this-week-in-d/jun-28.html
>
> Etienne Cimon
> http://arsdnet.net/this-week-in-d/jul-12.html
>
> Atila Neves
> http://arsdnet.net/this-week-in-d/sep-06.html

Thanks!
August 30, 2016
On Tuesday, 30 August 2016 at 13:07:03 UTC, Andrea Fontana wrote:

>
> Nice article.
>
> PS: "ABEL" link point to mobile version of wikipedia.
>
> Andrea

Fixed, thanks!
August 30, 2016
On 2016-08-30 13:50, Mike Parker wrote:
> Joakim has put together an interview with Walter that's all about D.
> It's an enjoyable read. You can parse the interview at [1] and visit the
> reddit thread at [2]. I anticipate publishing more of Joakim's
> interviews on the blog in the future.
>
> [1]
> https://dlang.org/blog/2016/08/30/ruminations-on-d-an-interview-with-walter-bright/

Some of the links have pretty long text, is that intended? For example:

"an early developer of C++ compilers starting from the mid-’80s, including the first C++ compiler to translate source code directly to object code without using C as an intermediate"

All that is one link.

-- 
/Jacob Carlborg
August 30, 2016
On 8/30/2016 4:50 AM, Mike Parker wrote:
> Joakim has put together an interview with Walter that's all about D. It's an
> enjoyable read. You can parse the interview at [1] and visit the reddit thread
> at [2]. I anticipate publishing more of Joakim's interviews on the blog in the
> future.
>
> [1]
> https://dlang.org/blog/2016/08/30/ruminations-on-d-an-interview-with-walter-bright/
> [2]
> https://www.reddit.com/r/programming/comments/50aox1/ruminations_on_d_an_interview_with_walter_bright/
>

It's also on Hacker News, but access it via the front page rather than this URL, otherwise up/downvotes will not count:

https://news.ycombinator.com/item?id=1239047
August 31, 2016
On Tuesday, 30 August 2016 at 19:44:19 UTC, Jacob Carlborg wrote:
>
> Some of the links have pretty long text, is that intended?

Yes. Joakim submitted the text with the links already formatted and I left them in place.
August 31, 2016
From the article:

> We nailed it [simplicity] with arrays (Jan Knepper’s idea)

D arrays are a great example of simple, but not easy. For details see the Slices article section "Determinism". https://dlang.org/d-array-article.html
August 31, 2016
On 8/30/2016 1:27 PM, Walter Bright wrote:
> https://news.ycombinator.com/item?id=1239047

Well, that seems to be the wrong url :-(
« First   ‹ Prev
1 2