Export to
Saturday, March 20, 2010 at 4:44pm and last updated
Tuesday, March 23, 2010 at 8:53pm.
Galois Tech Talk
Website
Description
** NOTICE: This talk has been postponed until April 1 at 10:30am.
Building Refactoring Tools for Functional Languages
Details:
* Presenter: Prof. Simon Thompson
* Date: Thursday, April 1, 2010
* Time: 10:30am
Abstract: Refactoring is the process of changing the design of a program without changing what it does. Typical refactorings, such as function extraction and generalisation, are intended to make a program more amenable to extension, more comprehensible and so on. Refactorings differ from other sorts of program transformation in being applied to source code (rather than within the bowels of a compiler), and in having an effect across a code base. Because of this, there is a need to give (semi-)automated support to the process. This talk will reflect on our experience of building tools to refactor functional programs written in Haskell (HaRe?) and Erlang (Wrangler). In doing this we will address system design, the pragmatics of system take-up, as well as contrasting the style of refactoring and tooling for Haskell and Erlang.
Bio: Simon Thompson is a Professor of Logic and Computation at the University of Kent.