Archive for the tag 'notes'

Oct 31 2010

Functional OCaml Cheatsheet

Published by Chris Rebert at 6:11 PM

Having learned functional OCaml during CSE 130 (btw, Prof. Lerner is great), here’s a version of my midterm notes for future reference (unfortunately, without syntax highlighting; I can’t find a SyntaxHighlighter brush for OCaml): (* An OCaml comment. (* You can nest them. *) *) Some infix operators: Equality: = (*though also used in Let-In for [...]

Popularity: 13% [?]

No responses yet

Apr 04 2009

C in a Nutshell in a Nutshell

Published by Chris Rebert at 2:12 PM

I recently finished reading C in a Nutshell, which I highly recommend as an excellent C reference and tutorial to anyone with programming experience. I previously learned some MS Visual C++ at CyberCamps some years ago, but finding the language a bit clunky, I searched around the web, found Python and have been in love [...]

Popularity: 1% [?]

5 responses so far