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.

2005-12-06 11:14
1.0.2

Una cuestión que Threading hizo que el motor se bloquea con un problema de memoria se ha fijado, junto con problemas con el RMI y la falta de análisis de los argumentos en las llamadas a funciones y el hambre de las tomas de red en el entorno de servidor. Un problema en el que las matrices que hacer que los objetos que tienen un refcount inflados y scripts causa no eliminar objetos dentro de la GC fue corregido. Cuestiones de Conteo de referencias dentro de la asignación de los objetos eran fijos.
Tags: Minor bugfixes
A threading issue that caused the engine to crash with a memory issue was fixed along with problems with RMI and a lack of parsing of arguments within function calls and starvation of network sockets within the server environment. A problem where arrays would cause objects to have an inflated refcount and cause scripts to not delete objects within the GC was fixed. Reference counting issues within the assignment of objects were fixed.

2005-06-10 19:59
1.0.0

Esta versión corrige un problema con el manejo de excepciones.
Tags: Minor bugfixes
This release fixes a problem with exception handling.

2005-05-30 15:35
1.0.0rc2

protocolos, los cierres, los constructores estáticos, y destructores en las clases se han añadido a la lengua. Las expresiones regulares se tratan ahora con el uso de una API más poderosos en lugar de celebrarse en el idioma. Un conjunto de herramientas ha sido enviado a la liberación: la granja, un sano sistema de construcción para los binarios y bibliotecas; manual constructor, un sano XML a PDF / sistema de documentación HTML y feritedoc, un instrumento de cuerda para la generación de documentación de código fuente.
Tags: Major feature enhancements
protocols, closures, static constructors, and
destructors on classes have been added to the
language. Regular expressions are now dealt with
using a more powerful API rather than held within
the language. A set of tools has been shipped with
the release: farm, a sane build system for
binaries and libraries; manual-builder, a sane XML
to PDF/HTML documentation system; and feritedoc, a
sane tool for generating source code
documentation.

2003-01-09 07:49
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.

2002-07-11 05:26
0.99.5

Este es el primer lanzamiento en 6 meses, y como tal tiene un montón de cambios y mejoras, incluyendo un módulo nuevo sub-sistema, sub array nuevo sistema, el apoyo Cygwin, la documentación (tanto de un manual y documentación de la API), incluyendo nuevos módulos una capa de flujo completo y multi-threading capacidades dentro de las secuencias de comandos, la sintaxis más limpia, más ejemplos, cientos de correcciones de errores, y mucho más.
Tags: Major feature enhancements
This is the first release in 6 months, and as such has a lot of changes and improvements, including a new module sub-system, new array sub-system, Cygwin support, documentation (both a manual and API documentation), new modules including a complete stream layer and multi-threading capabilities from within scripts, cleaner syntax, more examples, hundreds of bugfixes, and much more.

Project Resources