ダウンロードリスト

プロジェクト概要

モトは PHP や !ColdFusion のようにサーバー側のスクリプト言語です。モトと他のサーバー側のスクリプト言語の違いは、モト ページ (PHP) のような解釈を実行することができますまたは動的に Apache モジュール (全体の Web サイトは 1 つの .so ファイルにコンパイル可能性があります) にネイティブでコンパイルされます。それはオブジェクトとスタック、ハッシュ テーブル、文字列バッファーなどのようなユーティリ ティー クラスのスルー ・ MySQL や PostgreSQL のデータベース接続状態とセッション管理機能の完全なスイートが付属しています。モトを C 関数を公開するために含まれているインターフェイス定義言語もあります。オブジェクトをページ ビュー間で状態を維持するは簡単ですので、共有メモリ セグメントのすべてのオブジェクトの割り当てが発生します。

システム要件

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

2003-07-18 04:47
0.20.0

このリリースでは演算子をサポートしてモトのオーバーロードが追加されます!オーバーロードされた演算子モト拡張子で宣言される可能性がありますし、モトプログラムプログラマー、より読みやすく、コンパクトで、最も重要なのは楽しいのコードを記述できるように内部で使用! Perlプログラマは快適にはFoo書くことができます["バー"] ="バズ"一方、C + +の純粋主義者は、*演算子を使用します交差の喜びをお楽しみください。新たにオーバーロードされた演算子は、コーデックスutilの拡張機能に含まれているこの新しい機能は多くの実証してください。ファンクションのルックアップのパフォーマンスも飛躍的に解釈モードでのパフォーマンスの向上につながる改善されています。
タグ: Development, Major feature enhancements
This release adds support for Operator Overloading in Moto! Overloaded operators may be declared in moto extensions and used inside Moto programs allowing programmers to write more compact, readable, and most importantly fun code! Perl programmers may now comfortably write foo["bar"] = "baz", while C++ purists enjoy the pleasure of intersecting sets with the * operator. To demonstrate this new feature many newly overloaded operators are included in the codex util extension. Function lookup performance has also been dramatically improved, leading to better performance in interpreted mode.

2003-03-25 02:08
0.19.1

はPHP4との長年のシンボルの衝突を修正(これらのシンボルは特定のプラットフォームが両方ともPHPとモトが有効になっていたから始まるから)Apacheの禁止衝突。
タグ: Development, Major bugfixes
Fixes for longstanding symbol collisions with PHP4 (these symbol collisions prohibited Apache from starting on certain platforms when both PHP and Moto were enabled).

2003-03-13 23:35
0.19.0

このリリースでは高階プログラミングを追加する構文モト開発を容易にJava'が持っていたはずの構文を介して、デリゲートとコールバックを使用できる。関数とメソッドの変数に代入することがあります。関数やメソッドの引数または戻り値の関数として機能することができます。関数も、その場で他の関数やメソッドへの引数を適用することによって定義することができます! MySQLとPgSQLのドライバ構成を、より多くのデータベースのディストリビューションとの依存関係をサポートして改善されます。 PosixFileIOの問題が修正されました。他の多くの機能や修正も含まれています。
タグ: Development, Major feature enhancements
This release adds Higher Order Programming constructs to Moto letting developers use delegates and callbacks with ease through a syntax that 'Java should have had' . Functions and methods may be assigned to variables. Functions and methods can take functions as arguments or return functions. Functions can even be defined on the fly by applying arguments to other functions or methods! MySQL and PGSQL driver configuration is improved with support for many more database distributions and dependencies. Problems with PosixFileIO have been fixed. Many other features and fixes are also included.

2003-02-04 02:42
0.18.0

このリリースでは、能力の両方解釈し、コンパイルされたコードでの例外のスタックトレースを取得しています。例外は、しかし、スローされるのがキャッチされない現在、Apacheのエラーログに記録されます。両方の通訳やmmcとコンパイルされたモジュールを実行時に信号のページの実行と再中に発生の例外としてスローをキャッチするように構成することができます。がインラインで宣言、インライン配列のインスタンス化には、カンマ演算子を含む多くの新しい構文の拡張機能、および複数のサポートを行のマクロを呼び出します。新しいコマンドラインオプションmmcと含まれています。他の多くのバグが修正されている。
タグ: Development, Major feature enhancements
This release includes the ability to get stack traces from exceptions in both interpreted and compiled code. Exceptions that get thrown but not caught are now logged to the apache error logs. Both the interpreter and mmc compiled modules can be configured at runtime to catch signals raised during page execution and re-throw them as exceptions. There are many new syntax enhancements including inline declarations, inline array instantiation, a comma operator, and support for multi-line macro calls. New commandline options are included in mmc. Many other bugs have been fixed.

2003-01-08 04:53
0.17.0

新しいランタイム構成オプション(Session.MatchSSIDCookie)は、セッションは、クライアントに格納されたIDをサイドのクッキーを必要とするために追加されたIDは、サーバーに格納された側のCookieの場合、両方が存在すると一致します。バグのインタプリタではCookieを解放するとメモリリークが修正されました。キャスト演算子と配列型からキャストできるように修正されました。 IntSetオブジェクトは、今でコンパイルされたモトアプリケーションで使用することが修正されました。
タグ: Development, Minor feature enhancements
A new runtime configuration option (Session.MatchSSIDCookie) was added for requiring that the session ID stored in a Client-side cookie matches the ID stored in a Server-side cookie if both are present. Bugs were fixed with cookie freeing and memory leaks in the interpreter. The casting operator was fixed to allow casting to and from Array types. The IntSet object was fixed so that it may now be used in compiled moto applications.

プロジェクトリソース