Télécharger la liste

Description du projet

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.

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.

2013-01-21 14:15 Retour à la liste release
2013-01-20

Nouvelles options ont été ajoutées à l'interprète et le compilateur. Additional analyser et d'exécuter des fonctions ont été ajoutées à progs.s7i. La gzip.s7c de la bibliothèque a été amélioré pour décoder les blocs avec les codes de Huffman fixes. Prise en charge des littéraux bigInteger avec base autre que 10 a été ajoutée. Les fonctions str ont été modifiées tel que str (48879, 16) retourne « viande bovine ». Le programme make7.sd7 a été amélioré pour prendre en charge plusieurs cibles et l'option - c. La manipulation des divisions de point flottant dans le compilateur a été améliorée. Le mk_clang.mak makefile a été ajoutée pour prendre en charge le compilateur 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.

Project Resources