[Haskell] Job Opportunity: Data Scientist at madvertise Mobile Advertising (Berlin)

2012-02-16 Thread Adam Drake
Hello Haskellers, We are a start-up company (currently approximately 70 people) and are looking to grow our research and technology group by hiring a new Data Scientist.  This person should have a strong quantitative background and Haskell experience is a plus.  Bonus points if you have experience

Re: [Haskell] [Haskell-cafe] ANNOUNCE: system-filepath 0.4.5 and system-fileio 0.3.4

2012-02-16 Thread John Meacham
On Thu, Feb 16, 2012 at 1:20 PM, Ian Lynagh wrote: > I've now implemented this in GHC. For now, the syntax is: > > type    {-# CTYPE "some C type" #-} Foo = ... > newtype {-# CTYPE "some C type" #-} Foo = ... > data    {-# CTYPE "some C type" #-} Foo = ... > > The magic for (Ptr a) is built in to

Re: [Haskell] [Haskell-cafe] ANNOUNCE: system-filepath 0.4.5 and system-fileio 0.3.4

2012-02-16 Thread Ian Lynagh
On Thu, Feb 09, 2012 at 11:40:28AM -0800, John Meacham wrote: > On Thu, Feb 9, 2012 at 11:23 AM, Ian Lynagh wrote: > > On Thu, Feb 09, 2012 at 04:52:16AM -0800, John Meacham wrote: > >> > >> Since CSigSet has "sigset_t" associated with it, 'Ptr CSigSet' ends up > >> turning > >> into 'sigset_t *'