blob: a83d659f98939cf3e6a062bebaff51169d942639 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Seed7 is an extensible general purpose programming language
designed by Thomas Mertes. It is a higher level language
compared to Ada, C/C++ and Java.
Major features include:
- 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.
WWW: http://seed7.sourceforge.net/
|