All releases of Kite


Release Notes: Internal data structures were optimized for performance and memory consumption, and initial support for multiple inheritance was added.


Release Notes: This release fixed problems with the Windows installer and with the Kite debugger.


Release Notes: A new package building system has been added, as well as some new methods in the standard library. Several bugs have also been fixed.


Release Notes: Compile errors when using certain releases of GCC have been fixed. Lists now have an explicit operator for adding items to an existing list instead of creating a new list. Several classes have been created to handle POP3/SMTP email, and numbers can now be represented in different formats. Finally, regular expression bugs have been fixed and regular expressions are now part of Kite's syntax.


Release Notes: Compilation problems when linking Boehm GC with Kite on Mac OS X were fixed. Also, several bugs with the regular expression engine were fixed and support was added for many of the escapes Perl regular expressions can use. Several things were added to Kite syntax to allow module versioning and native specification of ranges of numbers. The default behavior of the equality operator was changed to compare by reference.


Release Notes: This release added support for Boehm's garbage collection library during the compile process and a new application that allows one to interactively run lines of code in the interpreter. A Windows port is now available, and associated bugs were fixed.


Release Notes: System.directory was added, to allow for directory reading. libc function support was also added to interface.language.c, as well as memory and regular expression bugfixes.


Release Notes: The ability to dynamically add and remove properties and methods from classes was added. Some memory leaks were also fixed.


Release Notes: Integer serialization support, regular expression backtracking, and HTTP retrieval support were added. Strings can now safely hold binary data as well. Also, some minor issues with stack handling have been fixed.


Release Notes: Regular expression improvements were made, including the addition of a word boundary operator and the ability to split and replace text in strings using regular expressions. Several new language constructs were added for loop/method termination and property operator overriding, and basic CGI script support was added. Also, stability improvements were made to kdb. Finally, the ability to use C functions defined in external libraries was added.