Skip to content

Commit 5cec603

Browse files
committed
Update README.md
1 parent 5281af7 commit 5cec603

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
Ruby examples, CMSC 330
2-
=======================
1+
Examples from CMSC 330, Summer 2015
2+
===================================
33

4-
- `matrices-06-03.rb`: June 3 version of the matrix interpreter.
4+
CMSC 330 is a junior level class on learning, understanding, and building programming languages. This repository provides much of the lecture material from the class, along with helpful examples and boilerplate code to get students started. There are also interspersed practice questions, which may show up on exams or projects throughout the course.
5+
6+
- [`ocaml`](ocaml) -- A tutorial style introduction to the OCaml programming language, giving callouts to various concepts useful for functional programming in general (e.g., map and fold).
7+
- [`lambda-calculus`](lambda-calculus) -- Lectures on the lambda calculus and programming language semantics, including implementations of a core ML subset in big step and small step style.
8+
- [`prolog`](prolog) -- Handout material for the Prolog programming langauge
9+
- [`module-systems`](module-systems) -- A short tutorial on the OCaml module system

0 commit comments

Comments
 (0)