ダウンロードリスト

プロジェクト概要

Sleepは Javaプラットフォーム用の、Perl風のスクリプト言語です。Sleepは一般的なタスクを実行する独自の関数ライブラリを持っているだけでなく、Javaクラスライブラリも利用できます。Sleepはクロージャ、コルーチン、内蔵のデバッグ機能を持ち、そして拡張性に富んでいます。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2009-04-30 16:20
2.1 update 4

このリリースでは、複数の問題がいくつかのスクリプトスレッド滑らかにします。 &sum関数は、配列の合計を計算するために追加されました。 &値関数は、ハッシュから特定のキーを抽出するために更新されました。場合は、文字列を大文字または小文字の述語はテスト用に追加されました。ドキュメントも更新されました。
This release smooths several issues for multi-threaded scripts. A &sum function was added for computing the sum of an array. The &values function was updated to extract specific keys from a hash. Predicates were added for testing if a string is upper or lowercase. The documentation was updated as well.

2008-09-26 13:00
2.1 update 3

デバッグメッセージのプロキシオブジェクトの詳細を提供します。命令のハッシュはもはやミスをし、削除するポリシーをシリアル化します。注文ハッシュ政策からの値が誤って共有参照の問題が修正されている。キャスト関数は、空の配列を作成することができます。睡眠は、親クラスで宣言されたオブジェクトのフィールドにアクセスすることができます。
タグ: Minor bugfixes
Debug messages provide more detail on proxy objects. Ordered hashes no longer serialize their miss and remove policies. An inadvertent shared reference issue with values from ordered hash policies has been fixed. The cast function can now create empty arrays. Sleep can now access object fields declared in a parent class.

2008-08-06 01:33
2.1 update 2

サードパーティ製のjarファイルからの輸入は現在、システムのクラスパスに影響を与える。 foreachループの現在のJavaのイテレータで動作します。汚染モードでバグが修正されました。スコープの関数は現在の不適切な使用と訴える。
タグ: Minor feature enhancements
Imports from third party jars now affect the
system classpath. Foreach loop now works with Java
iterators. A bug with taint mode was fixed. Scope
functions now complain about incorrect use.

2008-07-02 19:44
2.1 update 1

splice関数でサブの破損を修正しました。の値は、すぐにnull値を省略する関数です。スコープの関数を高速化された。キーの追加された時間をチェックし、コンパイル/値のペアの区切りがないのシーケンス。
タグ: Minor bugfixes
Sublist corruption by the splice function was
fixed. The values function now omits null values.
The scope functions were sped up. A compile time
check was added for key/value pair sequences
missing a separator.

2008-06-16 23:36
2.1

指数演算子の実装へのマイナーな修正。このリリースでは、2.1の開発サイクルを完了します。
タグ: Minor bugfixes
Minor fixes to the index operator implementation. This release completes the 2.1 development cycle.

プロジェクトリソース