Skip to content

Examples from the class CMSC 330 during Summer 2015

Notifications You must be signed in to change notification settings

quangIO/cmsc330examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Examples from CMSC 330, Summer 2015

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.

  • 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).
  • 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.
  • prolog -- Handout material for the Prolog programming langauge
  • module-systems -- A short tutorial on the OCaml module system

About

Examples from the class CMSC 330 during Summer 2015

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • OCaml 84.7%
  • Prolog 7.5%
  • Ruby 6.7%
  • Other 1.1%