Download List

项目描述

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.

系统要求

System requirement is not defined
descartes-win
Windows用バイナリパッケージ descartes-win-0.6.0.zip

发布: 2009-02-15 20:12
descartes-win Windows用バイナリパッケージ descartes-win-0.6.0.zip (1 files 隐藏)

发布版本通知

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

今回のリリースで、大きな変更点は、オブジェクト指向の機構の見直しとprintf述語の
追加を行ったことです。
変更点の詳細は添付のドキュメントを参照してください。

このリリースによる強化によって、オブジェクト指向と論理推論を組み合わせたプログラム
が実装できるようになりました。
また、printf述語を使用することにより、表示の際の細かなフォーマットの指定を行うことが
できます。

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

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


● ソースパッケージ
descartes-src-0.6.0.tar.gz 

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


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

变更日志

2009 Feb15: release 0.6.0

- オブジェクト指向の継承機構の見直し
- オブジェクト指向のself, super述語の追加
- objDelArray述語の見直し
- printf述語、フォーマット述語とエスケープシーケンス述語の追加
- LIST表示機能のprintlist, printlistnl述語を追加
- システム情報を表示するuname述語の追加
- パスのファイルとディレクトリを取り出すbasename, dirname述語の追加
- 画面をクリアするclear述語の追加
- sleep, usleep述語の追加
- pause述語の追加
- regex, gsub, sub述語のエラー処理の更新
- example例題の追加