njoubert / HaskellDouche

PL is really interesting, and this is me playing around with haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HaskellDouche
------------------

This is me playing around with Haskell.

Why the name? I enjoy the study and practice of Programming Languages, but it seems like touching Haskell means being classified as a PL Douche, Elitist or (God forbid) "unpractical". So I figured I'd just go with that.


--- Contents

webserver.hs
	Uses low-level sockets to accept requests and create responses.
	> ghc --make webserver.hs
	> ./webserver
	
LYAH_typeclasses.hs
	Learn You A Haskell For Great Good, typeclass chapter musings
	
messing_around.hs
	From an initial homework for Stanford's CS242, trees and currying

About

PL is really interesting, and this is me playing around with haskell


Languages

Language:Haskell 100.0%