Seed7 2008-03-02 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Seed7 2008-03-02 (Default branch)
# 1  
Old 03-03-2008
Seed7 2008-03-02 (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 andoperators can be declared easily. Functions withtype results and type parameters are more elegantthan a template or generics concept. Objectorientation is used when it brings advantages andnot in places when other solutions are moreobvious. Although Seed7 contains several conceptsof other programming languages, it is generallynot considered as a direct descendant of any otherprogramming language.License: GNU General Public License (GPL)Changes:
A chapter about compile errors was added to the FAQ and read_me. Several functions were added to the scanstri.s7i library. A new example program (chk_all.sd7), which runs interpreted and compiled checks, was added. Several memory leaks, which happened in the handling of MEMORY_ERROR exceptions, were removed. The functions popen and cmd_sh were improved to be consistent on all platforms. Now they use always '/' as a path delimiter and '\ ' to describe spaces in the command path. The gets function for external_files was improved. A workaround was added for the ftell() function under Windows.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Gambas(1)																 Gambas(1)

NAME
gambas - Integrated Development Environment. SYNOPSIS
gambas [<project file or project directory>] DESCRIPTION
Gambas is, before all, a Basic language with object extensions. A program written with Gambas is a set of files. Each file describes a class, in terms of object programming. The class files are compiled, then executed by an interpreter. From this point of view, it is very inspired by Java. Gambas is made up of the following programs: * A compiler. * An interpreter. * An archiver. * A graphical user interface component. * A development environment. The development environment is written with Gambas itself, so that I can show the abilities of the language. And it is very useful for debugging! gambas starts the Integrated Development Environment. AVAILABILITY
Updated source code and most documentation about gambas can be found at http://gambas.sf.net, documentation about the language is at http://www.binara.com/gambas-wiki, documentation in the spanish language is at http://gambas.gnulinex.org. REPORTING BUGS
Report bugs to <gambas@users.sourceforge.net>. COPYRIGHT
Copyright(C) 2002, 2012 Benoit Minisini <gambas@users.sourceforge.net; This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. Ubuntu March 2012 Gambas(1)