Seed7 2007-12-27 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Seed7 2007-12-27 (Default branch)
# 1  
Old 12-28-2007
Seed7 2007-12-27 (Default branch)

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. License: GNU General Public License (GPL) Changes:
The library cards.s7i, which contains the card pictures of a French deck, was added. The documentation of the draw.s7i library was improved. Some pictures were moved from castle.sd7 to pic16.s7i and pic32.s7i. The function rpos (reverse search for a character in a string) was added to the seed7_05.s7i library. The bas.sd7 (basic interpreter) example program was improved. A new example program (carddemo.sd7), which demonstrates the playing cards of the French deck, was added. Test cases for the rpos function were added to the chkstr.sd7 program.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
FcLangSetCompare(3)													       FcLangSetCompare(3)

NAME
FcLangSetCompare - compare language sets SYNOPSIS
cc [ flag... ] file... -lfontconfig [ library... ] #include <fontconfig.h> FcLangResult FcLangSetCompare (const FcLangSet *ls_a, const FcLangSet *ls_b); DESCRIPTION
FcLangSetCompare compares language coverage for ls_a and ls_b. If they share any language and territory pair, this function returns FcLangEqual. If they share a language but differ in which territory that language is for, this function returns FcLangDiffentTerritory. If they share no languages in common, this function returns FcLangDifferentLang. VERSION
Fontconfig version 2.5.0 ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWfontconfig | +-----------------------------+-----------------------------+ |Interface Stability |Volatile | +-----------------------------+-----------------------------+ |MT-Level |See XInitThreads(3X11) | +-----------------------------+-----------------------------+ 13 November 2007 FcLangSetCompare(3)