Seed7 version 2022-06-26 已发布,此版本值得关注的变化:
-
改进 Nano 和 vim 对 Seed7 语法高亮的支持
-
改进 FAQ、手册和 src/read_me.txt
-
在声明失败的情况下,改进解释器(s7),可以用正确的行编写错误消息
开发者可从 GitHub 和 SF 获取新版本,此外还有一个 Windows 的 Seed7 安装程序。
其他部分更新内容:
-
Syntax highlighting for the Nano editor has been added. Many thanks to Duke Normandin for creating seed7.nanorc.
-
The syntax highlighting of vim (in seed7.vim) has been improved.
-
The file syntaxhl.sd7 has been improved.
-
Explanations about type inference, return type overloading and integer overflow have been improved in the FAQ.
-
In the manual the tutorial chapter "For loop and containers" has been improved. The chapter about errors has been improved also.
-
The documentation in src/read_me.txt has been improved and the new file src/read_me.htm has been introduced.
与 Ada、C/C++ 和 Java 相比,Seed7 是一种比它们更高级的编程语言。Seed7 解释器和示例程序是开源软件,还有一个开源 Seed7 编译器。编译器将 Seed7 程序翻译成 C 程序,然后编译成机器代码。详细介绍
下面是一段用 Seed7 编写的代码:
$ ; : main writeln(); ;
下面是一些用 Seed7 开发的程序的界面截图:
更多的程序界面截图请看:http://seed7.sourceforge.net/scrshots/index.htm