Page 1 of 1

Modules (or, an easier way to manage large projects)

Posted: Thu Dec 20, 2007 5:14 pm
by Amundo
Can't says I've written a "large project", but it would be nice to be able to split projects up into manageable chunks, which are independant of each other, but can be slotted in for re-use, etc.

"Namespaces" would be overkill???

(By "independant", I mean variable/procedure names are/can be unique within its own module).

(Euphoria's include files are modules by default).