Understanding my students or why I started learning Haskell, Part II

– Why a new language and why Haskell?

Reason 01: Understanding my students or why I started learning Haskell, Part I

Reason 02: Feeling like a student again

This calls for an explanation. I’ve been teaching at two Universities with various intensity for some years and I have started (nudge nudge – know what I mean) to notice some patterns among students. I lack proper backing here so I can’t make too general and sweeping arguments, but I can say that the course book/literature isn’t read by the students the way we expect. I get the impression that the book is not at all among the students’ main alternatives when learning how to program. Students have been telling me that they’d like to watch videos to learn. Why don’t the students read the books? Are the books bad? Should we use books at all? Are they all written in the wrong why – e g assuming everyone knows math and programming? Are the books using a boring pedagogy? One thing I’ve noticed is that most books are best suited for people who already know how to program and need to know another one.

By the way: … is there a good book on learning what programming is? I mean learning from scratch. And I mean good

Talking about books I think about the ones I used during my studies. Did I read the books? I’ve always thought and said I did, but really, did I? Being honest I don’t think I did a good job reading the books. Not in a proper way at least. So in a way I may be more similar to my students than I think.

In a class where I currently lecture we have switched (partly) to using Flipped Classroom and I get the impression – again, no proper backing – that we can see an increase in learning among the students. Still, we can’t rely on videos. Hmm, perhaps if we tag the videos properly? And develop an interface that makes it easy to browse and search. Anyhow, I don’t think we rely on videos alone. We need a book.

Learning, or re-learning after some 15 years in my case, a functional programming is as close to learning programming from scratch as I can come. So I decided to use this as an opportunity. Btw, learning a logical language like Prolog would perhaps be better – but I want to learn something I will find useful in my current profession. I guess I’ll be a Guinea pig in a way. How will I feel when reading books on a new subject? What kind of books do I like when NOT knowing the subject?

So learning a functional language will make me find the kind of literature that fits me. And assuming I am somewhat similar to my students in not wanting to read a language specification to start with I think I can draw some conclusions from the book I find nice and use these conclusions in my coming classes/courses. And probably I will eat some humble pie too. … btw, I certainly don’t mind reading language specifications. But not when starting off with a new language. Yeah yeah, some of you want to do it that way.

Bla bla bla, I will write about my findings tonight (publish tomorrow) – why it became Haskell and not Scheme.

10 responses to “Understanding my students or why I started learning Haskell, Part II

  1. Pingback: Henrik Sandklef: Understanding my students or why I started learning Haskell, Part II | Open World

  2. I am no Haskell expert but when I looked into it I enjoyed the following book immensely:

    http://learnyouahaskell.com/

    It’s a whimsical but well explained dive into the language, I find.

    There exist printed copies of it as well (I have one at home).

  3. Sure there is such a book and I am pretty sure you know it: The Wizard Book – Structure and Interpretation of Computer Programs. See the Jargon file for details.

      • BTW, it’s been a while but I remember that I liked “The Practice of programming” by Kernighan and Pike.

  4. SICP actually is a great book, I really liked it.

    Here’s an approach I would love to try, if I ever get the opportunity to teach a programming class: teach the development environment and give students the project of fixing bugs or adding features, a la rms’ advice about how to learn programming. Sure, small assignments would be programs from scratch, but getting students diving into huge programs right away would be an interesting experiment.

  5. Pingback: Understanding my students or why I started learning Haskell, Part III | hesa's Weblog

  6. Pingback: Ενημερωτικό Δελτίο FSFE – Μάρτιος 2014 | Τροπή…

Leave a comment