#Core - Version 0.6.0 Beta
The "core" package for the Forall Framework. This package serves as a main entry point for the system. It performs the following tasks:
- Deals with finding other packages and accessing their initialization code.
- Allows packages to register specific classes as part of the core, allowing them to be accessed easily via a helper function in the global scope.
- Comes with a small library for creating singletons.
- Comes with a small utility library that assists in including files in a safe way and some other helpful things.
The change-log can be found in CHANGES.md
in this directory.
Copyright (c) 2013 Avaq, https://github.com/Avaq
Forall is licensed under the MIT license. The license is included as LICENSE.md
in the
Forall environment repository.