Re: Tkd - Cross platform GUI toolkit based on Tcl/Tk

2014-06-22 Thread ed via Digitalmars-d-announce
On Friday, 20 June 2014 at 18:24:49 UTC, Jacob Carlborg wrote: On 2014-06-19 20:47, SomeRiz wrote: Thanks Gary. Very simple :) But i have a question. All DLL file = How can i embed main.d file? Use DWT [1], no additional requirements besides the system libraries ;) [1]

Re: core.checkedint added to druntime

2014-06-22 Thread Nordlöw
While being a very modest piece of code in and of itself, I believe this offers a significant opportunity that both D compilers and user defined types can exploit. I did this in C/C++ a while ago, out of which I have forgotten most of it :)

Re: DConf Day 1 Talk 6: Case Studies in Simplifying Code with Compile-Time Reflection by Atila Neves

2014-06-22 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 6/21/14, 1:02 PM, Walter Bright wrote: On 6/21/2014 6:15 AM, Jacob Carlborg wrote: Youtube supports 4k resolution, is that good enough :). All videos from RailsConf 2014 was uploaded to youtube in 1080p resolution. For presentation videos, I don't see any point to hi res. DVD quality is

Re: core.checkedint added to druntime

2014-06-22 Thread Walter Bright via Digitalmars-d-announce
On 6/22/2014 12:37 AM, Nordlöw wrote: While being a very modest piece of code in and of itself, I believe this offers a significant opportunity that both D compilers and user defined types can exploit. I did this in C/C++ a while ago, out of which I have forgotten most of it :)

Re: hap.random: a new random number library for D

2014-06-22 Thread Chris Cain via Digitalmars-d-announce
On Thursday, 19 June 2014 at 21:27:17 UTC, Joseph Rushton Wakeling wrote: I realized that it ought to be possible to allow a more direct drop-in replacement for std.random by adding static opCalls to the classes which were previously structs. Thoughts on this, in favour, against ... ? I'd