
has anyone read this book? beginners@haskell.org There are some mixed reviews on the product page. I'm a mid-level software engineer. I've only started learning about Functional programming (didn't even really learn about lisp in college) in the past 12 months. I'm looking to learn more about functional programming to help me improve as a programmer generally. Thanks, _Ramy

I think you accidently pasted the mailing address email rather then the book
title.
A few good books that I know of,
-Real World Haskell
-Pearls of Functional Algorithm Design
-Programming in Haskell
- Sunny
On Tue, Jun 28, 2011 at 12:20 AM, Ramy Abdel-Azim
has anyone read this book? beginners@haskell.org There are some mixed reviews on the product page. I'm a mid-level software engineer. I've only started learning about Functional programming (didn't even really learn about lisp in college) in the past 12 months. I'm looking to learn more about functional programming to help me improve as a programmer generally. Thanks, _Ramy
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners

woops.
indeed i did.
I meant to ask about this book:
http://www.amazon.com/Haskell-School-Expression-Functional-Programming/dp/0521644089/ref=sr_1_1?ie=UTF8&qid=1309282612&sr=8-1
thanks!
On Tue, Jun 28, 2011 at 2:09 AM, Sunny Basi
I think you accidently pasted the mailing address email rather then the book title.
A few good books that I know of, -Real World Haskell -Pearls of Functional Algorithm Design -Programming in Haskell
- Sunny
On Tue, Jun 28, 2011 at 12:20 AM, Ramy Abdel-Azim < ramy.abdelazim@gmail.com> wrote:
has anyone read this book? beginners@haskell.org There are some mixed reviews on the product page. I'm a mid-level software engineer. I've only started learning about Functional programming (didn't even really learn about lisp in college) in the past 12 months. I'm looking to learn more about functional programming to help me improve as a programmer generally. Thanks, _Ramy
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners

It's a good book - the only reservation I would have in recommending it is that it is a "work through" book, you have to work through the book in order to get its benefit. With say "Real World Haskell" you can skip and skim chapters if you don't find them so interesting. Also, you might want to check that you can find and run the SOE "School of Expression" graphics software, it might not be compatible with current GUI toolkits.

ok, cool. I bought a hard-copy of "Real World Haskell". I'm interested
though in "flipping the switch" to more functional thinking. Any
recommendations on abook that would help toward that end?
On Tue, Jun 28, 2011 at 1:51 PM, Stephen Tetley
It's a good book - the only reservation I would have in recommending it is that it is a "work through" book, you have to work through the book in order to get its benefit. With say "Real World Haskell" you can skip and skim chapters if you don't find them so interesting.
Also, you might want to check that you can find and run the SOE "School of Expression" graphics software, it might not be compatible with current GUI toolkits.
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners

On 06/28/2011 08:05 PM, Ramy Abdel-Azim wrote:
ok, cool. I bought a hard-copy of "Real World Haskell". I'm interested though in "flipping the switch" to more functional thinking. Any recommendations on abook that would help toward that end? Hi,
Real World Haskell is more about applying Haskell to real problems. If you are more interested in training your functional way of thinking I would recommend the book"Introduction to Functional Programming using Haskell" by Richard Bird. It's not an easy read but the time working through it is well worth spending. Philipp
On Tue, Jun 28, 2011 at 1:51 PM, Stephen Tetley
mailto:stephen.tetley@gmail.com> wrote: It's a good book - the only reservation I would have in recommending it is that it is a "work through" book, you have to work through the book in order to get its benefit. With say "Real World Haskell" you can skip and skim chapters if you don't find them so interesting.
Also, you might want to check that you can find and run the SOE "School of Expression" graphics software, it might not be compatible with current GUI toolkits.
_______________________________________________ Beginners mailing list Beginners@haskell.org mailto:Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners

On Tue, Jun 28, 2011 at 13:51, Stephen Tetley
Also, you might want to check that you can find and run the SOE "School of Expression" graphics software, it might not be compatible with current GUI toolkits.
SOEGTK is being kept up to date. -- brandon s allbery allbery.b@gmail.com wandering unix systems administrator (available) (412) 475-9364 vm/sms

On 6/28/11, Ramy Abdel-Azim
woops. indeed i did. I meant to ask about this book: http://www.amazon.com/Haskell-School-Expression-Functional-Programming/dp/0521644089/ref=sr_1_1?ie=UTF8&qid=1309282612&sr=8-1
Excellent, excellent book! I read it at the same time as Real World Haskell, and they complimented each other very well. Tom
participants (6)
-
Brandon Allbery
-
Philipp Schneider
-
Ramy Abdel-Azim
-
Stephen Tetley
-
Sunny Basi
-
Tom Murphy