I am currently using Haskell at work although
not to develop end - software
We have a lot of legacy code which we want to convert to Java
I am using a combination of
happy , alex, asdlGen, hugs and GHC, writing in a monadic style.
I tried to use Haxml but found it
too inefficient for the size of files I needed to much so ended up
using
C -> ASDL -> Haskell and used the GHC extension libs.
I found that by using haskell I managed to get a prototype system up and
running in about
2 weeks which I dont think I could have done in another language.
I wouldnt say that this was my normal programming language though as this
tends to be more
C++ / Java.
Chris
> -----Original Message-----
> From: Michael Hobbs [mailto:[EMAIL PROTECTED]]
> Sent: 09 February 2000 16:49
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: Job market
>
>
> [EMAIL PROTECTED] wrote:
> >
> > This is probably a stupid question, but...
> > Are there any jobs out there to be had programming in haskell?
> > My apologies if this is inapropriate for this list or if I
> missed it on the
> > web site.
> > Thanks-
> > Brett
>
> I have never met an employer that has so much as even heard about
> Haskell. Due to the short supply of labor in the current (U.S.) job
> market, employers really can't afford to use anything other than
> commodity languages. (C, C++, Java, Visual Basic) That is, if your
> Haskell programmer up and leaves, good luck finding another one.
>
> I think the closest that you can reasonably expect is erlang over at
> Ericsson.
>