Ask HN: What source code is worth studying?
51–60 of 176 posts
Re: Ask HN: What source code is worth studying?
#52* UnderscoreJS
Re: Ask HN: What source code is worth studying?
#53Scheme (and functional programming in general): examples/exercises from the SICP book
Re: Ask HN: What source code is worth studying?
#54Earlier quoted context omitted.
>>> http://pdos.csail.mit.edu/6.824-2013/ Do each lab. Read the discussion and rtm's course notes. How to read the discussions? I think it's not publicly available. Btw, thanks a lot for the great post.
It's a little hidden: http://pdos.csail.mit.edu/6.824-2013/schedule.html
Re: Ask HN: What source code is worth studying?
#55The sources to Lua are pretty darn great: http://www.lua.org/source/5.2/
Agreed, and after you've worked through the source to the canonical implementation of Lua, you can level-up by looking into the source of LuaJIT: http://luajit.org/download.html
Re: Ask HN: What source code is worth studying?
#56Re: Ask HN: What source code is worth studying?
#57Re: Ask HN: What source code is worth studying?
#58Earlier quoted context omitted.
It's a little hidden: http://pdos.csail.mit.edu/6.824-2013/schedule.html
I meant specifically the "discussions", as mentioned in the 'course information' page: >>> "Please use Piazza to discuss labs, lectures and papers. We will look at Piazza regularly and answer questions (unless one of you answers first); the entire class can see and benefit from these exchanges."
Re: Ask HN: What source code is worth studying?
#59I haven't written any C for years, but really enjoyed skimming through Redis codebase, it's so clean, easily understandable and extensible.
Re: Ask HN: What source code is worth studying?
#60* BackboneJS * UnderscoreJS