Sciweavers

ERLANG
2003
ACM

Parameterized modules in Erlang

13 years 9 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 of creating callbacks, that avoids the limitations involved with function closures, and extends current programming practices in a systematic way that also eliminates a common source of errors. The usage of parameterized modules is similar to Object-Oriented programming, and is naturally complemented by the currently underused feature of behaviours (interface declarations), which are also explained in detail.
Richard Carlsson
Added 05 Jul 2010
Updated 05 Jul 2010
Type Conference
Year 2003
Where ERLANG
Authors Richard Carlsson
Comments (0)