import Data.Packed.Matrix import System.Environment import System.Posix.Unistd ...
Haskell Game of Life in Haskell
by https://www.google.com/accounts/o8/id?id=AItOawmBVe2Qh_TO2UNRW1mfzLCWTyNyTytCJO4,
February 24, 2011 00:11,
No refactoring, tagged with haskell, game of life
type IRCHandle = Handle type LogHandle = Handle type ChannelName = String ...
Haskell Don't like that explicit 0 ...
Well, the title says it all...
module Main where import Text.XML.HaXml ...
Haskell Code from a novice Haskell ...
It's a simple command-line ...
main = do s <- getContents
putStr (unlines (reverse (rotate (lines s))))
...
Haskell Cat90
Rotates text given in stdin...
module Main where import List import Text.Regex.Posix ...
Haskell Graham scan
My first experiment with Ha...
import System.IO import Data.Word ...
Haskell Raytracer in haskell
by jaggederest,
September 01, 2008 21:23,
1 refactoring, tagged with vector, haskell, raytracer, linear algebra
This is my first serious ha...
I've been learning Haskell ...