The program is the system: introduction to programming without abstraction

The program is the system: introduction to programming without abstraction
Related tools & artifacts:
Conference Paper: Koli Calling '17, November, 2017

Learning to program is hard, also because it requires students to deal with abstraction. A program is an abstract construct: most pieces of a program are not concrete, literal values, but they are abstract symbols standing for things or actions in the system they model and control.

Thus, when learning to program, novices not only need to learn about the system, but they also need to learn about the programming language. They need to think about the concrete effects in the system their abstract program constructs will cause once the program will execute. This thinking on two levels of abstraction (program and system), and in two dimensions of time (coding and execution) can cause a significant burden.

In this short paper we propose to collapse those two levels. We wonder whether it would be possible to devise a programming environment where the program is the system. To do this we need languages that are the system, instead of languages that are about the system. We propose to use tangible languages as a way towards this idea. We briefly present three such languages which we used in the context of an informal learning setting and report our initial lessons learned.

@inproceedings{Hauswirth:2017:PSI:3141880.3141894, author = {Hauswirth, Matthias and Adamoli, Andrea and Azadmanesh, Mohammad Reza}, title = {The Program is the System: Introduction to Programming Without Abstraction}, booktitle = {Proceedings of the 17th Koli Calling Conference on Computing Education Research}, series = {Koli Calling '17}, year = {2017}, isbn = {978-1-4503-5301-4}, location = {Koli, Finland}, pages = {138--142}, numpages = {5}, url = {http://doi.acm.org/10.1145/3141880.3141894}, doi = {10.1145/3141880.3141894}, acmid = {3141894}, publisher = {ACM}, address = {New York, NY, USA}, keywords = {abstraction, education, programming languages}, }