- Instructor: Prof. Chung-Kil Hur
- TA: Yonghyun Kim, Sung-Hwan Lee, Minki Cho, Dongjoo Kim
- Office: Bldg 302 Rm 312-2
- Email address: pp2018fall@sf.snu.ac.kr
- Sep 17: Midterm exam schedule: Oct 21, 2pm ~ 5pm (no strict timeout).
- Sep 20: HW1 is out. (Due date: 10/4(THU) 23:59)
Download 'lecture.pdf'.
No. | Published |
---|---|
1 | Sep 05 |
2 | Sep 17 |
3 | Sep 19 |
4 | Oct 03 |
5 | Oct 10 |
- | - |
- Download skeleton code and replace
???
with your code - No delayed submission
- The score is automatically uncovered right after the due date.
- Claims: within 2 weeks from the due date, please.
- You must use the lastest version of Scala (2.12.6).
- Instruction for submission
No. | Published | Due | Description |
---|---|---|---|
1 | 09/20 | 10/4 23:59 | Basics |
- Ask questions in the GitHub repository issue tracker.
- When you post a piece of source code, use "fenced code blocks" feature
- Like this:
def foo(x:Int) = x + 3 foo(10)
- Or, you can use GitHub Gist.
- When you post a piece of source code, use "fenced code blocks" feature
- Latest version: 2.12.6
- Use IDEs to write a Scala program.
- IntelliJ IDEA, Eclipse, etc
- Reading 'Scala setting.pdf' will be helpful.