Re: code.dlang.org now supports categories and search

2013-11-10 Thread Sönke Ludwig
Am 09.11.2013 18:18, schrieb evilrat: On Saturday, 9 November 2013 at 17:04:35 UTC, Andrej Mitrovic wrote: Is it possible to add a feature to sort the view by the added date of a package (rather than just updated/name sorting)? Sometimes I'd like to see which packages are new in the registry.

Re: Visual D 0.3.37 released

2013-11-10 Thread evilrat
On Sunday, 10 November 2013 at 07:13:26 UTC, Nicholas Londey wrote: Have a look at this and see if that helps. I think I got it working in vs2013 because it was the announcement that it should be working that prompted me to find out why it wasn't.

Re: Visual D 0.3.37 released

2013-11-10 Thread evilrat
ok i forgot about output pane. so what i see here... ConsoleApp1\Debug\ConsoleApp1.pdb: cannot load PDB helper DLL

Re: code.dlang.org now supports categories and search

2013-11-10 Thread Rory McGuire
Would be nice if you could subscribe to a daily/weekly mail of the new /updated packages . On 10 Nov 2013 10:25, Sönke Ludwig slud...@outerproduct.org wrote: Am 09.11.2013 18:18, schrieb evilrat: On Saturday, 9 November 2013 at 17:04:35 UTC, Andrej Mitrovic wrote: Is it possible to add a

DStep 0.1.0 - Automatic C and Objective-C binding generator

2013-11-10 Thread Jacob Carlborg
I just released a new version of DStep, 0.1.0. The biggest news for this release is the support for new platforms. DStep is now available on Mac OS X, Linux and FreeBSD. On all of these platforms both 32bit and 64bit architectures are supported. For pre-compiled binaries and changelog (or

std.templatecons ready for comments

2013-11-10 Thread Ilya Yaroshenko
Hello! std.templatecons: Functional style template constructors. Documentation: http://9il.github.io/phobosx/std.templatecons.html Source: https://github.com/9il/phobosx/blob/master/std/templatecons.d Note: dmd = 2.64 required Thread for comments:

Re: DStep 0.1.0 - Automatic C and Objective-C binding generator

2013-11-10 Thread Dicebot
https://www.archlinux.org/packages/?q=dstep

Re: std.templatecons ready for comments

2013-11-10 Thread Dicebot
Had a very quick run-through the provided functionality. Looks nice and has some of utilities I tend to reinvent in my own code when doing meta-programming. Though I'd prefer to initiate creation of nested `std.meta` package and move such stuff there instead of adding yet another plain module.

Re: code.dlang.org now supports categories and search

2013-11-10 Thread Andrej Mitrovic
On 11/10/13, Sönke Ludwig slud...@outerproduct.org wrote: I've also thought about that in the past days, shouldn't be difficult to add (an RSS feed could also be interesting). I didn't want to appear needy, but yes an RSS feed would be awesome.

The D in Novosibirsk State University

2013-11-10 Thread Michael
Yes, Russia) Topic: The D Programming Language: features and application. Author: Nikolai Tolstokulakov. Event: NSU Tech Talks Date: Nov 05, 2013 Slides: https://speakerdeck.com/techtalksnsu/iazyk-proghrammirovaniia-d-nikolai-tolstokulakov Tweet:

Re: The D in Novosibirsk State University

2013-11-10 Thread Ilya Yaroshenko
On Sunday, 10 November 2013 at 20:05:29 UTC, Michael wrote: Yes, Russia) Topic: The D Programming Language: features and application. Author: Nikolai Tolstokulakov. Event: NSU Tech Talks Date: Nov 05, 2013 Slides:

Re: The D in Novosibirsk State University

2013-11-10 Thread Froglegs
Slides are in English, do most Russian programmers speak English?

Re: The D in Novosibirsk State University

2013-11-10 Thread Dicebot
On Sunday, 10 November 2013 at 23:19:22 UTC, Froglegs wrote: Slides are in English, do most Russian programmers speak English? No. However, most really interested in programming technology do. Pretty much as in any other part of the world.

Re: The D in Novosibirsk State University

2013-11-10 Thread Marco Leise
Am Mon, 11 Nov 2013 00:35:09 +0100 schrieb Dicebot pub...@dicebot.lv: On Sunday, 10 November 2013 at 23:19:22 UTC, Froglegs wrote: Slides are in English, do most Russian programmers speak English? No. However, most really interested in programming technology do. Pretty much as in any

Re: dchip is a D2 port of the Chipmunk2D physics library for 2D games

2013-11-10 Thread Sergei Nosov
On Friday, 8 November 2013 at 04:39:11 UTC, Andrej Mitrovic wrote: On 11/8/13, Andrej Mitrovic andrej.mitrov...@gmail.com wrote: Anyway in -release -inline -O -noboundscheck mode the sample now works perfectly smooth! Well, as long as you use float and not double via