TC2 is a free and open source library for writing modular programs. A TC2 application consists of a set of modules, each implementing one or more separately defined interfaces.
When a module uses a function defined by some interface, a module implementing that interface is automatically loaded. TC2 keeps track of dependencies between modules and automatically unloads modules when they are no longer required, as well as preventing unloading of modules in use.
Requirements:
· Java
What's New in This Release: [ read full changelog ]
· new logging subsystem
· tc2make extensible with perl modules
· improvements to generated makefile/configure.ac
· switch to MIT/X11 license