Electronic Proceedings in Theoretical Computer Science (Jun 2019)

Stepping OCaml

  • Tsukino Furukawa,
  • Youyou Cong,
  • Kenichi Asai

DOI
https://doi.org/10.4204/EPTCS.295.2
Journal volume & issue
Vol. 295, no. Proc. TFPIE 2018
pp. 17 – 34

Abstract

Read online

Steppers, which display all the reduction steps of a given program, are a novice-friendly tool for understanding program behavior. Unfortunately, steppers are not as popular as they ought to be; indeed, the tool is only available in the pedagogical languages of the DrRacket programming environment. We present a stepper for a practical fragment of OCaml. Similarly to the DrRacket stepper, we keep track of evaluation contexts in order to reconstruct the whole program at each reduction step. The difference is that we support effectful constructs, such as exception handling and printing primitives, allowing the stepper to assist a wider range of users. In this paper, we describe the implementation of the stepper, share the feedback from our students, and show an attempt at assessing the educational impact of our stepper.