Download List

Projeto Descrição

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.

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.

2011-11-03 08:00
2011-11-02

Esta versão foi otimizada para velocidade e é algumas vezes mais rápida do que antes. No código-fonte, "goto" é usada para ignorar as verificações de desnecessárias, mas isso parece bastante elegante.
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.

2011-10-13 06:42
2011-10-12

Esta versão adiciona documentação para funções e adiciona alguns exemplos. O projeto foi movido movido para um novo URL.
Tags: documentation update
This release adds documentation for functions and adds some examples. The project has been moved moved to a new URL.

2011-10-11 20:32
2011-10-01

Manipulação de tempo foi corrigida e completamente testada.
Tags: Production
Time handling was fixed and throughly tested.

2011-10-01 01:53
2011-09 with date/time ISO 8601 handling

Esta versão adiciona três funções para manipulação de tempo: tempo (número de segundos desde a época), repr (representação de texto de AAAA-MM-DD HH), pars (para analisar datas de seqüências de caracteres de texto). Na biblioteca, ele adiciona uma função "como" o texto que testes para vários formatos.

Tags: Production
This release adds three functions for time handling: time (number of seconds since Epoch), repr (YYYY-MM-DD HH:MM:SS text representation), pars (to parse dates from text strings). In the library, it adds one function "like" which tests text for various formats.

2011-09-29 05:17
2011-09

Tempo de manipulação foi atualizado. A função agora calcula o tempo Unix, e você pode convertê-lo em número e nome.
Time handling was updated. A function now computes Unix time, and you can convert it to number and name.

Project Resources