Re: std.date / std.datetime

2011-01-18 Thread %fil
Hi Jonathan,

I'm also stuck with the existing std.date and would want to try out your new
module std.datetime. Do you have any sense when the next release of Phobos is
going to be?

If not, what is the procedure to get a development snapshot of the latest
version of Phobos installed?

thanks,

fil


Re: D2 postgresql interface - Phobos2?

2011-01-07 Thread %fil
Hi Piotr,

How cool. Very glad you're going native D. I've used Npgsql a lot
and also the more standard data.sqlclient interface from c# so I'm
happy you're modeling after that API. In your general API, will
you support the more advanced features like creating functions,
refcursors, preplanning queries, etc?

Also, your base db object looks very usefull. Do you have any
sense when you would have code ready for testing purposes (don't
take this as pressure, just curious)? Or for others to review?
Maybe people like Mandeep or myself could help on the coding
front? As I guess a DB interface will be used a lot.

Andrei (or Phobos team?), would you consider a DB interface in
Phobos or are you already planning something yourselves for Phobos
or feel this does not belong in Phobos and should stay outside?


Many thanks,

fil


D2 postgresql interface - Phobos2?

2011-01-06 Thread %fil
Hi,

I was wondering if there is a postgresql db (D native) interface
available for D2?

Also, are there any plans to have a common DB interface in Phobos2?

Many thanks,

fil


boost::ublas or linear algebra lib for D2?

2010-12-02 Thread fil
Hi All,

I was wondering if anyone could point me to a good library for matrix
operations and decompositions in D2 as I seem unable to find it in phobos for
the moment.

Many thanks,

Fil