I have just added a first trial version of parameterized modules to LFE (Lisp Flavoured Erlang). It is not fully tested yet but most things seem to work. What does not work, however, is explicitly defining the functions 'new' and 'instance'. Parameterized modules are defined by:<br>
<br>(defmodule (name par1 par2 ... )<br>  ... )<br><br>It is downloadable from github: <a href="http://github.com/rvirding/lfe/tree/master">http://github.com/rvirding/lfe/tree/master</a><br><br>Robert<br><br>