Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Rich Hickey is mad!

Name: Anonymous 2013-06-20 20:39

Name: Anonymous 2013-06-22 5:49

>>51
>>50
`I don't know where you get your ideas, TJ`
Haskell can have any kinds of fucking trees, including but not limited to the lisp lists. For instance like this:
data Tree a = Empty | Node a (Tree a) (Tree a) deriving (Show)
The type system handles them like any other fucking type. Type inference works. You can even save time if you want to walk down a path in a tree without evaluating it whole, thanks to laziness.
Get your heads out of your SICP archaism and read about fucking Haskell which can do everything Lisp can, and more.
http://learnyouahaskell.com/zippers

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List