编程语言 Seed7 2014-01-05 发布

简介:

Seed7 2014-01-05 发布,此版本更新内容如下:

The library des.s7i with DES (Data Encryption Standard) cipher support has been added

Several functions and support to write values have been added to bin32.s7i

The new library unicode.s7i, with functions to convert between Unicode encodings, has been added

The library gethttps.s7i has been improved to accept links to HTTP

Several checks have been added to chkbig.sd7

The compiler has been improved to do more optimizations for bigInteger functions

A check for the keyword 'restrict' has been added to chkccomp.c

The performance of UTF-8 conversion functions has been improved by up to 6%

Seed7 是一个编程语言,它是一个比 C/C++、Java更高级的编程语言。

下面是一段用 Seed7 编写的代码:

$  ;

  : main 
   
     writeln();
   ;

下面是一些用 Seed7 开发的程序的界面截图:


<a href=http://seed7.sourceforge.net/images/dnafight2m.png" >


sudoku7_2m.png

文章转载自 开源中国社区 [ http://www.oschina.net]
相关文章
|
7月前
|
资源调度 算法 JavaScript
Python基础专题 - 超级详细的 Random(随机)原理解析与编程实践
Python基础专题 - 超级详细的 Random(随机)原理解析与编程实践
607 0
|
7月前
|
机器学习/深度学习 前端开发 Python
探索Python中的集成方法:Bagging
探索Python中的集成方法:Bagging
112 6
|
7月前
|
资源调度 Python
|
7月前
|
Rust 数据安全/隐私保护
rust每日一库 rand 生成随机数
rust每日一库 rand 生成随机数
186 0
|
数据挖掘 Python
Python基础 | 你想要的随机数生成都在这里
Python基础 | 你想要的随机数生成都在这里
81 0
一个案例教会你python中random的使用技巧
一个案例教会你python中random的使用技巧
|
编解码 安全 算法
随机数探秘|如果python不用random怎样生成随机数?
随机数探秘|如果python不用random怎样生成随机数?
537 0
|
资源调度 算法 Python
Python Random(随机)原理解析与编程实践
本文介绍Python Random(随机)原理解析与编程实践
355 0
|
Python
零基础Python教程034期 random随机数开发猜数字游戏
零基础Python教程034期 random随机数开发猜数字游戏
302 0
|
算法 Python
Python生成随机数的一个标准库-random
Random库Python中用于生成随机数的一个标准库。计算机没有办法产生真正的随机数,但它可以产生伪随机数。
272 0