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

发布: 2011-08-14 15:56
descartes-src ソースパッケージ descartes-src-0.23.0.tar.gz (1 files 隐藏)

发布版本通知

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

● httpクライアント機能と取得したhtmlを加工するための述語を追加しました。
  インターネット上のwwwの情報を自動的に取得して、任意に加工して表示する
  アプリを作成できるようになります。

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

- httpクライアント機能を追加
(GETメソッドのhttpget, HEADメソッドのhttphead, POSTメソッドのhttppost)
- 環境変数を取得するgetenv述語を追加
- POSTメソッドでエンコード、デコードするhtmlencode, htmldecode述語を追加
- urlの引数としてエンコード・デコードするurlencode, urldecode述語の追加
- htmlの指定したタグの範囲を抜き出すhtmltags述語を追加
- htmlの指定したタグの範囲を消すerasetags述語を追加
- htmlのタグをすべて消すerasealltags述語を追加
- 指定した範囲の文字列を抜き出すpulloutstr述語を追加
- 指定した範囲の文字列を消すerasestr述語を追加
- httpクライアント機能のプログラム例題を追加
(全国電力状況、経済指標、ニュースヘッドライン)

- 文字列コードを変換するiconv述語の追加
- ユニフィケーション(単一化)処理の改善による性能向上
- GC(ガベージ・コレクタ)の改善

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

- compare, comparef, およびcomparec述語の判定誤りを修正
- sort述語の引数の処理誤りを修正


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

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

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


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

  LinuxおよびCygwin上では、以下のようにコンパイルします。
$ ./configure; make
Mingwでは、以下のようにcygwin上でコンパイルします。
  (cygwin上ではなくmingwをインストールしてコンパイルします)
$ ./configure
$ cp Makefile.mingw Makefile
$ make
OpenSolarisでは、以下のようにコンパイルします。
$ ./configure; make -f Makefile.sol

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

变更日志

2011 Aug14: release 0.23.0

- httpクライアント機能を追加
(GETメソッドのhttpget, HEADメソッドのhttphead, POSTメソッドのhttppost)
- 環境変数を取得するgetenv述語を追加
- POSTメソッドでエンコード、デコードするhtmlencode, htmldecode述語を追加
- urlの引数としてエンコード・デコードするurlencode, urldecode述語の追加
- htmlの指定したタグの範囲を抜き出すhtmltags述語を追加
- htmlの指定したタグの範囲を消すerasetags述語を追加
- htmlのタグをすべて消すerasealltags述語を追加
- 指定した範囲の文字列を抜き出すpulloutstr述語を追加
- 指定した範囲の文字列を消すerasestr述語を追加
- httpクライアント機能のプログラム例題を追加
(全国電力状況、経済指標、ニュースヘッドライン)

- 文字列コードを変換するiconv述語の追加
- ユニフィケーション(単一化)処理の改善による性能向上
- GC(ガベージ・コレクタ)の改善

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

- compare, comparef, およびcomparec述語の判定誤りを修正
- sort述語の引数の処理誤りを修正