Télécharger la liste

Description du projet

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.

Système requise

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 maintenant utilise le même analyseur Flex/Bison basé cette non–LLVM Kite utilisations, améliore considérablement la compilation. 100 % de syntaxe Kite peut maintenant être analysé. String|format a été ajouté à la bibliothèque standard. Kdoc (System.doc) prise en charge et la condition sine qua non de méthodes de System.object sont maintenant entièrement fonctionnels. L'instruction eval a désormais pris en charge (p. ex. eval "1|print;"). Code versioning pris en charge de non–LLVM Kite est maintenant actif. Correction d'erreurs de compilation sur certains systèmes.
Tags: kite-llvm
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.

2010-11-24 19:20
1.0.4

structures de données internes ont été optimisés pour la performance et la consommation de mémoire, et le soutien initial de l'héritage multiple a été ajouté.
Tags: Stable
Internal data structures were optimized for performance and memory consumption, and initial support for multiple inheritance was added.

2009-04-14 15:52
1.0.3

Ce communiqué de problèmes résolus avec l'installateur de Windows et avec le débogueur Kite.
This release fixed problems with the Windows installer and with the Kite debugger.

2009-03-02 15:28
1.0.2

Un nouveau système de construction de paquets a été ajouté, ainsi que quelques nouvelles méthodes dans la bibliothèque standard. Plusieurs bugs ont également été corrigés.
Tags: Major feature enhancements
A new package building system has been added, as well as some new methods in the standard library. Several bugs have also been fixed.

2009-02-09 17:53
1.0.1

Les erreurs de compilation lors de l'utilisation des disséminations de GCC ont été corrigés. Les listes ont maintenant un opérateur explicite pour l'ajout d'éléments dans une liste existante au lieu de créer une nouvelle liste. Plusieurs classes ont été créées pour gérer POP3/SMTP e-mail et numéros peuvent désormais être représentés dans des formats différents. Enfin, l'expression régulière bugs ont été corrigés et des expressions régulières font désormais partie de la syntaxe de Kite.
Tags: Major feature enhancements
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.

Project Resources