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


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


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


Changes: 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.


Changes: 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.


Changes: 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.