:注 これに対しCaml lightなどは、構文などでStandard MLと微妙に差異があります。
12.1 ソフトの入手 |
110-bin.x86-unix.tar.Z
110-cm.tar.Z
110-config.tar.Z
110-runtime.tar.Z
です。
12.2 インストール |
次に、インストールするツールを選択するために./config/tagetsファイルを編集します。
例えばSMLのコンパイラsmlと並行処理用コンパイラツールを同時にインストールする場合には、
コンパイルオプションINSTALL_SML_AND_CM="TRUE"を選択します。
# Set this flag to TRUE, if you want to have both sml and sml-cm available. # Otherwise, the sml heap images will be replaced by links to the corresponding # sml-cm heap images. # INSTALL_SML_AND_CM="TRUE" # build the testbed compiler; useful for compiler-development work # #TARGETS="$TARGETS sml-full-cm" |
ファイル./config/tagetsの編集が終ったら、ダウンロードしたファイルを
ディレクトリ/usr/local/smlにコピーして下さい。
12.3 参考文献 |
・J.D.Ullman, "Elements of ML Programming", Prentice Hall, 1994
(邦訳: プログラミング言語ML, ASCII出版)
home |index |previous |next |contents