Hacker News new | past | comments | ask | show | jobs | submit login
Free algorithms book with examples in Haskell (work in progress) [pdf] (dropboxusercontent.com)
109 points by msie on June 14, 2014 | hide | past | favorite | 15 comments



If you can do a decent enough job that your book acts as an updated version of purley functional data structures then you've got my money!

http://www.amazon.ca/Purely-Functional-Structures-Chris-Okas...

It's one of the few cs books that I refer to regularly when coding.


And mine!


Error (509) This account's public links are generating too much traffic and have been temporarily disabled!


Would love to read and buy book like that. I think for me main part here is pure functional implementation of algorithms in Haskell.


Links no longer seem to work...


FWIW there's the full TeX source on github :)

https://github.com/liuxinyu95/AlgoXY

The PDF isn't included, but it's generated by the default makefile.

(There's also a PDF-download option on the Scribd mirror -- check the HN title -- but that insists on a Facebook login).



The scribd link appears to be back up.


Something like that would be great for Javascript!


Why? It'll be focused on immutable data structures which are unnatural in Javascript.


the mori library (port of clojure's immutable data structures) seems to be doing quite nicely: https://github.com/swannodette/mori


I believe that immutable data structures are valuable in Javascript. I don't believe that Javascript is a good language for exploring algorithms atop them.


No. Just no.


Why not? Because it is Javascript?


link is bad now.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: