Kite is a programming language designed to minimize the required experience level of the programmer. It aims to allow quick development and running time and low CPU and memory usage.
| Tags | Software Development Interpreters |
|---|---|
| Licenses | BSD Revised |
| Operating Systems | POSIX Unix |
| Implementation | C |
Recent releases


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.