Course Schedule - Fall Semester 2015

     

Meeting location information can now be found on student schedules in ESTHER (for students) or on the Course Roster in ESTHER (for faculty and instructors).
Additional information available here.

COMP 311 001 (CRN: 14047)

FUNCTIONAL PROGRAMMING

Long Title: FUNCTIONAL PROGRAMMING
Department: Computer Science
Instructor: Allen, Eric E.
Meeting: 2:30PM - 3:45PM TR (24-AUG-2015 - 4-DEC-2015) 
Part of Term: Full Term
Grade Mode: Standard Letter
Course Type: Lecture
Language of Instruction: Taught in English
Method of Instruction: Face to Face
Credit Hours: 4
Course Syllabus:
 
Prerequisites: COMP 211 OR COMP 215
Section Max Enrollment: 35
Section Enrolled: 33
Enrollment data as of: 21-JAN-2025 7:30PM
 
Additional Fees: None
 
Final Exam: Scheduled Final Exam-OTR Room
 
Description: 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 might be functions). This style of programming 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 library extensions such as Apache Spark.