Thread on GO at hacker news

2012-03-08 Thread Robert McGinley
Submission is titled "The Go Programming Language, or: Why all C-like languages except one suck." But not argument is made for D. http://news.ycombinator.com/item?id=3680732

Re: Phobos 'collections' question

2011-09-14 Thread Robert McGinley
Thanks everybody. I'll have to plan things out more (my time wise more then anything) and I'll check with the NG before I move on anything. Rob On Sep 14, 2011, at 1:55 PM, Jonathan M Davis wrote: > On Wednesday, September 14, 2011 10:23 Steven Schveighoffer wrote: >> Regardless, the best way to

Phobos 'collections' question

2011-09-14 Thread Robert McGinley
Hey all, Mostly as an exercise I'm considering writing an ArrayList, AVL tree, and possible other standard data structures in D. I have two questions. 1.) If completed should I send these around for review and inclusion or do they not belong in phobos? 2.) If I'm working on including these in ph

Re: DB ORM

2011-08-09 Thread Robert McGinley
ay be moot And why does apple think it can correct my grammar. Grr. Rob On Tuesday, August 9, 2011, Jacob Carlborg wrote: > On 2011-08-09 15:07, Robert McGinley wrote: >> >> I think a better model to follow would be SQL alchemy which allows you to test the tables or "

Re: DB ORM

2011-08-09 Thread Robert McGinley
I think a better model to follow would be SQL alchemy which allows you to test the tables or "declaratively" set columns as attributes of the model. Rob Sent from my iPad On Aug 9, 2011, at 8:32 AM, Jacob Carlborg wrote: > On 2011-08-09 14:19, Jacob Carlborg wrote: >> On 2011-08-09 09:30, Jon

Re: How D may replace PHP & ASPX on the Web!!!

2011-07-27 Thread Robert McGinley
Ah, That makes sense I'll have to play around with it. Rob On Jul 27, 2011, at 1:52 PM, Adam D. Ruppe wrote: > Robert McGinley wrote: >> That is a framework that is an http server >> with url mapping instead of a cgi library. > > You should take a look at the zip

Re: How D may replace PHP & ASPX on the Web!!!

2011-07-27 Thread Robert McGinley
Hi all, New to D and the mailing list. I'd actually like to see something closer to CherryPy for D. That is a framework that is an http server with url mapping instead of a cgi library. Not a fan of apache (true I could use Nginx). I think it would have great application in highly scalable w