This post originated from an RSS feed registered with Ruby Buzz
by Vincent Foley.
Original Post: My first Haskell program
Feed Title: Uncentered Mind
Feed URL: https://gnuvince.wordpress.com/feed/?cat=2
Feed Description: I ramble, you call me names, we have fun!
I’ve been dabbling with Haskell since last Friday, and here’s the first program I made. It’s a rogram to verify if a given ISBN is valid or not. I would appreciate comments regarding style, if it’s proper Haskell or if it looks like Lisp in Haskell. Thank you.
import Data.Char
map2 f [] [] [...]