Download List

Descripción del Proyecto

ferite is a lighweight, portable, threadsafe scripting engine with a language that is very easy to pick up and use. It is fast, has a very small footprint, is object-oriented, and is designed to be modular and embeddable in other applications.

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.

2003-01-09 07:49 Back to release list
0.99.6

Esta versión incluye la optimización del motor, por lo que los scripts se ejecutan ahora 3 a 12 veces más rápido que antes. Hay documentación mucho más, incluyendo una API de secuencias de comandos, una API de ferite C y una guía del desarrollador. Adiciones de idioma incluyen funciones de línea única, (foo? Bar1: bar0) condicionales, un foreach () del operador, y la función / sobrecarga de métodos. Había trabajo más importantes, incluyendo el módulo sys, string, array, la reflexión, hilo, XML, y RMI (invocación de métodos remotos). Sys cambios incluyen soporte de IPv6, UDP, y socket de Unix de dominio de apoyo. Feritedoc ahora es increíblemente rápido. Hubo también correcciones de errores importantes en el compilador.
Tags: Major feature enhancements
This release includes engine optimisation, so that scripts now run 3 to 12 times faster than before. There is much more documentation including a scripting API, a ferite C API and a developer's guide. Language additions include single line functions, ( foo ? bar1 : bar0 ) conditionals, a foreach() operator, and function/method overloading. There was major module work including sys, string, array, reflection, thread, xml, and rmi (remote method invocation). Sys changes include IPV6 support, UDP, and Unix domain socket support. Feritedoc is now insanely fast. There were also major bugfixes in the compiler.

Project Resources