Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Which advanced Haskell topics interest you
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Manuel M T Chakravarty  
View profile  
 More options Oct 4 2012, 10:45 am
From: Manuel M T Chakravarty <c...@cse.unsw.edu.au>
Date: Fri, 5 Oct 2012 00:43:14 +1000
Local: Thurs, Oct 4 2012 10:43 am
Subject: [Haskell-cafe] Which advanced Haskell topics interest you
Most existing Haskell books and similar teaching material is aimed at programmers who are new to Haskell. This survey is to assess the community interest in teaching material covering advanced topics beyond the commonly taught introductory material.

 https://docs.google.com/spreadsheet/viewform?formkey=dE1QZFNRLTFMdkll...

Manuel

_______________________________________________
Haskell-Cafe mailing list
Haskell-C...@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kim-Ee Yeoh  
View profile  
 More options Oct 4 2012, 1:06 pm
From: Kim-Ee Yeoh <k...@atamo.com>
Date: Fri, 5 Oct 2012 00:04:50 +0700
Local: Thurs, Oct 4 2012 1:04 pm
Subject: Re: [Haskell-cafe] Which advanced Haskell topics interest you

Something to consider is that it's not so much whether the material is
basic, advanced, or intermediate; it's that the way it's being presented is
boring and ineffective.

Take the Head First Java book, which was deliberately engineered to
overcome precisely this hitherto neglected aspect of technical teaching.
There's a lot we can learn from how that book was put together because it's
done wonders for onboarding java developers.

A summary of what makes the book different:

http://books.google.com/books?id=lXEBwv0LYogC&pg=PR22&source=gbs_sele...

-- Kim-Ee

On Thu, Oct 4, 2012 at 9:43 PM, Manuel M T Chakravarty <c...@cse.unsw.edu.au

_______________________________________________
Haskell-Cafe mailing list
Haskell-C...@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stephen Tetley  
View profile  
 More options Oct 4 2012, 1:23 pm
From: Stephen Tetley <stephen.tet...@gmail.com>
Date: Thu, 4 Oct 2012 18:21:58 +0100
Local: Thurs, Oct 4 2012 1:21 pm
Subject: Re: [Haskell-cafe] Which advanced Haskell topics interest you
On 4 October 2012 18:04, Kim-Ee Yeoh <k...@atamo.com> wrote:

> Something to consider is that it's not so much whether the material is
> basic, advanced, or intermediate; it's that the way it's being presented is
> boring and ineffective.

I'd suggest there is enough range in the Haskell books now available,
that for most tastes, there's a beginners to intermediate book already
a given learner wouldn't consider boring. Of course different learners
will like different ones...

As for an advanced book, maybe limiting the subject to one domain
("concurrency" / "DSLs for graphics" / pick a favourite ...) might
make a better book than one targeting a mix of advanced topics.

_______________________________________________
Haskell-Cafe mailing list
Haskell-C...@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Vo Minh Thu  
View profile  
 More options Oct 4 2012, 1:45 pm
From: Vo Minh Thu <not...@gmail.com>
Date: Thu, 4 Oct 2012 19:44:00 +0200
Subject: Re: [Haskell-cafe] Which advanced Haskell topics interest you
2012/10/4 Stephen Tetley <stephen.tet...@gmail.com>:

> On 4 October 2012 18:04, Kim-Ee Yeoh <k...@atamo.com> wrote:
>> Something to consider is that it's not so much whether the material is
>> basic, advanced, or intermediate; it's that the way it's being presented is
>> boring and ineffective.

> I'd suggest there is enough range in the Haskell books now available,
> that for most tastes, there's a beginners to intermediate book already
> a given learner wouldn't consider boring. Of course different learners
> will like different ones...

> As for an advanced book, maybe limiting the subject to one domain
> ("concurrency" / "DSLs for graphics" / pick a favourite ...) might
> make a better book than one targeting a mix of advanced topics.

PBRT (http://pbrt.org/) in Haskell would be awesome :)

_______________________________________________
Haskell-Cafe mailing list
Haskell-C...@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kristopher Micinski  
View profile  
 More options Oct 4 2012, 3:21 pm
From: Kristopher Micinski <krismicin...@gmail.com>
Date: Thu, 4 Oct 2012 15:20:38 -0400
Local: Thurs, Oct 4 2012 3:20 pm
Subject: Re: [Haskell-cafe] Which advanced Haskell topics interest you

On Thu, Oct 4, 2012 at 1:21 PM, Stephen Tetley <stephen.tet...@gmail.com> wrote:
> On 4 October 2012 18:04, Kim-Ee Yeoh <k...@atamo.com> wrote:
>> Something to consider is that it's not so much whether the material is
>> basic, advanced, or intermediate; it's that the way it's being presented is
>> boring and ineffective.

> I'd suggest there is enough range in the Haskell books now available,
> that for most tastes, there's a beginners to intermediate book already
> a given learner wouldn't consider boring. Of course different learners
> will like different ones...

> As for an advanced book, maybe limiting the subject to one domain
> ("concurrency" / "DSLs for graphics" / pick a favourite ...) might
> make a better book than one targeting a mix of advanced topics.

Another problem is that the topics in these domains don't simply deal
with Haskell, they deal with real computer science that is not to be
understated.

Concurrency for Haskell involves tackling the real implementation
issues inherent in making things work, but also a good taste of
semantics, and actual concurrency.  If you're approaching this from an
outsider's perspective (never taken a class in concurrency, never
heard of process algebra, etc..) the topic will be more difficult than
if you're "in the know" and want a survey of topics as they are
implemented in Haskell.

As far as "functional data structures" go, we already have an
excellent book, though it of course could use updating, along with
real world Haskell like treatment, but the core "thinking" is there.

kris

_______________________________________________
Haskell-Cafe mailing list
Haskell-C...@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Manuel M T Chakravarty  
View profile  
 More options Oct 4 2012, 11:02 pm
From: Manuel M T Chakravarty <c...@cse.unsw.edu.au>
Date: Fri, 5 Oct 2012 13:01:32 +1000
Local: Thurs, Oct 4 2012 11:01 pm
Subject: Re: [Haskell-cafe] Which advanced Haskell topics interest you
Kristopher Micinski <krismicin...@gmail.com>:

> On Thu, Oct 4, 2012 at 1:21 PM, Stephen Tetley <stephen.tet...@gmail.com> wrote:
>> As for an advanced book, maybe limiting the subject to one domain
>> ("concurrency" / "DSLs for graphics" / pick a favourite ...) might
>> make a better book than one targeting a mix of advanced topics.

> Another problem is that the topics in these domains don't simply deal
> with Haskell, they deal with real computer science that is not to be
> understated.

> Concurrency for Haskell involves tackling the real implementation
> issues inherent in making things work, but also a good taste of
> semantics, and actual concurrency.

Those are very good points.

Thanks,
Manuel

_______________________________________________
Haskell-Cafe mailing list
Haskell-C...@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »