Re: [Haskell-cafe] Enterprise Haskell -- help

2011-05-27 Thread Rick Richardson
We do have working and officially supported (by 10Gen) Haskell drivers for MongoDB. Just sayin' :) On Fri, May 27, 2011 at 3:45 PM, Albert Y. C. Lai wrote: > On 11-05-26 12:45 PM, Srinivasan Balram wrote: > >> (ii) Haskell Enterprise Development i.e. how to connect commercial >> RDBMS and use

Re: [Haskell-cafe] Enterprise Haskell -- help

2011-05-27 Thread Albert Y. C. Lai
On 11-05-26 12:45 PM, Srinivasan Balram wrote: (ii) Haskell Enterprise Development i.e. how to connect commercial RDBMS and use Haskell along with SQL effectively By the time we finish adding that to a future book, enterprise programmers will have already moved to the like of NoSQL and MongoDB

Re: [Haskell-cafe] Enterprise Haskell -- help

2011-05-26 Thread Jason Dagit
On Thu, May 26, 2011 at 1:43 PM, Gaius Hammond wrote: > > On 26 May 2011, at 21:34, Jason Dagit wrote: > >> On Thu, May 26, 2011 at 1:09 PM, Gaius Hammond wrote: >>> >>> >>> Over in OCaml-land, I have taken it upon myself to address this: >>> http://gaiustech.github.com/ociml/ >> >> Takusen alrea

Re: [Haskell-cafe] Enterprise Haskell -- help

2011-05-26 Thread Gaius Hammond
On 26 May 2011, at 21:34, Jason Dagit wrote: On Thu, May 26, 2011 at 1:09 PM, Gaius Hammond wrote: Over in OCaml-land, I have taken it upon myself to address this: http://gaiustech.github.com/ociml/ Takusen already supports Oracle (and other rdbms) in a resource precise and good performa

Re: [Haskell-cafe] Enterprise Haskell -- help

2011-05-26 Thread Jason Dagit
On Thu, May 26, 2011 at 1:09 PM, Gaius Hammond wrote: > > On 26 May 2011, at 19:22, Clint Moore wrote: > >> On Thu, May 26, 2011 at 10:57:42AM -0700, Jason Dagit wrote: >>> >>> Database connectivity is a weakspot still.  Haskell developers don't >>> seem to use databases nearly as often as Java de

Re: [Haskell-cafe] Enterprise Haskell -- help

2011-05-26 Thread Stephen Tetley
Without support for at least extensible records and better GUI integration, you'd have a hard time convincing me to use Haskell for enterprise applications (and I use Haskell every day). It's not that Haskell isn't a fine language, it's just that doesn't have sufficient advantage on the state-of-p

Re: [Haskell-cafe] Enterprise Haskell -- help

2011-05-26 Thread Gaius Hammond
On 26 May 2011, at 19:22, Clint Moore wrote: On Thu, May 26, 2011 at 10:57:42AM -0700, Jason Dagit wrote: Database connectivity is a weakspot still. Haskell developers don't seem to use databases nearly as often as Java developers. We have several libraries for this, takusen and hdbc come to

Re: [Haskell-cafe] Enterprise Haskell -- help

2011-05-26 Thread Michael Snoyman
On Thu, May 26, 2011 at 7:45 PM, Srinivasan Balram wrote: > folks: > I was advised to post this request here. This is about needs of daily-grind > enterprise development. > Enterprise developers need 3 categories of books in Haskell urgently: >  (i) Haskell (CookBooks / Recipes) >  (ii) Haskell En

Re: [Haskell-cafe] Enterprise Haskell -- help

2011-05-26 Thread Clint Moore
On Thu, May 26, 2011 at 10:57:42AM -0700, Jason Dagit wrote: > Database connectivity is a weakspot still. Haskell developers don't > seem to use databases nearly as often as Java developers. We have > several libraries for this, takusen and hdbc come to mind. Real-World > Haskell documents using

Re: [Haskell-cafe] Enterprise Haskell -- help

2011-05-26 Thread Jason Dagit
On Thu, May 26, 2011 at 11:17 AM, Clint Moore wrote: >  While it's not a solution (yet) for a book, would a section or special > section in the wiki be appropriate at least in the beginning?  Our small > company has been collecting cookbook-like recipies and best practices > for a while now but de

Re: [Haskell-cafe] Enterprise Haskell -- help

2011-05-26 Thread Clint Moore
While it's not a solution (yet) for a book, would a section or special section in the wiki be appropriate at least in the beginning? Our small company has been collecting cookbook-like recipies and best practices for a while now but definitely not anything close to as polished or collated as a b

Re: [Haskell-cafe] Enterprise Haskell -- help

2011-05-26 Thread Jason Dagit
On Thu, May 26, 2011 at 9:45 AM, Srinivasan Balram wrote: > folks: > I was advised to post this request here. This is about needs of daily-grind > enterprise development. > Enterprise developers need 3 categories of books in Haskell urgently: >  (i) Haskell (CookBooks / Recipes) The HaskellWiki h

[Haskell-cafe] Enterprise Haskell -- help

2011-05-26 Thread Srinivasan Balram
folks: I was advised to post this request here. This is about needs of daily-grind enterprise development. Enterprise developers need 3 categories of books in Haskell urgently: (i) Haskell (CookBooks / Recipes) (ii) Haskell Enterprise Development i.e. how to connect commercial RDBMS and use