18 | | |
19 | | * [http://caml.inria.fr/pub/docs/manual-ocaml/libref/Pervasives.html Module Pervasives] OCaml |
20 | | > The initially opened module. |
21 | | > |
22 | | > This module provides the basic operations over the built-in types (numbers, booleans, strings, exceptions, references, lists, arrays, input-output channels, ...). |
23 | | > |
24 | | > This module is automatically opened at the beginning of each compilation. All components of this module can therefore be referred by their short name, without prefixing them by Pervasives. |
| 66 | |
| 67 | = OCaml = |
| 68 | * [http://caml.inria.fr/pub/docs/manual-ocaml/libref/Pervasives.html Module Pervasives] OCaml |
| 69 | > The initially opened module. |
| 70 | > |
| 71 | > This module provides the basic operations over the built-in types (numbers, booleans, strings, exceptions, references, lists, arrays, input-output channels, ...). |
| 72 | > |
| 73 | > This module is automatically opened at the beginning of each compilation. All components of this module can therefore be referred by their short name, without prefixing them by Pervasives. |
| 74 | |
| 75 | * [http://www.i.kyushu-u.ac.jp/~bannai/ocaml-intro/install.html OCaml プログラミング入門 (インストール)] |
| 76 | > ==== ledit ==== |
| 77 | > OCaml の対話的環境を提供するコマンド: ocaml は ライセンス上の問題から、 C-a で行頭に戻ったりする事や、ヒストリ機能、 などと言った GNU の readline ライブラリを使った便利な機能がありません。 emacs から対話的環境を使うのが一つには考えられます が、どうしてもターミナルから実行したい人は、 ledit と言うコマンドを使えば大丈夫です。 ledit ocaml と起動するだけです。 |
| 78 | * リンクが死んでいるので、 http://pauillac.inria.fr/~ddr/ledit/ へ |
| 79 | * http://pauillac.inria.fr/~ddr/camlp5/ も必要 |