Skip to content

Latest commit

 

History

History
 
 

COMP 3007

COMP 3007 (Programming Paradigms)

Description

An introduction to alternative programming paradigms such as functional, constraint-based, concurrent, and logic programming.

Details

  • Professor: Robert Collier
  • Term Taken: Winter 2019
  • Programming Language: Haskell / Prolog

Prerequisites

Compiling & Running

  • Haskell
    • Type ghci at the command prompt.
    • :l <haskell-file>
    • Test any function.
  • Prolog
    • Open SWI Prolog.
    • File -> Consult -> <prolog-file>
    • Test any predicate.