Languages Features Creators Calendar CSV Resources Blog About Pricing Add Language
GitHub icon

Seed7

Seed7 - Programming language

< >

Seed7 is a programming language created in 2005 by Thomas Mertes.

#355on PLDB 18Years Old 206Users
0Books 0Papers

Seed7 is an extensible general-purpose programming language designed by Thomas Mertes. It is syntactically similar to Pascal and Ada. Along with many other features, it provides an extension mechanism. Read more on Wikipedia...


Example from hello-world:
$ include "seed7_05.s7i"; const proc: main is func begin writeln("Hello World"); end func;
# Hello World in Seed7 $ include "seed7_05.s7i"; const proc: main is func begin writeln("Hello World!"); end func;

Language features

Feature Supported Token Example
Strings ✓ "
"Hello world"
Assignment ✓ :=
Print() Debugging ✓ writeln
Line Comments ✓ #
# A comment
Operator Overloading ✓
Comments ✓
Semantic Indentation X
xs.html · seed7.html · twig.html

View source

- Build the next great programming language · Search · v2023 · Day 205 · Docs · Acknowledgements · Traffic · Traffic Today · Mirrors · GitHub · feedback@pldb.com