vix.ing · top · new · best · stats · spec

From Principles to Practice with Class in the First Year

2013/06/30 by Sam Tobin-Hochstadt, David Van Horn
Computer Science · #cs.PL

paper · pdf · doi:10.4204/eptcs.136.1

published as EPTCS 136, 2013, pp. 1-15 · In Proceedings TFPIE 2013, arXiv:1312.2216

arxiv created 2013/12/10 · arxiv updated 2013/12/11

Abstract

We propose a bridge between functional and object-oriented programming in the first-year curriculum. Traditionally, curricula that begin with functional programming transition to a professional, usually object-oriented, language in the second course. This transition poses obstacles for students, and often results in confusing the details of development environments, syntax, and libraries with the fundamentals of OO programming that the course should focus on. Instead, we propose to begin the second course with a sequence of custom teaching languages which minimize the transition from the first course, and allow students to focus on core ideas. After working through the sequence of pedagogical languages, we then transition to Java, at which point students have a strong command of the basic principles. We have 3 years of experience with this course, with notable success.

Citations