Re: Compiler benchmarker for D, C, C++, Go, Rust with more to come

2019-03-18 Thread Andrea Fontana via Digitalmars-d-announce
On Monday, 18 March 2019 at 10:05:40 UTC, Jacob Carlborg wrote: On 2019-03-17 21:09, Per Nordlöw wrote: I thought that already is the case... No, the official binaries are built with DMD as the host compiler. Is v2.0xx compiled with v2.0xx-1 or with v2.0xx itself? Andrea

Re: Compiler benchmarker for D, C, C++, Go, Rust with more to come

2019-03-18 Thread Andre Pany via Digitalmars-d-announce
On Monday, 18 March 2019 at 12:33:12 UTC, Seb wrote: On Monday, 18 March 2019 at 11:02:55 UTC, aliak wrote: On Monday, 18 March 2019 at 10:05:40 UTC, Jacob Carlborg wrote: On 2019-03-17 21:09, Per Nordlöw wrote: I thought that already is the case... No, the official binaries are built with

Re: DConf 2019 Schedule

2019-03-18 Thread Mike Parker via Digitalmars-d-announce
On Monday, 18 March 2019 at 15:55:20 UTC, Robert M. Münch wrote: On 2019-03-17 22:43:28 +, Mike Parker said: The schedule is now live! There are a few DConf veterans and a few new speakers. We're also holding an Annual General Meeting prior to the Hackathon (thanks to Nicholas Wilson for

Re: DConf 2019 Schedule

2019-03-18 Thread Robert M. Münch via Digitalmars-d-announce
On 2019-03-17 22:43:28 +, Mike Parker said: The schedule is now live! There are a few DConf veterans and a few new speakers. We're also holding an Annual General Meeting prior to the Hackathon (thanks to Nicholas Wilson for the proposal). http://dconf.org/2019/schedule/index.html Typo

Re: Compiler benchmarker for D, C, C++, Go, Rust with more to come

2019-03-18 Thread Jacob Carlborg via Digitalmars-d-announce
On 2019-03-18 15:49, Andrea Fontana wrote: Is v2.0xx compiled with v2.0xx-1 or with v2.0xx itself? With v2.0xx-1, as far as I understand. -- /Jacob Carlborg

DLP - D Language Processing 0.1.0

2019-03-18 Thread Jacob Carlborg via Digitalmars-d-announce
I would like to announce a new release of DLP, 0.1.0. For those not familiar with DLP, DLP is a tool collecting commands/tasks related to processing the D programming language. It uses the DMD frontend as a library to process D code. Currently it has only one command, "leaf-functions", that

Re: DConf 2019 Schedule

2019-03-18 Thread H. S. Teoh via Digitalmars-d-announce
On Mon, Mar 18, 2019 at 11:41:14AM -0700, Walter Bright via Digitalmars-d-announce wrote: > On 3/18/2019 8:55 AM, Robert M. Münch wrote: > > Typo in Walter's abstract: ... "D supports a number of techniques > > for allocating meory." => memory > > I should stop trusting the cat to review my

Re: Compiler benchmarker for D, C, C++, Go, Rust with more to come

2019-03-18 Thread Per Nordlöw via Digitalmars-d-announce
On Monday, 18 March 2019 at 12:33:12 UTC, Seb wrote: [1] https://github.com/dlang/installer Does this include a script for building dmd with ldc or this not yet possible?

Re: DConf 2019 Schedule

2019-03-18 Thread Walter Bright via Digitalmars-d-announce
On 3/18/2019 8:55 AM, Robert M. Münch wrote: Typo in Walter's abstract: ... "D supports a number of techniques for allocating meory." => memory I should stop trusting the cat to review my work.

Re: xlsxd: A Excel xlsx writer

2019-03-18 Thread kevin brack via Digitalmars-d-announce
On Wednesday, 7 November 2018 at 16:41:39 UTC, Robert Schadek wrote: https://code.dlang.org/packages/xlsxd Announcing xlsxd a OO wrapper for the C library libxlsxwriter [1]. Run: import libxlsxd; auto workbook = newWorkbook("demo.xlsx"); auto worksheet =

Re: DConf 2019 Schedule

2019-03-18 Thread Sebastiaan Koppe via Digitalmars-d-announce
On Sunday, 17 March 2019 at 22:43:28 UTC, Mike Parker wrote: We're extending the Early-Bird Discount until March 24, so if you haven't registered yet, you still have a chance to save. No definitive word yet on whether we'll be offering a 201 attendee discount, but I should know something this

Re: Compiler benchmarker for D, C, C++, Go, Rust with more to come

2019-03-18 Thread aliak via Digitalmars-d-announce
On Monday, 18 March 2019 at 10:05:40 UTC, Jacob Carlborg wrote: On 2019-03-17 21:09, Per Nordlöw wrote: I thought that already is the case... No, the official binaries are built with DMD as the host compiler. How come they're not built with LDC (for example) and then distributed? I'd

Re: Compiler benchmarker for D, C, C++, Go, Rust with more to come

2019-03-18 Thread Seb via Digitalmars-d-announce
On Monday, 18 March 2019 at 11:02:55 UTC, aliak wrote: On Monday, 18 March 2019 at 10:05:40 UTC, Jacob Carlborg wrote: On 2019-03-17 21:09, Per Nordlöw wrote: I thought that already is the case... No, the official binaries are built with DMD as the host compiler. How come they're not

Re: Compiler benchmarker for D, C, C++, Go, Rust with more to come

2019-03-18 Thread Jacob Carlborg via Digitalmars-d-announce
On 2019-03-17 21:09, Per Nordlöw wrote: I thought that already is the case... No, the official binaries are built with DMD as the host compiler. -- /Jacob Carlborg

Re: DConf 2019 Schedule

2019-03-18 Thread M.M. via Digitalmars-d-announce
On Sunday, 17 March 2019 at 22:43:28 UTC, Mike Parker wrote: The schedule is now live! There are a few DConf veterans and a few new speakers. We're also holding an Annual General Meeting prior to the Hackathon (thanks to Nicholas Wilson for the proposal).

Re: DConf 2019 Schedule

2019-03-18 Thread ezneh via Digitalmars-d-announce
On Sunday, 17 March 2019 at 22:43:28 UTC, Mike Parker wrote: The schedule is now live! There are a few DConf veterans and a few new speakers. We're also holding an Annual General Meeting prior to the Hackathon (thanks to Nicholas Wilson for the proposal).