Blue is a unique multi-purpose dynamic programming
language. The minimalistic syntax is intuitive,
easy to learn, and adapts to a broad range of
programming styles and applications.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
This release adds replace, trim, ltrim, and rtrim methods to strings. It also simplifies the OOP implementation by adding sys.class to create user-defined types, sys.extend to dynamically extend types, and sys.contract to dynamically un-extend types.