Re: This Week in D - dconf videos, objc and iOS support improving, interview with Etienne Cimon

2015-07-13 Thread Dmitry Olshansky via Digitalmars-d-announce
On 13-Jul-2015 07:05, Adam D. Ruppe wrote: Another nice interview that Joakim did this week and some interesting announcements about ios related support. And a long, pointless bikeshed argument, ugh. http://arsdnet.net/this-week-in-d/jul-12.html Now that all the videos are out for dconf, in

Re: Berlin D Meetup July 2015

2015-07-13 Thread Iain Buclaw via Digitalmars-d-announce
On 13 Jul 2015 11:30, Ben Palmer via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: Just a note for anyone that is coming, we will be on the 5th floor from now on and not the 3rd floor. Is there an elevator?

Re: Berlin D Meetup July 2015

2015-07-13 Thread Ben Palmer via Digitalmars-d-announce
Just a note for anyone that is coming, we will be on the 5th floor from now on and not the 3rd floor.

Re: Beta D 2.068.0-b1

2015-07-13 Thread Jacob Carlborg via Digitalmars-d-announce
On 2015-07-14 00:11, Andrew Edwards wrote: I did notice that I can no longer create folders or links in the /usr/bin || /usr/lib || /usr/share directory or any subs there. I can however do so in /usr/local/* which is where I've installed the contents of dmd.2.068.0-b1. All seems to work fine.

Re: Beta D 2.068.0-b1

2015-07-13 Thread Jacob Carlborg via Digitalmars-d-announce
On 2015-07-14 00:03, Andrew Edwards wrote: The installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance. Do you get some more information, perhaps in the Console? -- /Jacob Carlborg

Re: Firs step of D/Objective-C merged

2015-07-13 Thread Steven Schveighoffer via Digitalmars-d-announce
On 7/11/15 4:25 PM, Jacob Carlborg wrote: I just manged to get all tests passing on all platforms. Now the first step of D/Objective-C has been merged [1][2]. The only thing that's supported for now is calling Objective-C instance methods from D. I want to give special thanks to Michel Fortin

Re: dcrypt - a cryptography library written in D

2015-07-13 Thread Jonathan M Davis via Digitalmars-d-announce
On Monday, 13 July 2015 at 18:11:21 UTC, Adam D. Ruppe wrote: On Monday, 13 July 2015 at 18:07:25 UTC, Jonathan M Davis wrote: Now, with a name like that, will it be able _en_crypt as well? ;) encrypt - a cryptography library written in English LOL. - Jonathan M Davis

Re: dcrypt - a cryptography library written in D

2015-07-13 Thread Steven Schveighoffer via Digitalmars-d-announce
On 7/13/15 2:11 PM, Adam D. Ruppe wrote: On Monday, 13 July 2015 at 18:07:25 UTC, Jonathan M Davis wrote: Now, with a name like that, will it be able _en_crypt as well? ;) encrypt - a cryptography library written in English Better would be something that takes any stream of bytes and

Re: Firs step of D/Objective-C merged

2015-07-13 Thread Jacob Carlborg via Digitalmars-d-announce
On 2015-07-13 16:02, Steven Schveighoffer wrote: I wanted to ask, swift can call into objective-C, so does this de-facto give us a D/swift binding as well? I haven't written a single line of swift yet, so apologies if this is a stupid question. Without having tried it I would say it works. Of

Re: This Week in D - dconf videos, objc and iOS support improving, interview with Etienne Cimon

2015-07-13 Thread Andy Smith via Digitalmars-d-announce
On Monday, 13 July 2015 at 04:40:12 UTC, John Carter wrote: On Monday, 13 July 2015 at 04:05:45 UTC, Adam D. Ruppe wrote: Now that all the videos are out for dconf, Are there slides or anything for Martin Nowak's Garbage Collection in D? http://dconf.org/2015/talks/nowak.html Or has

Re: Firs step of D/Objective-C merged

2015-07-13 Thread Jacob Carlborg via Digitalmars-d-announce
On 2015-07-12 19:33, Jack Stouffer wrote: Cool, thanks :)! Is this going to make the 2.068 cut? The release manager will need to answer this. -- /Jacob Carlborg

Re: dcrypt - a cryptography library written in D

2015-07-13 Thread Jonathan M Davis via Digitalmars-d-announce
On Monday, 13 July 2015 at 15:49:39 UTC, puzzlehawk wrote: dcrypt is a cryptography library written entirely in D and a little bit D inline assembler. Now, with a name like that, will it be able _en_crypt as well? ;) - Jonathan M Davis

Re: dcrypt - a cryptography library written in D

2015-07-13 Thread Adam D. Ruppe via Digitalmars-d-announce
On Monday, 13 July 2015 at 18:07:25 UTC, Jonathan M Davis wrote: Now, with a name like that, will it be able _en_crypt as well? ;) encrypt - a cryptography library written in English

Re: dcrypt - a cryptography library written in D

2015-07-13 Thread puzzlehawk via Digitalmars-d-announce
Here it is: https://github.com/puzzlehawk/dcrypt

Re: dcrypt - a cryptography library written in D

2015-07-13 Thread noname via Digitalmars-d-announce
On Monday, 13 July 2015 at 15:55:08 UTC, Dejan Lekic wrote: And source is where? :) Is this one? https://github.com/Etherous/dcrypt

dcrypt - a cryptography library written in D

2015-07-13 Thread puzzlehawk via Digitalmars-d-announce
dcrypt is a cryptography library written entirely in D and a little bit D inline assembler. The library is inspired by BouncyCastle. Most important symmetric algorithms are implemented but work on asymmetric cryptography has not yet started. dcrypt is not yet ready for daily use. There's a lot

Re: This Week in D - dconf videos, objc and iOS support improving, interview with Etienne Cimon

2015-07-13 Thread Adam D. Ruppe via Digitalmars-d-announce
On Monday, 13 July 2015 at 11:54:02 UTC, Dmitry Olshansky wrote: I think archive pannel should list entries in reverse hronologicall order, else it would soon be hard to find the first few of the recent weekly issues. Next time you refresh you'll see that change.

Re: dcrypt - a cryptography library written in D

2015-07-13 Thread Dejan Lekic via Digitalmars-d-announce
And source is where? :)

Re: dcrypt - a cryptography library written in D

2015-07-13 Thread Dmitry Olshansky via Digitalmars-d-announce
On 13-Jul-2015 18:49, puzzlehawk wrote: dcrypt is a cryptography library written entirely in D and a little bit D inline assembler. The library is inspired by BouncyCastle. I sure hope it's not the API part of BC. Most important symmetric algorithms are implemented but work on asymmetric

Re: dcrypt - a cryptography library written in D

2015-07-13 Thread Nina via Digitalmars-d-announce
On Monday, 13 July 2015 at 19:35:32 UTC, Steven Schveighoffer wrote: On 7/13/15 2:11 PM, Adam D. Ruppe wrote: On Monday, 13 July 2015 at 18:07:25 UTC, Jonathan M Davis wrote: Now, with a name like that, will it be able _en_crypt as well? ;) encrypt - a cryptography library written in English

Re: Last - but not least! - two DConf talks

2015-07-13 Thread Jack Stouffer via Digitalmars-d-announce
On Friday, 10 July 2015 at 18:33:04 UTC, Andrei Alexandrescu wrote: Spread the word! https://www.reddit.com/r/programming/comments/3d66zk/why_i_love_d_an_undergrad_shares_his_experience/

Re: This Week in D - dconf videos, objc and iOS support improving, interview with Etienne Cimon

2015-07-13 Thread John Carter via Digitalmars-d-announce
On Monday, 13 July 2015 at 19:14:47 UTC, Andy Smith wrote: On Monday, 13 July 2015 at 04:40:12 UTC, John Carter wrote: On Monday, 13 July 2015 at 04:05:45 UTC, Adam D. Ruppe wrote: Now that all the videos are out for dconf, Are there slides or anything for Martin Nowak's Garbage Collection

Re: dcrypt - a cryptography library written in D

2015-07-13 Thread Jonathan M Davis via Digitalmars-d-announce
On Monday, 13 July 2015 at 19:35:32 UTC, Steven Schveighoffer wrote: On 7/13/15 2:11 PM, Adam D. Ruppe wrote: On Monday, 13 July 2015 at 18:07:25 UTC, Jonathan M Davis wrote: Now, with a name like that, will it be able _en_crypt as well? ;) encrypt - a cryptography library written in English

Re: This Week in D - dconf videos, objc and iOS support improving, interview with Etienne Cimon

2015-07-13 Thread Adam D. Ruppe via Digitalmars-d-announce
On Monday, 13 July 2015 at 21:23:20 UTC, Adam D. Ruppe wrote: about mid way down that page Actually less than quarter down, the lightning talks were the second slot of the day.

Re: This Week in D - dconf videos, objc and iOS support improving, interview with Etienne Cimon

2015-07-13 Thread Adam D. Ruppe via Digitalmars-d-announce
On Monday, 13 July 2015 at 21:17:01 UTC, John Carter wrote: ps: Lightning talks are my favourite variety... I do hope somebody posts the videos / slides. Usually a gem or two amongst those. I did write up some summary of them (from memory so not perfect) in this week in D a few weeks ago:

Re: Beta D 2.068.0-b1

2015-07-13 Thread Andrew Edwards via Digitalmars-d-announce
On Monday, 13 July 2015 at 22:03:42 UTC, Andrew Edwards wrote: On Sunday, 12 July 2015 at 10:10:28 UTC, Jacob Carlborg wrote: On 2015-07-12 02:29, Andrew Edwards wrote: Note, the current packaging format is incompatible with with OSX 10.11 (El Capitan). No previous release of DMD can be

Re: Beta D 2.068.0-b1

2015-07-13 Thread Andrew Edwards via Digitalmars-d-announce
On Sunday, 12 July 2015 at 10:10:28 UTC, Jacob Carlborg wrote: On 2015-07-12 02:29, Andrew Edwards wrote: Note, the current packaging format is incompatible with with OSX 10.11 (El Capitan). No previous release of DMD can be installed via the dmg files available on downloads.dlang.org or the

Re: Firs step of D/Objective-C merged

2015-07-13 Thread Michel Fortin via Digitalmars-d-announce
On 2015-07-13 14:02:54 +, Steven Schveighoffer schvei...@yahoo.com said: I wanted to ask, swift can call into objective-C, so does this de-facto give us a D/swift binding as well? I haven't written a single line of swift yet, so apologies if this is a stupid question. More or less. If