1 / 12

CSE-321 Programming Languages Overview

This course provides an overview of programming languages, including mathematical foundations, theory, type theory, language design, and implementation.

jgunn
Download Presentation

CSE-321 Programming Languages Overview

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. CSE-321 Programming LanguagesOverview 박성우 POSTECH March 3, 2015

  2. Course Outline • Topics to be covered: • mathematical foundation of programming languages • theory of programming languages • type theory • designing programming langauges • implementing programming languages • Topics not to be covered: • history of programming languages • comparison of various programming languages

  3. CSE-321 Programming Langauges • Course webpagehttp://pl.postech.ac.kr/~gla/cs321

  4. Grading • Assignments 60%Midterm 15%Final 20%Quiz 5% • 8 programming assignments • 4 written quizzes in class • 2 essay assignments • To get an A, you have to complete all assignments.

  5. Discussion Board • telnet pl.postech.ac.kr, board 321 • Create an ID to ask questions.

  6. Anonymous Feedback • http://pl.postech.ac.kr/~gla/feedback/

  7. Objective Caml (OCaml) • Programming language for your assignments • We will use OCaml 4.01. • Read ‘The core language’ and ‘The module system’ sections in the OCaml manual.

  8. No Cheating • Read the document on the disciplinary policy. • 2011: 5 students cheated (out of 35 students) • We have developed clonechecker for OCaml. • We will check all your programs at the end of the semester. • Cheating will get you a grade of F.

  9. programming.postech.ac.kr • Linux machine for your assignments. • OCaml 4.01 is already installed. • Use your Hemos ID to log in. • Contact Hemos Team to request an ID. • Your handin directory is located at: /home/class/cs321/handin/<your Hemos ID>

  10. Assignment 1 • Assignment 1 will be out tonight. • Due at 11:59pm, March 10 (next Tuesday) • Details of the instruction are all in the handout. • If you don't find your handin directory, email gla@postech.ac.kr. • You may program on Windows or Linux, but make sure that your program compiles! • Otherwise your program will not be graded.

  11. 작문 숙제 • ‘뛰어난 프로그래밍 능력이란’ 주제에 대한 작문 • A4 용지 1장+ 분량 • 3월 17일 화요일 수업시간에 제출 (2주)

  12. Welcome to CSE-321!

More Related