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

2019-10-21 Thread Márcio Martins via Digitalmars-d-announce
On Thursday, 17 October 2019 at 17:05:14 UTC, Per Nordlöw wrote: On Saturday, 16 March 2019 at 21:23:18 UTC, Per Nordlöw wrote: https://github.com/nordlow/compiler-benchmark Just added support for V (vlang.io), Zig and Julia. Very interesting - thanks for this! Any reason why you left Go's

Re: D code running on the Nintendo 3DS

2019-10-21 Thread Daniel Kozak via Digitalmars-d-announce
On Sun, Oct 20, 2019 at 11:40 PM TheGag96 via Digitalmars-d-announce wrote: > > On Sunday, 20 October 2019 at 20:31:04 UTC, Johan wrote: > > (snip) > > Awesome, I just might try to get LDC working with this... > > ... > ...in order to fit the D naming style, since the semantics for > the enum was

Re: Prepping for Patreon...

2019-10-21 Thread aberba via Digitalmars-d-announce
On Thursday, 17 October 2019 at 21:25:20 UTC, Ron Tarrant wrote: On Thursday, 17 October 2019 at 19:46:12 UTC, Guillaume Piolat wrote: Make a PR to https://p0nce.github.io/d-idioms/#Contributing-back-with-money and add yourself in the Patreon list (please _read_ the readme.md before

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

2019-10-21 Thread Márcio Martins via Digitalmars-d-announce
On Monday, 21 October 2019 at 12:25:20 UTC, Per Nordlöw wrote: On Monday, 21 October 2019 at 12:12:56 UTC, Per Nordlöw wrote: Is it prepackaged on Ubuntu? Do you mean the package golang-go? Most likely it is that one, but also, very likely to be outdated. You can download the latest

Re: DIP 1021--Argument Ownership and Function Calls--Formal Assessment

2019-10-21 Thread Exil via Digitalmars-d-announce
This proposal is one step toward a larger goal outlined in the blog post ['Ownership and Borrowing in D'](https://dlang.org/blog/2019/07/15/ownership-and-borrowing-in-d/). That's the only line that was added, no other changes were made to the core DIP from the first revision to the last. Big

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

2019-10-21 Thread Per Nordlöw via Digitalmars-d-announce
On Monday, 21 October 2019 at 11:07:14 UTC, Márcio Martins wrote: Any reason why you left Go's `gc` out? What do you mean by `gc`? Is `gc` a checker or checker flag to some compiler? Can't find any relevant hits for hit the web.

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

2019-10-21 Thread Márcio Martins via Digitalmars-d-announce
On Monday, 21 October 2019 at 11:27:05 UTC, Per Nordlöw wrote: On Monday, 21 October 2019 at 11:07:14 UTC, Márcio Martins wrote: Any reason why you left Go's `gc` out? What do you mean by `gc`? Is `gc` a checker or checker flag to some compiler? Can't find any relevant hits for hit the web.

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

2019-10-21 Thread Per Nordlöw via Digitalmars-d-announce
On Monday, 21 October 2019 at 12:12:56 UTC, Per Nordlöw wrote: Is it prepackaged on Ubuntu? Do you mean the package golang-go?

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

2019-10-21 Thread Per Nordlöw via Digitalmars-d-announce
On Monday, 21 October 2019 at 11:27:05 UTC, Per Nordlöw wrote: On Monday, 21 October 2019 at 11:07:14 UTC, Márcio Martins wrote: Any reason why you left Go's `gc` out? Note that I just changed `-c` to `-S` in the call go `gccgo` in `benchmark` to skip assmembly phase.

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

2019-10-21 Thread Per Nordlöw via Digitalmars-d-announce
On Monday, 21 October 2019 at 11:59:15 UTC, Márcio Martins wrote: That's google reference implementation. Sort of like `DMD`, should be faster, but generating less optimal code. Is it prepackaged on Ubuntu?

Re: New Open-Source Focused Game/Software Development Using Dlang

2019-10-21 Thread H. S. Teoh via Digitalmars-d-announce
On Mon, Oct 21, 2019 at 06:50:13PM +, M.M. via Digitalmars-d-announce wrote: > D is being adapted further more: > > https://www.phoronix.com/scan.php?page=news_item=Ikey-Goes-Open-Source-Gaming > > https://lispysnake.com/blog/2019/10/20/enter-the-miniature-dragon/ Looks interesting.

Re: D code running on the Nintendo 3DS

2019-10-21 Thread Iain Buclaw via Digitalmars-d-announce
On Sun, 20 Oct 2019 at 20:40, TheGag96 via Digitalmars-d-announce wrote: > > On Sunday, 20 October 2019 at 15:27:35 UTC, Iain Buclaw wrote: > > Great stuff! Though I don't think you'll find much improvement > > in gdc 10 regarding switching off D features. Backported > > patches to make gdc on

New Open-Source Focused Game/Software Development Using Dlang

2019-10-21 Thread M.M. via Digitalmars-d-announce
D is being adapted further more: https://www.phoronix.com/scan.php?page=news_item=Ikey-Goes-Open-Source-Gaming https://lispysnake.com/blog/2019/10/20/enter-the-miniature-dragon/

Re: D code running on the Nintendo 3DS

2019-10-21 Thread TheGag96 via Digitalmars-d-announce
On Monday, 21 October 2019 at 19:03:00 UTC, Iain Buclaw wrote: (snip) Yeah, I just learned you could do this not long after I posted - when I tried, I had a gdc from around the time of 9.0.1 instead of 9.2, so I just had to rebuild. I'm currently attempting to get a devkitARM based off of