Skip to content

Latest commit

 

History

History
60 lines (46 loc) · 2.57 KB

File metadata and controls

60 lines (46 loc) · 2.57 KB

Programming Principles, SNU 4190.210, 2025 Fall

Logistics

Grading (tentative)

  • Assignments : 40%
  • Midterm exam : 30%
  • Final exam : 30%

Attendance

We will not use electronic attendance check in this class. If the professor does not specifically check attendance during class, everyone will be marked as present.

Announcements

  • Check announcements in Issues

Exam

  • Midterm : 2024/10/28(Tue) 17:15 ~ 22:00
  • Final : 2024/12/13(Sat) 13:00 ~ 19:00

Assignments

TBD

Course Description

Lecture Slides

TBD

Tools

See This to install and set development tools.

  • Utilize Integrated Development Environments (IDEs) to write Scala 3 and Rust programs.
    • IntelliJ IDEA, VSCode, Eclipse, Emacs, etc.
    • VSCode will be used for both tutorials and exams.
  • We advise against submitting code generated by Large Language Models (LLMs). Our plagiarism detection system may flag such code as copied material.

Communication

def foo(x:Int) = x + 3
foo(10)

Honor Code: DO NOT CHEAT