1 / 9

CIS 505: Programming-Language Paradigms

CIS 505: Programming-Language Paradigms. Torben Amtoft Xinming (Simon) Ou Aug 23, 2010. What is this course about. It is not about any specific programming languages Although we will learn to use a few languages you may not have used before

shaina
Download Presentation

CIS 505: Programming-Language Paradigms

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CIS 505: Programming-Language Paradigms Torben Amtoft Xinming (Simon) Ou Aug 23, 2010

  2. What is this course about • It is not about any specific programming languages • Although we will learn to use a few languages you may not have used before • We will learn how programming languages are designed, implemented, and compiled • In particular, we will introduce three “paradigms” of programming languages

  3. Why do you want to take this course? • To let computers do things for us, we must speak computers’ languages • Computers’ languages are designed by humans • Whether you realize it or not, you are designing languages to be used by computer programs all the time • A “good” language is fundamental to getting the task accomplished

  4. How the course is organized • Simon will cover the first quarter of the course • Basic concepts in language design • The imperative paradigm • Torben will cover the middle half • The functional paradigm • Simon will wrap up the last quarter • The logical paradigm

  5. How will the course be graded? • There will be a number of homeworks which are mostly programming assignments • You earn points for each assignment • Total points from assignments constitute 95% of the final points • 5% Class participation • We will ask some of you to do exercises in each class. • If I often cannot find you in the classroom, your class participation points will suffer. • The quality of the answers is not a factor, as long as you try your best.

  6. Collaboration Policy • Pairing with another student in assignments is encouraged • You learn how to work with your teammate, in addition to the course knowledge. • When you submit the assignment, it must be the case that each of you could individually produce the solution by yourself alone. • You have the option of working by yourself, but you will not earn any extra credit for doing so.

  7. Course web site • All course materials (slides, assignments, examples, announcements, etc.) can be found at the following urls: • http://people.cis.ksu.edu/~tamtoft/505f10/ • http://people.cis.ksu.edu/~xou/505f10/ • Check the website often for updates

  8. Textbooks • Simon will use David Schmidt’s online textbook at: • http://people.cis.ksu.edu/~schmidt/505f10/ • Torben will use Ullman’s textbook • Elements of ML Programming, ML97 edition, Prentice Hall 1998

  9. Software • Python • Standard ML of NJ • XSB Prolog system

More Related