Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.compilers > #720
| From | thomas.mertes@gmx.at |
|---|---|
| Newsgroups | comp.compilers |
| Subject | Seed7 Release 2012-08-06 |
| Date | 2012-08-06 12:33 -0700 |
| Organization | Compilers Central |
| Message-ID | <12-08-003@comp.compilers> (permalink) |
Hello, I have released a new version of Seed7: seed7_05_20120806.tgz In the Seed7 programming language new statements and operators can be declared easily. Types are first class objects and therefore templates/generics need no special syntax. Object orientation is used when it brings advantages and not in places when other solutions are more obvious. Seed7 is covered by the GPL (and LGPL for the Seed7 runtime library). Changelog: - The new library image.s7i was added. The contents of this library was extracted from the program "carddemo.sd7". - The new library make.s7i was added. The contents of this library was extracted from the program "make7.sd7". - The function 'str' and the 'parse' operator were added to the library bstring.s7i. - The function readDir was added to the library tar.s7i. - A documentation comment was improved in the library bigint.s7i. - The generation of bstring constants in the compiler (comp.sd7) was improved. - The function intStrHex was renamed to intStrPow2Base in the files "int_rtl.c", "int_rtl.h" and in the compiler. The new function is used to convert an integer to a string, when the number base is a power of two. - The function stri_export was renamed to stri_export_utf8 in the C source files. - The function cp_to_cstri was renamed to cp_to_cstri8 in the C source files. - Documentation comments were added and improved in the file "striutl.c". - The makefile mk_msvc.mak was changed to write a definition of LIMITED_CSTRI_LITERAL_LEN to "version.h". Regards, Thomas Mertes -- Seed7 Homepage: http://seed7.sourceforge.net Seed7 - The extensible programming language: User defined statements and operators, abstract data types, templates without special syntax, OO with interfaces and multiple dispatch, statically typed, interpreted or compiled, portable, runs under linux/unix/windows.
Back to comp.compilers | Previous | Next | Find similar
Seed7 Release 2012-08-06 thomas.mertes@gmx.at - 2012-08-06 12:33 -0700
csiph-web