Category:Seed7: Difference between revisions

Content added Content deleted
(Add link to the Homepage)
(Added Programming Language template)
Line 1: Line 1:
'''Seed7''' is a general-purpose programming language designed by Thomas Mertes. It is a higher level language compared to [[Ada]], [[C]] / [[C_plus_plus|C++]] and [[Java]]. The Seed7 interpreter, and the example programs are open-source software. An open-source Seed7 [[compiler]] is also under development.
{{Programming Language}}'''Seed7''' is a general-purpose programming language designed by Thomas Mertes. It is a higher level language compared to [[Ada]], [[C]] / [[C_plus_plus|C++]] and [[Java]]. The Seed7 interpreter, and the example programs are open-source software. An open-source Seed7 [[compiler]] is also under development.


In Seed7 new statements and operators can be declared easily. Functions with type results and type parameters are more elegant than the usual template or generics concept. [[Object-oriented_programming|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 cannot be seen as direct descendant of another programming language.
In Seed7 new statements and operators can be declared easily. Functions with type results and type parameters are more elegant than the usual template or generics concept. [[Object-oriented_programming|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 cannot be seen as direct descendant of another programming language.
Line 5: Line 5:
==External links==
==External links==
*[http://seed7.sourceforge.net/ Seed7 Homepage]
*[http://seed7.sourceforge.net/ Seed7 Homepage]

[[Category:Solutions by Programming Language]]