Télécharger la liste

Description du projet

Treep is a simple language for doing symbolical computations. It operates on numbers and strings that can be organized in more complex objects. These objects are lists of name-value pairs that are stored in memory as AVL trees. It has about sixty built-in functions to operate on such data and a way to define new functions. Treep syntax very much resembles Lisp. The power of treep is its simplicity and security.

Treep is a good tool do process objects and relations between them. For example it is possible to define graphs as a sets of vertices and edges in text file, parse that file, do any computations you like, write modified data to text file. Treep works well on graphs, trees, linked lists, simple hashes. Treep is not good at processing texts, dealing with system input/output.

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.

2011-11-03 08:00 Retour à la liste release
2011-11-02

Cette version a été optimisée pour la vitesse et est quelques fois plus rapide qu'avant. Dans le code source, « goto » permet d'ignorer les vérifications inutiles, mais cela semble très élégante.
Tags: production fast
This release has been optimized for speed, and is a few times faster than before. In the source code, "goto" is used to skip unnecessary checks, but this looks quite elegant.

Project Resources