Send Beginners mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://www.haskell.org/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."
Today's Topics:
1. Is there any money in Haskell programming? (Christopher Howard)
2. Re: Is there any money in Haskell programming? (Lyndon Maydwell)
3. Re: Is there any money in Haskell programming? (Amy de Buitl?ir)
4. Re: Is there any money in Haskell programming? (Tim Perry)
5. Re: Is there any money in Haskell programming? (Mike Meyer)
6. Resources to learn functional programming
(Homero Cardoso de Almeida)
7. Re: Resources to learn functional programming (Tim Perry)
8. Re: Resources to learn functional programming (David Hinkes)
----------------------------------------------------------------------
Message: 1
Date: Wed, 01 Aug 2012 02:45:35 -0800
From: Christopher Howard <[email protected]>
Subject: [Haskell-beginners] Is there any money in Haskell
programming?
To: Haskell Beginners <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"
Wait! Don't delete this e-mail yet! I don't mean to imply that Haskell
is only worth learning if you can make money with it, or to say that it
is impossible to make a profitable program with it. I was just wondering
what (if any) commercial, educational, or government sectors use
Haskell, and if there is anyone on this list who makes a living in some
way writing Haskell code.
--
frigidcode.com
indicium.us
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 554 bytes
Desc: OpenPGP digital signature
URL:
<http://www.haskell.org/pipermail/beginners/attachments/20120801/5219d62b/attachment-0001.pgp>
------------------------------
Message: 2
Date: Wed, 1 Aug 2012 19:26:21 +0800
From: Lyndon Maydwell <[email protected]>
Subject: Re: [Haskell-beginners] Is there any money in Haskell
programming?
To: Christopher Howard <[email protected]>
Cc: Haskell Beginners <[email protected]>
Message-ID:
<cam5qztyyzzw3copo1i-_jqhpz_crchcrqmyrhotr46ps0pg...@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8
I've seen this question asked a few times and the usual link provided
is http://www.haskell.org/haskellwiki/Haskell_in_industry. Suffice to
say, there are people writing software that makes money in Haskell.
I know I'd jump at the chance to have "Haskell Programmer" in my job
description, but at the moment I'm constrained to using it to build my
own tools. I think this is becoming an increasingly common trend :-)
I'd interested to see if Haskell's use in industry blossoms soon,
since awareness seems to be growing larger and larger.
On Wed, Aug 1, 2012 at 6:45 PM, Christopher Howard
<[email protected]> wrote:
> Wait! Don't delete this e-mail yet! I don't mean to imply that Haskell
> is only worth learning if you can make money with it, or to say that it
> is impossible to make a profitable program with it. I was just wondering
> what (if any) commercial, educational, or government sectors use
> Haskell, and if there is anyone on this list who makes a living in some
> way writing Haskell code.
>
> --
> frigidcode.com
> indicium.us
>
>
> _______________________________________________
> Beginners mailing list
> [email protected]
> http://www.haskell.org/mailman/listinfo/beginners
>
------------------------------
Message: 3
Date: Wed, 1 Aug 2012 13:23:56 +0000 (UTC)
From: Amy de Buitl?ir <[email protected]>
Subject: Re: [Haskell-beginners] Is there any money in Haskell
programming?
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii
Christopher Howard <christopher.howard <at> frigidcode.com> writes:
> Haskell, and if there is anyone on this list who makes a living in some
> way writing Haskell code.
I do, sort of. I'm a researcher, and part of my job is to build a rough
proof-of-concept for any idea that looks promising. I can program in any
language I want, and I choose Haskell.
There does seem to be a fair amount of Haskell in the financial sector.
------------------------------
Message: 4
Date: Wed, 1 Aug 2012 08:21:01 -0700
From: Tim Perry <[email protected]>
Subject: Re: [Haskell-beginners] Is there any money in Haskell
programming?
To: Haskell Beginners <[email protected]>
Message-ID:
<CAFVgASXUZTfkbL1N6TksC-Mh6UNPXmrU=dcrmukpqtyy0bq...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
I spend my life writing one-off data analysis code. No one cares what it is
written in as long as it works. I enjoy writing a lot of the tools in
Haskell. They often require less debugging than when I write in other
languages. Sometimes it takes me longer in Haskell though...still learning!
Tim
On Wed, Aug 1, 2012 at 6:23 AM, Amy de Buitl?ir <[email protected]> wrote:
> Christopher Howard <christopher.howard <at> frigidcode.com> writes:
> > Haskell, and if there is anyone on this list who makes a living in some
> > way writing Haskell code.
>
> I do, sort of. I'm a researcher, and part of my job is to build a rough
> proof-of-concept for any idea that looks promising. I can program in any
> language I want, and I choose Haskell.
>
> There does seem to be a fair amount of Haskell in the financial sector.
>
>
>
>
> _______________________________________________
> Beginners mailing list
> [email protected]
> http://www.haskell.org/mailman/listinfo/beginners
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://www.haskell.org/pipermail/beginners/attachments/20120801/db0adc19/attachment-0001.htm>
------------------------------
Message: 5
Date: Wed, 1 Aug 2012 12:33:55 -0400
From: Mike Meyer <[email protected]>
Subject: Re: [Haskell-beginners] Is there any money in Haskell
programming?
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=US-ASCII
On Wed, 1 Aug 2012 19:26:21 +0800
Lyndon Maydwell <[email protected]> wrote:
> I know I'd jump at the chance to have "Haskell Programmer" in my job
> description, but at the moment I'm constrained to using it to build my
> own tools. I think this is becoming an increasingly common trend :-)
I do this as well. I believe it's a normal part of a programming
languages evolution. It's how I got started writing Python back around
version 1.3 or so, when Perl was the only scripting language most
people had ever heard of. Look how far Python has come since then.
<mike
--
Mike Meyer <[email protected]> http://www.mired.org/
Independent Software developer/SCM consultant, email for more information.
O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
------------------------------
Message: 6
Date: Wed, 1 Aug 2012 17:53:36 -0300
From: Homero Cardoso de Almeida <[email protected]>
Subject: [Haskell-beginners] Resources to learn functional programming
To: [email protected]
Message-ID:
<capv0zwo2avyfjnshdjctbjvddqwfnwvchqcn1sfq8keuhfl...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
Hi everyone,
I'm fairly new to Haskell. I'm trying to learn it, but got stuck when i
reached high-order functions. I understand what they are, but I cannot wrap
my head on how they work, how to use them, and such. It seems so abstract
to me. I tried to move on past it, but it only got harder and harder.
Looks like I have problems learning functional programming. Do you have any
good resources to learn functional programming? I am a decent C++
programmer.
Thanks.
Homero Cardoso de Almeida
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://www.haskell.org/pipermail/beginners/attachments/20120801/07cd1652/attachment-0001.htm>
------------------------------
Message: 7
Date: Wed, 1 Aug 2012 14:23:12 -0700
From: Tim Perry <[email protected]>
Subject: Re: [Haskell-beginners] Resources to learn functional
programming
To: Haskell Beginners <[email protected]>
Message-ID:
<CAFVgASU8DyQ=qpvwB5psFMtwFMY=eu+wtq9uwjgndhzjdxx...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
I think that you should work your way through "Real World Haskell" which is
available free online. I thought it was worth-while enough that I bought
the book and I regularly refer to it.
http://book.realworldhaskell.org/
Learn you a Haskell for Great Good is also a worth-while book.
http://learnyouahaskell.com/
Good luck,
Tim
On Wed, Aug 1, 2012 at 1:53 PM, Homero Cardoso de Almeida <
[email protected]> wrote:
> Hi everyone,
>
> I'm fairly new to Haskell. I'm trying to learn it, but got stuck when i
> reached high-order functions. I understand what they are, but I cannot wrap
> my head on how they work, how to use them, and such. It seems so abstract
> to me. I tried to move on past it, but it only got harder and harder.
>
> Looks like I have problems learning functional programming. Do you have
> any good resources to learn functional programming? I am a decent C++
> programmer.
>
> Thanks.
> Homero Cardoso de Almeida
> _______________________________________________
> Beginners mailing list
> [email protected]
> http://www.haskell.org/mailman/listinfo/beginners
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://www.haskell.org/pipermail/beginners/attachments/20120801/1ecf334b/attachment-0001.htm>
------------------------------
Message: 8
Date: Wed, 1 Aug 2012 14:38:17 -0700
From: David Hinkes <[email protected]>
Subject: Re: [Haskell-beginners] Resources to learn functional
programming
To: Tim Perry <[email protected]>
Cc: Haskell Beginners <[email protected]>
Message-ID:
<ca+_cxfpwrlzn+fw_urc5qfpk++axsx5p80xr1fqng3h-uyy...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
I started with these two resources. I'd suggest beginning with "Learn You
a Haskell (for great good)." It's really great.
On Wed, Aug 1, 2012 at 2:23 PM, Tim Perry <[email protected]> wrote:
> I think that you should work your way through "Real World Haskell" which
> is available free online. I thought it was worth-while enough that I bought
> the book and I regularly refer to it.
> http://book.realworldhaskell.org/
>
> Learn you a Haskell for Great Good is also a worth-while book.
> http://learnyouahaskell.com/
>
> Good luck,
> Tim
>
>
>
> On Wed, Aug 1, 2012 at 1:53 PM, Homero Cardoso de Almeida <
> [email protected]> wrote:
>
>> Hi everyone,
>>
>> I'm fairly new to Haskell. I'm trying to learn it, but got stuck when i
>> reached high-order functions. I understand what they are, but I cannot wrap
>> my head on how they work, how to use them, and such. It seems so abstract
>> to me. I tried to move on past it, but it only got harder and harder.
>>
>> Looks like I have problems learning functional programming. Do you have
>> any good resources to learn functional programming? I am a decent C++
>> programmer.
>>
>> Thanks.
>> Homero Cardoso de Almeida
>> _______________________________________________
>> Beginners mailing list
>> [email protected]
>> http://www.haskell.org/mailman/listinfo/beginners
>>
>>
>
> _______________________________________________
> Beginners mailing list
> [email protected]
> http://www.haskell.org/mailman/listinfo/beginners
>
>
--
David Hinkes
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://www.haskell.org/pipermail/beginners/attachments/20120801/16b876a3/attachment.htm>
------------------------------
_______________________________________________
Beginners mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/beginners
End of Beginners Digest, Vol 50, Issue 2
****************************************