Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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 verwendet jetzt dem gleichen Flex/Bison basierte Parser, dass Non–LLVM Kite Bedeutungen erheblich zu verbessern Kompilierzeit. 100 % der Kite-Syntax kann nun analysiert werden. in der Standardbibliothek aufgenommen String|Format. KDOC (System.doc) Unterstützung und Voraussetzung System.object Methoden sind jetzt voll funktionsfähig. Die eval-Anweisung nun unterstützt (z.B. eval "1|print;"). Code Versionsunterstützung aus Non–LLVM Kite ist jetzt aktiv. Kompilierungsfehler auf einigen Systemen wurden behoben.
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

Interne Datenstrukturen wurden für Leistung und Speicherverbrauch optimiert und erste Unterstützung für mehrfache Vererbung aufgenommen.
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

Diese Version behoben Probleme mit dem Windows Installer und mit dem Kite-Debugger.
This release fixed problems with the Windows installer and with the Kite debugger.

2009-03-02 15:28
1.0.2

Ein neues Paket Bausystem wurde hinzugefügt, sowie einige neue Methoden in der Standard-Bibliothek. Einige Bugs wurden ebenfalls behoben.
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

Kompilieren Sie Fehler bei der Verwendung bestimmter Versionen von GCC wurden behoben. Listen haben jetzt eine explizite Betreiber für das Hinzufügen von Elementen zu einer vorhandenen Liste nicht zur Schaffung einer neuen Liste. Mehrere Klassen wurden geschaffen, um POP3/SMTP E-Mail-Griff und Zahlen kann nun in verschiedenen Formaten dargestellt werden. Schließlich wurden für reguläre Ausdrücke Bugs behoben und reguläre Ausdrücke sind nun Teil der Syntax Kite's.
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