Sciweavers

ERLANG
2008
ACM

Gradual typing of erlang programs: a wrangler experience

13 years 6 months ago
Gradual typing of erlang programs: a wrangler experience
Currently most Erlang programs contain no or very little type information. This sometimes makes them unreliable, hard to use, and difficult to understand and maintain. In this paper we describe our experiences from using static analysis tools to gradually add type information to a medium sized Erlang application that we did not write ourselves: the code base of Wrangler. We carefully document the approach we followed, the exact steps we took, and discuss possible difficulties that one is expected to deal with and the effort which is required in the process. We also show the type of software defects that are typically brought forward, the opportunities for code refactoring and improvement, and the expected benefits from embarking in such a project. We have chosen Wrangler for our experiment because the process is better explained on a code base which is small enough so that the interested reader can retrace its steps, yet large enough to make the experiment quite challenging and the ex...
Konstantinos F. Sagonas, Daniel Luna
Added 19 Oct 2010
Updated 19 Oct 2010
Type Conference
Year 2008
Where ERLANG
Authors Konstantinos F. Sagonas, Daniel Luna
Comments (0)