vix.ing · top · new · best · stats

Martta: A C++ Language Workbench

2014/03/15 by Gavin Wood, Wood, Gavin
Computer Science · #Artificial intelligence #Class (philosophy) #Computer science #Development environment #Distributed and Parallel Computing Systems #Event (particle physics) #FOS: Computer and information sciences #Java #Parallel Computing and Optimization Techniques #Programmer #Programming Languages (cs.PL) #Programming language #Software #Software Engineering (cs.SE) #Software Engineering Research #Software development #Software engineering #Syntax #USable #Visualization #Workbench #World Wide Web #cs.PL #cs.SE

paper · pdf · doi:10.48550/arxiv.1403.3752

published in arXiv (Cornell University) (Cornell University)

arxiv created 2014/03/15 · openalex publication_date 2014/03/15 · arxiv updated 2014/03/18 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

Language-orientated programming promises to elevate programmer productivity through increased abstrac- tion capabilities. Structural programming environments provide apparatus to reduce the difficulties with syntax. The language workbench, a conceptual combination of these two approaches, is a comparatively novel approach to software development and has so far been attempted only in dynamic-dispatch, run-time-compiled languages (e.g. Java). However, it must be remembered that several fields of engineering exist, each having their own priorities. In the video games industry, where large, complex and diverse projects are routinely developed, efficiency is paramount and as such C++, as a development platform, is widely used. I explore the possibility of a language workbench capable of a gradual transition in both skills and code from the traditional C++ development environment. This article is the design for a language workbench. It uses novel techniques including a context-sensitive event- driven input system and a hybrid single/multiple-inherited class model and through a prototype implementation demon- strates that is both concise and practical for C++. I refute the hitherto implicit hypothesis that the language workbench paradigm is not applicable to the C++ language, showing that C++ can be used for creating an effective development framework usable in otherwise pure-C++ programming environments.

Related