Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

COMP 311: Functional Programming (Fall 2015)

Instructor

Dr. Eric Allen

TAs 

Lectures

GRB W212

Lecture times

2:30PM - 3:45PM TR

Course Email Online Discussionhttps://piazza.com/class/ibslot8j6un5p6

...

Description

This class provides an introduction to concepts, principles, and approaches of functional programming. Functional programming is a style of programming where the key means of computation is the application of functions to arguments (which themselves can be functions). This style of programming has a long history in computer science, beginning with the formulation of the Lambda Calculus as a foundation for mathematics and computer science. It has become increasingly popular in recent years because it offers important advantages in designing, maintaining, and reasoning about programs in many modern contexts such as web services, multicore programming, and cluster computing. Course work consists of a series of programming assignments in the Scala programming language and various extensions.

General Information

 

Lectures
Tuesdays and Thursdays 2:30PM-3:45PM
Grading
Coursework will consist of a series of weekly programming assignments in Scala
Office HoursDr. Eric Allen: Tuesdays 4PM-5PM DH 2161
SyllabusCourse Syllabus 
Homework SubmissionsSubmission Guide
Textbooks
There is no required textbook, but we will draw material from a variety of sources, including:

 

...