> Just define your module in the init.cl file:
> testmod :: module( part_of = claire, made_of list("test") )
It didn't seem to like that?
I:\pls\Claire>claire -cm testmod
-- CLAIRE run-time library v 3.3.28 [os: ntv, C++:MS VC++ ] --
this is a init file for cclaire for OS: ntv -------------------
---- Syntax Error[line: 14]:
**** An error has occurred.
[152] Separation missing between made_of
and list("test") [none?]
Were is the "standard" place in init.cl to put these module
definitions? Does it matter?