Seed7



Website: seed7.sourceforge.net

Designed by: Thomas Mertes


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.

Seed7 supports introducing new syntax elements and their semantics into the language, and allows new language constructs to be defined and written in Seed7.

For example, programmers can introduce syntax and semantics of new statements and user defined operator symbols.

The implementation of Seed7 differs significantly from that of languages with hard-coded syntax and semantics.