[erlang-questions] LFE can now do parameterized modules

Robert Virding rvirding@REDACTED
Tue Mar 3 02:42:43 CET 2009


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:

(defmodule (name par1 par2 ... )
  ... )

It is downloadable from github: http://github.com/rvirding/lfe/tree/master

Robert
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20090303/efe4ff26/attachment.htm>


More information about the erlang-questions mailing list