I'm a sophomore CS student, and would like to start deepening my knowledge much more. What are some good papers to start reading (as in, not so complicated that the content will go over my head).
"Raft: A distributed Consensus Protocol" (https://ramcloud.stanford.edu/wiki/download/attachments/1137...) would be a very valuable thing to look at for a sophomore CS student. I imagine it's a bit different than what you've studied so far, but the protocol was designed for understandability and ease of implementation above all else. As a result, it's gained quite a bit of interest from the industry, and you'll find implementations in Go, Erlang, Java, etc. to pick apart.
Thank you, Growing a Language looks especially relevant to me because I have to write a ten page paper on "computers and language" for a class on programming language history/design.
Nothing changed my worldview as much as this paper did, which I only saw a couple years ago. Less you think I'm some easily impressed fad chasing newb, I've been programming professionally for 13+ years
9 comments
[ 2.8 ms ] story [ 27.0 ms ] threadIt includes some intermediate and pretty advanced topics.
By the way, in case anyone wants to look at the safety proof and formal specification for Raft (the paper's citation link is broken), it's at http://raftuserstudy.s3-website-us-west-1.amazonaws.com/proo...
http://dspace.mit.edu/bitstream/handle/1721.1/14719/18524280...
And not really a research paper, but if you haven't read it, you'd might enjoy Guy Steele's Growing a Language:
http://www.cs.virginia.edu/~evans/cs655/readings/steele.pdf
http://library.readscheme.org/page1.html
http://ttic.uchicago.edu/~dreyer/course/papers/wadler.pdf