lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Eike Decker wrote
> I have to do some researches on UML and quickly found tutorials on how UML is
> used with Java/.NET etc. But when I tried to find UML + Lua I did not get good
> hits using google... 
> So I wonder, has anyone used UML in combination with Lua so far?

IMO, anyone who uses UML to model so close to the code, as to "use" it
with Java or .NET is insane.  Use UML to model your design, not your
code!  (See also http://www.acmqueue.org/modules.php?name=Content&pa=showpage&pid=130 )

For a much more interesting and practical approach see
http://www.fmc-modeling.org/ .

Robby