Tetris in Haskell
lambdacolyte.wordpress.com
Tetris in Haskell
1–10 of 23 posts
Re: Tetris in Haskell
#2Without the code to go with it haskell hasn't got much to do with it. Would be nice to see the source!
Re: Tetris in Haskell
#3Re: Tetris in Haskell
#4this is a video of somebody playing tetris, it could have been programmed in java, haskell or brainfuck for that matter. Without the code to go with it haskell hasn't got much to do with it. Would be nice to see the source!
Re: Tetris in Haskell
#5this is a video of somebody playing tetris, it could have been programmed in java, haskell or brainfuck for that matter. Without the code to go with it haskell hasn't got much to do with it. Would be nice to see the source!
Yeah, the source code would be very good to see.
Re: Tetris in Haskell
#6Presumably this is newsworthy because building Tetris in Haskell is harder than in an imperative/OO language? Why is that a good thing?
Re: Tetris in Haskell
#7I discovered it when a regular contributor contributed an article on the game to my FOSS gaming encyclopedia.
Re: Tetris in Haskell
#8Presumably this is newsworthy because building Tetris in Haskell is harder than in an imperative/OO language? Why is that a good thing?
Presumably this is newsworthy because everyone assumes building Tetris in Haskell is harder than in an imperative/OO language. This is a good thing because it proves that it's not.
Re: Tetris in Haskell
#9There is an implementation of tetris in haskell with the source code: http://web.comlab.ox.ac.uk/people/Ian.Lynagh/Hetris/ I discovered it when a regular contributor contributed an article on the game to my FOSS gaming encyclopedia.
Re: Tetris in Haskell
#10Earlier quoted context omitted.
Presumably this is newsworthy because everyone assumes building Tetris in Haskell is harder than in an imperative/OO language. This is a good thing because it proves that it's not.
He says its taken him a week to do it and has had to ask lots of people for help. So I'd say its much harder than in a language like C#. I could (and so could most other people here) make tetris in 1-2 days without help.
This comes to mind: http://prog21.dadgum.com/23.html