Forty hours of declarative programming: Teaching Prolog at the Junior College Utrecht

Jurriën Stutterheim,Wouter Swierstra,Doaitse Swierstra
DOI: https://doi.org/10.48550/arXiv.1301.5077
2013-01-22
Computers and Society
Abstract:This paper documents our experience using declarative languages to give secondary school students a first taste of Computer Science. The course aims to teach students a bit about programming in Prolog, but also exposes them to important Computer Science concepts, such as unification or searching strategies. Using Haskell's Snap Framework in combination with our own NanoProlog library, we have developed a web application to teach this course.
What problem does this paper attempt to address?