Standard Library
Fractal
email at server.com
Mon Jun 8 18:18:58 PDT 2009
Some things that i want for a Standard Library are:
- XML: Tango has XML but I need to write much lines for a simple task (like it hasnt a function to get an attribute as an int)
- simple IO that "works"
- String structure for easy string handling
- A global dynamic string table (loaded at start up from a XLIFF) to has everything internationalised, like:
void main()
{
// before anything
Locale.load("locale/en.xml");
}
- A common way to store resources in a single compressed file
- Load application configuration in one go like: auto cfg = new ApplicationSettings("app.xml");
- Integrated and simple GUI
More information about the Digitalmars-d
mailing list