Download List

Projeto Descrição

Seed7 is a general purpose programming language. It is a higher level language compared to Ada, C++, and Java. In Seed7, new statements and operators can be declared easily. Functions with type results and type parameters are more elegant than a template or generics concept. Object orientation is used when it brings advantages and not in places when other solutions are more obvious. Although Seed7 contains several concepts of other programming languages, it is generally not considered as a direct descendant of any other programming language.

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.

2013-02-04 07:42
2013-02-03

Páginas de manual para o Seed7 interpretador e o compilador foram adicionadas. Os makefiles foram melhorados para oferecer suporte a metas distclean e teste. Os operadores de base e base foram adicionados à integer.s7i e bigint.s7i. Verifica para os operadores de base e base foram adicionados à chkint.sd7. Erros no bas7.sd7, sobre a função VARPTR e a instrução OPEN, foram corrigidos. Melhorou-se a função getLineWithMacrosApplied em makedata.s7i. O caractere de sinal de moeda foi adicionado para várias fontes. Uma verificação de um estouro de uma conversão de float para int foi adicionada ao chkccomp.c.
Tags: Minor feature and documentation enhancements
Man pages for the Seed7 interpreter and compiler have been added. The makefiles have been improved to support the targets distclean and test. The operators radix and RADIX have been added to integer.s7i and bigint.s7i. Checks for the operators radix and RADIX have been added to chkint.sd7. Errors in bas7.sd7, concerning the function VARPTR and the statement OPEN, have been fixed. The function getLineWithMacrosApplied in makedata.s7i has been improved. The currency sign character has been added to several fonts. A check for an overflow of a cast from float to int has been added to chkccomp.c.

2013-01-21 14:15
2013-01-20

Novas opções foram adicionadas para o interpretador e o compilador. Adicionais, analisar e executar funções foram adicionadas ao progs.s7i. O gzip.s7c da biblioteca foi melhorada para decodificar blocos com códigos de Huffman fixos. Foi adicionado suporte para literais de bigInteger com base diferente de 10. Foram alteradas as funções str que str (48879, 16) retorna "carne". O programa make7.sd7 foi aprimorado para oferecer suporte a múltiplos alvos e a opção - c. A manipulação das divisões de ponto flutuante no compilador foi melhorada. O makefile mk_clang.mak foi adicionado para oferecer suporte o compilador clang C.
Tags: Major feature and documentation enhancements
New options have been added to the interpreter and compiler. Additional parse and execute functions have been added to progs.s7i. The library gzip.s7c has been improved to decode blocks with fixed Huffman codes. Support for bigInteger literals with bases other than 10 has been added. The str functions have been changed such that str(48879, 16) returns "beef". The program make7.sd7 has been improved to support multiple targets and the option -C. The handling of floating point divisions in the compiler has been improved. The makefile mk_clang.mak has been added to support the clang C compiler.

2013-01-06 09:29
2013-01-05

O intérprete de Seed7 foi renomeado para s7.

A função drwOpen no drw_win.c foi melhorado para ocultar a janela do console, quando o programa não foi iniciado a partir de um console.

Descrições dos operadores "sci" e "exp" foram adicionadas para o manual.

Comentários de documentação foram adicionados ao clib_file.s7i.

Em pixmap_file.s7i, melhoraram-se as funções de pixmapFontFiles.

Em cmd_win.c, as funções prepareCommandLine e cmdStartProcess foram melhorados.

Em striutl.c, as funções escape_command e cp_to_command foram melhorados para funcionar corretamente no Windows.

Nomes de parâmetro foram adicionados vários arquivos.
Tags: Major feature enhancements
The Seed7 interpreter has been renamed to s7.

The function drwOpen in drw_win.c has been improved to hide the console window
when the program was not started from a console.

Descriptions of the operators "sci" and "exp" have been added to the manual.

Documentation comments have been added to clib_file.s7i.

In pixmap_file.s7i, the functions for pixmapFontFiles have been improved.

In cmd_win.c, the functions prepareCommandLine and cmdStartProcess have been improved.

In striutl.c, the functions escape_command and cp_to_command have been improved to work
correctly under Windows.

Parameter names have been added to various files.

2012-12-22 13:28
2012-12-21

O compilador de Seed7 foi melhorado para suportar o constante pixmaps e omitir declarações constante de matriz para matrizes não utilizados.

Variáveis de resultado foram renomeados em diversas bibliotecas e programas de exemplo.

As funções getPixel e imagePixmap foram adicionados ou melhorados.

Fotos de uma grade e um vampiro foram adicionadas ao pic16.s7i e pic32.s7i.

O função getValue tem sido sobrecarregado para valores PRIMITIVE_WINDOW em progs.s7i a biblioteca.

Comentários de documentação foram adicionados aos operadores & e < & no string.s7i da biblioteca.

Um seleção para o botão de fechar janela foi adicionado para a função gkbKeyPressed em drw_win.c.
Tags: Minor feature enhancements
The Seed7 compiler has been improved to support constant pixmaps and to omit array constant
declarations for unused arrays.

Result variables have been renamed in various libraries and example programs.

The functions getPixel and imagePixmap have been added or improved.

Pictures of a grating and a vampire have been added to pic16.s7i and pic32.s7i.

The function getValue has been overloaded for PRIMITIVE_WINDOW values in the library
progs.s7i.

Documention comments have been added to the operators & and <& in the library string.s7i.

A check for the window close button has been added to the function gkbKeyPressed in drw_win.c.

2012-12-13 07:56
2012-12-12

O compilador de Seed7 foi renomeado para s7c. O programa make7.sd7 foi melhorada para permitir macros em linha de comando. A makedata.s7i de bibliotecas e make.s7i foram melhorados. Uma variante da função popen foi adicionada ao shell.s7i. A diferença entre & e < & foi explicado no FAQ. O programa tar7.sd7 foi melhorado para aceitar os caminhos para todos os argumentos de arquivo. Comentários de documentação foram adicionados vários arquivos. Os drivers gráficos foram melhorados para sair um programa quando o botão fechar (X) é pressionado. Os makefiles foram melhorados que 'make s7c' gera um executável do compilador Seed7.
Tags: Major feature enhancements
The Seed7 compiler was renamed to s7c. The program make7.sd7 was improved to allow macros in the command line. The libraries makedata.s7i and make.s7i were improved. A variant of the function popen was added to shell.s7i. The difference between & and <& was explained in the FAQ. The program tar7.sd7 was improved to accept DOS paths for all file arguments. Documentation comments were added to several files. The graphic drivers were improved to exit a program when the close button (X) is pressed. The makefiles were improved such that 'make s7c' generates an executable of the Seed7 compiler.

Project Resources