Logo image
Experience report: using hackage to inform language design
Conference proceeding

Experience report: using hackage to inform language design

J Garrett Morris
Proceedings of the third ACM Haskell symposium on haskell, pp.61-66
Haskell '10
09/30/2010
DOI: 10.1145/1863523.1863531

View Online

Abstract

Hackage, an online repository of Haskell applications and libraries, provides a hub for programmers to both release code to and use code from the larger Haskell community. We suggest that Hackage can also serve as a valuable resource for language designers: by providing a large collection of code written by different programmers and in different styles, it allows language designers to see not just how features could be used theoretically, but how they are (and are not) used in practice. We were able to make such a use of Hackage during the design of the class system for a new Haskell-like programming language. In this paper, we sketch our language design problem, and how we used Hackage to help answer it. We describe our methodology in some detail, including both ways that it was and was not effective, and summarize our results.
hackage haskell

Details

Metrics

5 Record Views
Logo image