Re: Scriptlike v0.8.0

2015-06-22 Thread via Digitalmars-d-announce
On Monday, 22 June 2015 at 09:08:45 UTC, Per Nordlöw wrote: Something like this userInput(T)(string message, T x); Correction, should be userInput(T)(string message, ref T x)

Re: Scriptlike v0.8.0

2015-06-22 Thread via Digitalmars-d-announce
On Sunday, 14 June 2015 at 01:28:18 UTC, Nick Sabalausky wrote: A bunch of new updates to Scriptlike: A library to aid in writing script-like programs in D. You should add an overload to http://semitwist.com/scriptlike/scriptlike/interact/userInput.html that takes a reference to an existing

Re: dtiled v0.2 - a library for tilemapped games

2015-06-22 Thread Manu via Digitalmars-d-announce
Hey cool. I haven't thought about tiled for years! I contributed the terrain painting system years ago ;) Nice to see a lib in D! On 22 June 2015 at 13:45, rcorre via Digitalmars-d-announce wrote: > dtiled v0.2 is out, and for better or worse, it got hit by a serious case of > feature creep. > >

Re: This Week in D: Dconf Thursday summaries

2015-06-22 Thread Adam D. Ruppe via Digitalmars-d-announce
On Monday, 22 June 2015 at 06:01:35 UTC, Laeeth Isharc wrote: Do you have any thoughts on automating the generation of IDL files? I didn't need them, the mixin IDispatchImpl bit (example here: https://github.com/adamdruppe/com/blob/master/example/chello.d ) gave enough that the dynamic langua

This Week in D #22 - DConf Friday writeups, finally!

2015-06-22 Thread Adam D. Ruppe via Digitalmars-d-announce
http://arsdnet.net/this-week-in-d/jun-21.html This finally wraps up the core writing on DConf 2015. I wrote a total of about 14,000 words on it over the last four issues - a lot of good stuff was discussed there! Otherwise, the big discussions this week were about the web assembly and the fl

Re: forum.dlang.org, version 2 (BETA)

2015-06-22 Thread Laeeth Isharc via Digitalmars-d-announce
Minor bug in forum (was in previous one too). If you get an error from posting a message due to eg malformed email address then you are unable to submit a post again after correcting the error (because you tried to post too recently).

Re: Scriptlike v0.8.0

2015-06-22 Thread Nick Sabalausky via Digitalmars-d-announce
On 06/22/2015 05:09 AM, "Per =?UTF-8?B?Tm9yZGzDtnci?= " wrote: On Monday, 22 June 2015 at 09:08:45 UTC, Per Nordlöw wrote: Something like this userInput(T)(string message, T x); Correction, should be userInput(T)(string message, ref T x) Good idea. Now added, and tagged v0.8.1: h

Re: Walter, Brian, and Daniel's DConf 2015 talks are up

2015-06-22 Thread Brad Anderson via Digitalmars-d-announce
On Friday, 19 June 2015 at 22:47:03 UTC, Brad Anderson wrote: Walter: https://www.youtube.com/watch?v=znjesAXEEqw Brian: https://www.youtube.com/watch?v=FmFyB9e7edw Daniel: https://www.youtube.com/watch?v=5daHGXSetXk I've only just started watching but the editing seems to be well done so thank

RE: Walter, Brian, and Daniel's DConf 2015 talks are up

2015-06-22 Thread Daniel Kozák via Digitalmars-d-announce
Yes, IT could, but this will need to modify each existing and future range or implement UFCS operator overloading - Původní zpráva - Od:"Brad Anderson via Digitalmars-d-announce" Odesláno:‎23. ‎6. ‎2015 4:06 Komu:"digitalmars-d-announce@puremagic.com" Předmět:Re: Walter, Brian, and Da

Re: This Week in D: Dconf Thursday summaries

2015-06-22 Thread Laeeth Isharc via Digitalmars-d-announce
On Monday, 22 June 2015 at 12:09:46 UTC, Adam D. Ruppe wrote: On Monday, 22 June 2015 at 06:01:35 UTC, Laeeth Isharc wrote: Do you have any thoughts on automating the generation of IDL files? I didn't need them, the mixin IDispatchImpl bit (example here: https://github.com/adamdruppe/com/blob