Downloadliste

Projektbeschreibung

The descartes language is designed as a computer language that centered on the logical reasoning.

It is logical inferences and search functions that I aims. Moreover, the object group with the functional programming function is the intellectual system that works in parallel at the multi core. In addition, this language operates by I/F of the syntax that closes to human beings.

The descartes language is named commemorating the Descartes. René Descartes is a famous philosopher and a mathematician.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
descartes-win

Veröffentlicht: 2009-03-15 21:52
descartes-src ソースパッケージ descartes-src-0.8.0.tar.gz (1 files Verstecken)

Versionsanmerkungen

論理プログラミング言語:デカルトdescartes-0.8.0をリリースします。

今回のリリースで、大きな変更点は、述語関数の引数の評価範囲の拡大を行った
ことです。ほぼすべての述語の引数に述語を関数のように設定することができる
ようになりました。

その他変更点を以下に示します。

- 述語関数の引数の評価範囲の拡大
- trace情報の整理
- LIST操作述語の追加
- list, pwd述語の画面表示機能
- 文字列操作述語leftstr, rightstr, substr, insertの追加
- コンパイラ支援機能の追加
- 特殊述語であるx述語の追加
- curses機能の追加
- 引数が異常な場合のエラーチェック強化
- iconの追加と変更
- 新しいプログラム例の追加とドキュメント作成
- リグレッションテストセットの作成
- 不要な述語の削除と整理
- エラー時のメッセージ表示の強化


使用方法については、添付のドキュメントや以下のサイトを参照してください。

 http://sourceforge.jp/projects/descartes/wiki/FrontPage
 http://sourceforge.jp/projects/descartes/docman/
今後はオブジェクト指向、データ解析および人工知能(AI)風のプログラム例を増やしていきます。


● ソースパッケージ
descartes-src-0.8.0.tgz 

Linux上でコンパイルしてください。
Windows上では、cygwinやmingwを使ってコンパイルすることができます。


● Windows用バイナリパッケージ 
descartes-win-0.8.0.zip

Änderungsprotokoll

2009 Mar15: release 0.8.0

- 特殊述語であるx述語の追加
- curses機能の追加
- 述語関数の引数の評価範囲の拡大
- trace情報の整理
- LIST操作述語の追加
- list, pwd述語の画面表示機能
- 文字列操作述語leftstr, rightstr, substr, insertの追加
- コンパイラ支援機能の追加
- 引数が異常な場合のエラーチェック強化
- iconの追加と変更
- 新しいプログラム例の追加とドキュメント作成
- リグレッションテストセットの作成
- 不要な述語の削除と整理
- エラー時のメッセージ表示の強化

-以下のバグを修正
- RANGE述語でSIGSEGV
- ファイルをopenする述語のエラー処理
- car, cdr述語の結果異常
- syntax述語のSIGSEGV
- isPred述語の判定誤り
- 数の比較述語の結果異常
- gsub述語の結果異常