Skip to content

Latest commit

 

History

History
70 lines (53 loc) · 2.85 KB

index.md

File metadata and controls

70 lines (53 loc) · 2.85 KB
layout
default

{{ site.subtitle }}

{% include image.html url="/cs3100_m20/_images/paradigms.png" href="https://www.info.ucl.ac.be/~pvr/VanRoyChapter.pdf" caption="Don't worry. We will only cover a small subset of this." width=800 align="center" %}

The aim of the course is to teach you about the different paradigms of programming, their underlying concepts, and the relationships between them. We will mostly look at functional and logic programming, touching upon imperative programming concepts as we go through the course. We will study functional paradigm through OCaml and logic paradigm through Prolog (specifically SWI-Prolog). The official course description is here.

The course will be primarily taught through interactive Jupyter Notebooks. The instructions for setting up the notebooks is found here.

You can have a look at the previous offering of the course for the list of topics we are likely to cover.

Essential Details

Name Email
Vimala S [email protected]
Sumit Padhiyar [email protected]
Girish Balakrishnan [email protected]
Harsh Panchal [email protected]
Kodi Kalyan Srinivas [email protected]

Liaise with the TAs over email about where to meet.

Grading

Item Weightage (%)
7 assignments 49%
EndSem 50%
Class Participation 1%

Acknowledgements

The course borrows some of the materials from