Re: usable @nogc Exceptions with Mir Runtime

2018-10-31 Thread Uknown via Digitalmars-d-announce
On Wednesday, 31 October 2018 at 08:34:08 UTC, 9il wrote: The C++ format style is simpler to implement and it is much faster to run. D's style came from C and Boost's format. Also, the C++ style is more low level then format strings, so they can be built on top of it. I think they meant why

Re: Add D front-end, libphobos library, and D2 testsuite... to GCC

2018-10-28 Thread Uknown via Digitalmars-d-announce
Congrats to the GDC team! Phoronix on the same: https://www.phoronix.com/scan.php?page=news_item=GCC-9-Merges-D-Language

Re: LDC 1.11.0

2018-08-24 Thread Uknown via Digitalmars-d-announce
On Tuesday, 21 August 2018 at 15:31:16 UTC, Joakim wrote: On Sunday, 19 August 2018 at 10:11:42 UTC, 鲜卑拓跋枫 wrote: [...] I tried looking for a RISC-V VPS or dev board recently and found basically nothing, just two boards from SiFive that are too small or too expensive. There is the SHAKTI

Re: RFC: initial release of dtoh

2018-08-24 Thread Uknown via Digitalmars-d-announce
On Wednesday, 22 August 2018 at 11:01:02 UTC, Mihails wrote: https://gitlab.com/mihails.strasuns/dtoh Tool to grab all `extern(C)` declarations in a D module and generate C header file based on it. Partially addresses https://issues.dlang.org/show_bug.cgi?id=9285 but is intended to be much

Re: Encouraging preliminary results implementing memcpy in D

2018-06-14 Thread Uknown via Digitalmars-d-announce
On Thursday, 14 June 2018 at 07:54:20 UTC, Jonathan M Davis wrote: On Wednesday, June 13, 2018 14:34:28 Uknown via Digitalmars-d-announce wrote: Looks very promising. One question though, why not use std.datetime.stopwatch.benchmark? I think it has some protection against optimizing compilers

Re: Encouraging preliminary results implementing memcpy in D

2018-06-13 Thread Uknown via Digitalmars-d-announce
On Wednesday, 13 June 2018 at 06:46:43 UTC, Mike Franklin wrote: I had a little fun today kicking the crap out of C's memcpy with a D implementation. https://github.com/JinShil/memcpyD Request for help: I don't have a Linux system running on real hardware at this time, nor do I have a wide

Re: iopipe v0.0.4 - RingBuffers!

2018-05-11 Thread Uknown via Digitalmars-d-announce
On Friday, 11 May 2018 at 23:46:16 UTC, Dmitry Olshansky wrote: On Friday, 11 May 2018 at 13:28:58 UTC, Steven Schveighoffer wrote: On 5/11/18 1:30 AM, Dmitry Olshansky wrote: On Thursday, 10 May 2018 at 23:22:02 UTC, Steven Schveighoffer wrote: grep on Mac is a piece of sheat, sadly and I

Re: iopipe v0.0.4 - RingBuffers!

2018-05-11 Thread Uknown via Digitalmars-d-announce
On Friday, 11 May 2018 at 13:28:58 UTC, Steven Schveighoffer wrote: [...] I do get the point of having to go outside the cache. I'll look and see if maybe specifying a 1000 line context helps ;) Update: nope, still pretty much the same. I'm sure someone will find some good show off

Re: Who says we can't call C++ constructors?

2018-04-24 Thread Uknown via Digitalmars-d-announce
On Tuesday, 24 April 2018 at 11:19:59 UTC, Atila Neves wrote: On Monday, 23 April 2018 at 20:40:47 UTC, Manu wrote: On 23 April 2018 at 07:27, Atila Neves via Digitalmars-d-announce wrote: On Saturday, 21 April 2018 at 18:11:09 UTC, Manu wrote: On 21

Re: Beta 2.080.0

2018-04-22 Thread Uknown via Digitalmars-d-announce
On Tuesday, 17 April 2018 at 17:53:22 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.080.0 release, ♥ to the 65 contributors for this release. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.080.0.html As usual please report any bugs at

Re: [OT] gdc status

2018-04-11 Thread Uknown via Digitalmars-d-announce
On Wednesday, 11 April 2018 at 13:17:23 UTC, drug wrote: 11.04.2018 15:22, bachmeier пишет: On Wednesday, 11 April 2018 at 09:45:07 UTC, Jonathan M Davis wrote: ... Given that GDC has been added to GCC... Is it true? I don't see anything like that here https://gcc.gnu.org/gcc-8/changes.html

Re: D_vs_nim: git repo to compare features of D vs nim and help migrating code bw them. PRs welcome

2018-03-27 Thread Uknown via Digitalmars-d-announce
On Tuesday, 27 March 2018 at 14:51:30 UTC, bachmeier wrote: On Tuesday, 27 March 2018 at 01:25:42 UTC, timotheecour wrote: D and nim are both very promising. I created this git repo to compare them: https://github.com/timotheecour/D_vs_nim/ Goal: up to date and objective comparison of

Re: Added Wiki page Programming_in_D_tutorial_on_Embedded_Linux_ARM_devices

2018-03-14 Thread Uknown via Digitalmars-d-announce
On Wednesday, 14 March 2018 at 09:29:26 UTC, dangbinghoo wrote: hello there, Just added a paper for cross compiling D on arm linux devices. https://wiki.dlang.org/Programming_in_D_tutorial_on_Embedded_Linux_ARM_devices As my english is not that good, every body who find mistakes just try to

Re: Added Wiki page Programming_in_D_tutorial_on_Embedded_Linux_ARM_devices

2018-03-14 Thread Uknown via Digitalmars-d-announce
On Wednesday, 14 March 2018 at 10:25:04 UTC, Seb wrote: On Wednesday, 14 March 2018 at 09:29:26 UTC, dangbinghoo wrote: [snip] As my english is not that good, every body who find mistakes just try to fix it. The MediaWiki notation for links is [link title] - not Markdown. Pandoc can convert

Re: Beta 2.079.0

2018-02-22 Thread Uknown via Digitalmars-d-announce
On Thursday, 22 February 2018 at 09:48:20 UTC, Jonathan M Davis wrote: On Thursday, February 22, 2018 09:42:47 Atila Neves via Digitalmars-d- announce wrote: On Tuesday, 20 February 2018 at 22:54:43 UTC, H. S. Teoh wrote: > On Tue, Feb 20, 2018 at 10:19:03PM +, John Gabriele via >

Re: Beta 2.079.0

2018-02-22 Thread Uknown via Digitalmars-d-announce
On Wednesday, 21 February 2018 at 18:10:51 UTC, rjframe wrote: On Wed, 21 Feb 2018 14:46:56 +, psychoticRabbit wrote: [snip] But it likely shouldn't be used in "real" applications; in particular, I think it would be nice for the Phobos style guide to restrict/disallow its use. But whats

Phobos function and type highlighter for vim

2017-08-31 Thread Uknown via Digitalmars-d-announce
I wrote a Phobos function and type highlighter, based on vim-cpp-enhanced-highlight by octol for C++[1]. It simply matches and highlights functions and types from `std` and `core`. Currently everything as of D version 2.0.75 is supported, excluding `std.experimental`. The script and