Sciweavers

45 search results - page 1 / 9
» Parameterized modules in Erlang
Sort
View
ERLANG
2003
ACM
13 years 10 months ago
Parameterized modules in Erlang
This paper describes how the Erlang programming language could be extended with parameterized modules, in a way that is compatible with existing code. This provides a powerful way...
Richard Carlsson
ERLANG
2008
ACM
13 years 6 months ago
Refactoring module structure
László Lövei, Csaba Hoch, Hanna...
ERLANG
2003
ACM
13 years 10 months ago
A soft-typing system for Erlang
This paper presents a soft-typing system for the programming language Erlang. The system is based on two concepts; a (forward) data flow analysis that determines upper approximat...
Sven-Olof Nyström
ECOOP
2006
Springer
13 years 8 months ago
Parameterized Modules for Classes and Extensible Functions
Abstract. We present F(Eml), a language that combines classes, extensible functions, symmetric multiple dispatching, and a practical system for parameterized modules. Parameterized...
Keunwoo Lee, Craig Chambers