Research Paper: RacketLogger: Logging and Visualising Changes in DrRacket
Turgut Reis Kursun, Jens Van der Plas, Quentin Stiévenart and Coen De Roover.
Developers frequently make code changes while programming, such as deleting a line of code and renaming or introducing a variable. These changes can be detected and logged, for example by the IDE used by the developer. Logging changes is possible at two levels: at the textual level or at the level of the abstract syntax tree (AST) of the program. The logged changes, in both forms, are useful because they can be used to build new software engineering tools, such as static code analysers.
Plugins that log changes have already been developed for some IDEs. However, so far, no change-logging plugin has been developed for the DrRacket IDE, which supports the development of programs written in Scheme-like languages such as R5RS Scheme and Racket. To fill this gap, we have developed RacketLogger, a change-logging plugin for DrRacket. RacketLogger logs changes both at the textual level and at the AST level. To determine changes at the level of the AST, we have adapted Negara et al.’s algorithm to support Scheme syntax. We have evaluated our plugin by creating a visualisation for the logged changes to measure how well RacketLogger can be used as a building block, and conducted a small-scale user study to measure its usability.
Tue 22 MarDisplayed time zone: Lisbon change
15:30 - 17:00 | |||
15:30 30mTalk | Enlightening Lightning Talks ELS | ||
16:00 30mTalk | Research Paper: RacketLogger: Logging and Visualising Changes in DrRacket ELS Turgut Reis Kursun VUB, Jens Van der Plas Software Languages Lab, Vrije Universiteit Brussel, Quentin Stiévenart Vrije Universiteit Brussel, Coen De Roover Vrije Universiteit Brussel | ||
16:30 30mTalk | Research Paper: Transpiling Python to Julia using PyJL ELS |