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.
並列論理プログラミング言語:デカルトdescartes-0.13.0をリリースします。
今回のリリースで、大きな変更点は、文字列処理を強化したことです。
変更点を以下に示します。
- 文字列処理の強化
- trim, lefttrim, righttrim述語の追加
- chop, chomp述語の追加
- マルチバイトの空白の扱いを拡張
- strreverse述語の追加
- strrepeat, strshiftleft, strshiftright述語の追加
- strsort, strsortreverse述語の追加
- strlen, strbyte述語の追加
- strfry述語の追加
- strdelcntl述語の追加
- NEXTCHAR, NEXTSTR, NEXTSYNTAXの追加
- NOTNEXTSTR, NOTNEXTSYNTAXの追加
- is, eq, noteq述語を組み込み述語に追加。
- Nilの表示を()から何も表示しないように変更した。
- マルチコア機能のトレース機能
以下のバグを修正した。
- マルチコア実行時の入出力バッファの更新
- マルチコアプロセスでの乱数の初期化
- foreach, firstforeach, eachproc, firsteachprocの引数がNilのときの処理を修正
- split述語のエラー
- gcc 4.3.3のコンパイル時に出ていた警告メッセージの解消
- substr, leftstr, rightstr, charでのマルチバイト文字の処理
使用方法については、添付のドキュメントや以下のサイトを参照してください。
http://sourceforge.jp/projects/descartes/wiki/FrontPage
今後はマルチコア機能、オブジェクト指向、データ解析および人工知能(AI)風のプログラム例を増やしていきます。
● ソースパッケージ
descartes-src-0.13.0.tar.gz
Linux上では、以下のようにコンパイルします。
$ ./configure; make
Cygwin上では以下のようにコンパイルします。
$ make -f Makefile.cygwin
Mingwでは、以下のようにcygwin上でコンパイルします。
$ make -f Makefile.mingw
● Windows用バイナリパッケージ
descartes-win-0.13.0.zip
2009 Aug03: release 0.13.0
- 文字列処理の強化
- trim, lefttrim, righttrim述語の追加
- chop, chomp述語の追加
- マルチバイトの空白の扱いを拡張
- strreverse述語の追加
- strrepeat, strshiftleft, strshiftright述語の追加
- strsort, strsortreverse述語の追加
- strlen, strbyte述語の追加
- strfry述語の追加
- strdelcntl述語の追加
- NEXTCHAR, NEXTSTR, NEXTSYNTAXの追加
- NOTNEXTSTR, NOTNEXTSYNTAXの追加
- is, eq, noteq述語を組み込み述語に追加。
- Nilの表示を()から何も表示しないように変更した。
- マルチコア機能のトレース機能
以下のバグを修正した。
- マルチコア実行時の入出力バッファの更新
- マルチコアプロセスでの乱数の初期化
- foreach, firstforeach, eachproc, firsteachprocの引数がNilのときの処理を修正
- split述語のエラー
- gcc 4.3.3のコンパイル時に出ていた警告メッセージの解消
- substr, leftstr, rightstr, charでのマルチバイト文字の処理