Download List

Project Description

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.

System Requirements

System requirement is not defined
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.

2012-12-27 20:21
0.2.0

Kite now uses the same Flex/Bison based parser that non–LLVM Kite uses, significantly improving compile time. 100% of Kite syntax can now be parsed. string|format was added to the standard library. kdoc (System.doc) support and prerequisite System.object methods are now fully functional. The eval statement now supported (e.g. eval “1|print;”). Code versioning support from non–LLVM Kite is now active. Compilation errors on some systems were fixed.
Tags: kite-llvm

2010-11-24 19:20
1.0.4

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

2009-04-14 15:52
1.0.3

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

2009-03-02 15:28
1.0.2

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

2009-02-09 17:53
1.0.1

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.
Tags: Major feature enhancements

Project Resources