ipeternella / programming-languages

Solutions for the Coursera's course Programming Languages by Dan Grossman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Programming Languages Course Solutions (Part A)

Solutions for the Coursera's course Programming Languages by Dan Grossman. Implemented in SML.

Topics covered:

  • Environments and bindings;
  • Recursion;
  • Tail recursion;
  • Lexical scope;
  • Closures;
  • Type Inference;
  • Many other functional programming concepts and general programming languages concepts.

About

Solutions for the Coursera's course Programming Languages by Dan Grossman


Languages

Language:Standard ML 100.0%