My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Links

This is a next experimental C++ providing general programmer support for "everything(tm)".

Some highlights:

  • infrastructure for type safe structure visitors
    • yet another "to_string" infrastructure
    • yet another "serialization" infrastructure
    • generic data structures processing
  • yet another OS abstraction layer:
    • subprocess communication
    • threads
    • files/sockets/pipes
    • vfs
  • many string helpers (ideas borrowed from perl&python)
  • runtime helpers for handling exceptions, interruptions, stack-traces etc
  • promotion of const correct "read-only" data structures
  • static string wrapper (yeah, yet another string (tm))
  • simplification of complex things ;)
  • support for asynchronous/synchronous processing (in research)
  • lightweight symbol object

Think. It is indended to become smaller, more system oriented boost.

Powered by Google Project Hosting