Downloadliste

Projektbeschreibung

Neko is a high-level dynamically typed programming language. It can be used as an embedded scripting language. It has been designed to provide a common runtime for several different languages. Learning and using Neko is very easy. You can easily extend the language with C libraries. You can also write generators from your own language to Neko and then use the Neko Runtime to compile, run, and access existing libraries. Neko is a good way for language designers to focus on design and reuse a fast and well-designed runtime, as well as existing libraries for accessing filesystem, network, databases, XML, etc. It has a compiler and a virtual machine. The virtual machine is very lightweight and well optimized. The VM can be easily embedded into any application, and your libraries can be accessed using the C foreign function interface.

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.

2008-08-01 05:32
1.7.1

Mehrere kleine Bugfixes und einige neue APIs für Multithread-Programmierung (Mutexe, deque und TLS).
Tags: Minor bugfixes
Several small bugfixes and some new APIs for multithread programming (mutexes, deque, and TLS).

2007-08-01 12:41
1.6.0

Ein Fehler wurde in JIT festgesetzt. Performance wurde verbessert. UI-und IO-APIs wurden hinzugefügt.
Tags: Major feature enhancements
A bug was fixed in JIT. Performance was improved.
UI and process IO APIs were added.

2006-11-22 17:44
1.5.2

Ein paar Bugs wurden gefixt. Mod_Neko wurde in Bezug auf die POST-Daten Handling geändert hat. Neue eingebaute $ varargs wurde hinzugefügt.
Tags: Minor bugfixes
A few bugs were fixed. Mod_Neko was changed in
relation to POST data handling. New builtin
$varargs was added.

2006-10-30 05:22
1.5

Diese Version enthält ein Gewinde und Lock-API, die Multi-Thread-Programmierung in Neko ermöglicht. Mehrere leichte VMs können gleichzeitig ausgeführt werden, um parallele Aufgaben zu erfüllen. Jeder Thread hat seine eigene Message Queue.
Tags: Major feature enhancements
This release includes a Thread and Lock API, which enables multi-thread programming in Neko. Several lightweight VMs can run concurrently to perform parallel tasks. Each thread has its own message queue.

2006-08-02 13:51
1.4

Ein x86 JIT wurde hinzugefügt. Apache 2.2 wird unterstützt. SQLite und ZLib-Wrapper wurden hinzugefügt. PPC-Optimierungen vorgenommen. Unterstützung für Mac OS X Universal Binaries wurde hinzugefügt. Bugfixes und kleinere Verbesserungen vorgenommen.
Tags: Major feature enhancements
An x86 JIT was added. Apache 2.2 is supported.
Sqlite and ZLib wrappers were added. PPC
optimizations were made. Support for Mac OS X
Universal binaries was added. Bugfixes and minor
enhancements were made.

Project Resources