Toyokazu Tomatsu
Posts: 66
Nickname: tomatsu
Registered: Jul, 2003
Toyokazu Tomatsu is a developer of Pnuts.
|
|
|
|
Pnuts Updates (syntax refinement, new modules, bug fixes, etc.)
|
Posted: Sep 28, 2004 3:28 PM
|
|
Advertisement
|
Changes in 20040920(1.1rc1, 1.0rc2)
- - throw statement (1.1)
throw new java.io.IOException("hogehoge");
- - Additional places that newline is permitted(1.1)
[
1
,
2
,
3
]
- - publicMemberAccess(), count(), and reduce() are added (1.1 & 1.0)
- - operator module is added (1.1 & 1.0)
use("operator")
function factorial(n) reduce(operator.mul, range(1, n))
- - jazzlib module is added (1.1 & 1.0)
A set of functions which are compatible with pnuts.util. This module requires jazzlib, which is distributed under GPL.
- - Bug fixes:
Read: Pnuts Updates (syntax refinement, new modules, bug fixes, etc.)
|
|