Smalltalk-like C++ Class library version 0.8.1 is finally released. Streams were refactored, so they don't do anything behind your back. Integers are partly flyweight now, which improved memory consumption significantly. Some tests were added, some bugs were fixed.
I changed the status of this project to Beta 'cause it seems quite stable to me. I'd also like to hear any opinions.
StLib is C++ library containing basic classes like collections, streams, OS resource wrappers (threads, semaphores) and so on. All objects use garbage collector. Version 0.8 comes with command line parser and callbacks.
After a month a new version is released. The main feature is Unicode support (UCS4 internally, encodings for UTF8 and some 8-bits). Furthermore method stack of last raised exception is held now and can be reportored to stream.
After time of observing Sourceforge, the first release of Smalltalk-like C++ Class library is out. It's focused on programmers who want more objective environment. More on http://stlib.sourceforge.net