Download List

Project Description

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 Requirements

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

Released at 2010-04-25 21:24
descartes-win Windows用バイナリパッケージ descartes-win-0.19.0.zip (1 files Hide)

Release Notes

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

● デカルト言語で作成したプログラムをスタンドアローン・アプリケーション
として使うことができる仕組みを追加しました。
使用方法については、次のサイトに記述していく予定です。

http://sourceforge.jp/projects/descartes/wiki/FrontPage

また、この仕組みを使って作られた日本語でコンピュータと会話ができる
アプリケーションをスタンドアローン・アプリケーションとしてリリース
していく予定です。

● 変更点を以下に示します。


- 例題の会話キャラクタ(Eliza、猫耳、ツンデレ)の作成
- catch述語とthrow述語の追加
- スタンドアローン・アプリケーションを作成するための仕組みを追加

以下のバグを修正しました。

- generatorライブラリで引数がNilの場合の対応


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

 http://sourceforge.jp/projects/descartes/wiki/FrontPage

今後もマルチコア機能、オブジェクト指向、データ解析および人工知能(AI)風のプログラム例を増やしていきます。


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

  Linux上では、以下のようにコンパイルします。
$ ./configure; make
Cygwin上では以下のようにコンパイルします。
$ make -f Makefile.cygwin
Mingwでは、以下のようにcygwin上でコンパイルします。
$ make -f Makefile.mingw

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

Changelog

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

- 例題の会話キャラクタ(Eliza、猫耳、ツンデレ)の作成
- catch述語とthrow述語の追加
- スタンドアローン・アプリケーションを作成するための仕組みを追加

以下のバグを修正しました。

- generatorライブラリで引数がNilの場合の対応