Re: my first kernel in betterC D

2019-06-20 Thread Adam D. Ruppe via Digitalmars-d-announce

On Thursday, 20 June 2019 at 19:54:19 UTC, Cym13 wrote:

What talk is that exactly?


prolly this one:
http://arsdnet.net/annotated-transcript.html


Re: my first kernel in betterC D

2019-06-20 Thread Cym13 via Digitalmars-d-announce

On Wednesday, 19 June 2019 at 23:31:40 UTC, Laeeth Isharc wrote:

On Wednesday, 19 June 2019 at 13:45:45 UTC, matheus wrote:
...
One aspect of that is just showing something is possible.  Adam 
Ruppe's talk at dconf a while back has had a lasting influence 
on how we approach things, mostly for giving me permission to 
do what I'm naturally inclined to do anyway.  If you're not 
sure then bet a little time to try - the worst thing that can 
happen in user code is a segfault and so what.


What talk is that exactly?


LDC 1.16.0

2019-06-20 Thread kinke via Digitalmars-d-announce

Glad to announce LDC 1.16:

* Based on D 2.086.1.
* Non-Windows x86: Faster `real` versions of std.math.{tan,expi}.
* Windows: Fix linking DLLs with MinGW-based libs.
* WebAssembly: No need for an explicit `-L--export-dynamic` 
anymore.


Full release log and downloads: 
https://github.com/ldc-developers/ldc/releases/tag/v1.16.0


Thanks to all contributors!