Section 1: Week 1 - ML Crash Course. [ misc.ml ]
Section 2: Week 2 - Tail Recursion and map [ tailrecursion.ml, mapexample.ml ]
Section 3: Week 3 - Fold [ foldexamples.ml ]
Section 4: Week 4 - More map and fold [ misc.ml ]
Section 5: Week 5 - Interpreter [ lexer.mll, parser.mly, Makefile,syntax.ml,prec.ml]
Section 6: Week 6 - Intro to Python - web crawler [ basic.py, crawler.py]
Section 7: Week 7 - Python decorators and intro to Prolog [ decorators.py, misc.pl]