Implementation of a MIX Emulator: A Case Study of the Scala Programming Language Facilities

Implementation of an emulator of MIX, a mythical computer invented by Donald Knuth, is used as a case study of the features of the Scala programming language. The developed emulator provides rich opportunities for program debugging, such as tracking intermediate steps of program execution, an opport...

Full description

Bibliographic Details
Main Authors: Batdalov Ruslan, Ņikiforova Oksana
Format: Article
Language:English
Published: Sciendo 2017-12-01
Series:Applied Computer Systems
Subjects:
mix
Online Access:https://doi.org/10.1515/acss-2017-0017
Description
Summary:Implementation of an emulator of MIX, a mythical computer invented by Donald Knuth, is used as a case study of the features of the Scala programming language. The developed emulator provides rich opportunities for program debugging, such as tracking intermediate steps of program execution, an opportunity to run a program in the binary or the decimal mode of MIX, verification of correct synchronisation of input/output operations. Such Scala features as cross-compilation, family polymorphism and support for immutable data structures have proved to be useful for implementation of the emulator. The authors of the paper also propose some improvements to these features: flexible definition of family-polymorphic types, integration of family polymorphism with generics, establishing full equivalence between mutating operations on mutable data types and copy-and-modify operations on immutable data types. The emulator is free and open source software available at www.mix-emulator.org.
ISSN:2255-8691