mirror of
https://github.com/papers-we-love/papers-we-love.git
synced 2024-10-27 20:34:20 +00:00
318ac8df8f
Update README.md Removing lines at end of file. Adds a practical paper by Simon Peyton Jones on tacklin monadic I/O, concurrency and foreign-language calls in Haskell. Published in 2010 by Microsoft Research. This is a very readable and useful paper for anyone learning Haskell and intersted in using it beyond academia. Adding pdf as well. Update README.md Remove space from link title. |
||
---|---|---|
.. | ||
a-practical-optional-type-system-for-clojure.pdf | ||
README.md |
Clojure
This is a cross-listing of papers related to Clojure, it's core, contrib and popular libraries. Papers noted at at Clojure talks, meetups, and conferences can be found here as well.
Data Structures
- core.rrb-vector
Pattern Matching
Clojure/West 2014
- Applicative Functional Programming
- Testing
- QuickCheck
- QuickCheck: A Lightweight Tool for Random Testing of Haskell Programs
- QuickCheck Testing for Fun and Profit
- Property-Based Testing, best explained in John Hughes own talk at ClojureWest 2014.
- QuickCheck