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
JGIT(1) 						      General Commands Manual							   JGIT(1)

NAME
jgit - Pure Java GIT version control system implementation SYNOPSIS
jgit --git-dir GIT_DIR --help (-h) --show-stack-trace command [ARG ...] DESCRIPTION
JGit is an implementaion of GIT VCS written in Java language. Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. OPTIONS
--git-dir GIT_DIR Set the git repository to operate on --help (-h) Display help text --show-stack-trace display the Java stack trace on exceptions The most commonly used commands are: add Add file contents to the index branch List, create, or delete branches checkout Checkout a branch to the working tree clone Clone a repository into a new directory commit Record changes to the repository daemon Export repositories over git:// diff Show diffs fetch Update remote refs from another repository init Create an empty git repository log View commit history merge Merges two development histories push Update remote repository from local refs rm Stop tracking a file tag Create a tag version Display the version of jgit AUTHOR
JGit was written by Eclipse JGIT Project contributors, http://www.eclipse.org/jgit This manual page was written by Jakub Adam <jakub.adam@ktknet.cz>, for the Debian project (but may be used by others). November 11, 2011 JGIT(1)