本文介绍了如何在Mac上安装Standard ML的工作版本?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用的是Mac OSX 10.7.5,我似乎无法下载一个带有REPL的可用标准ML编译器。这应该是如此困难?有没有最好的ML,我应该下载。我试过SML / NJ和MLton都无济于事。 解决方案

我从Mac OS X软件包下载了SML / NJ 110.76



,然后安装它,并在 / usr / local / smlnj / bin / sml


I'm using Mac OSX 10.7.5 and I can't seem to get download a working Standard ML compiler with a REPL available. Is this supposed to be so difficult? Is there a best ML that I should be downloading. I've tried SML/NJ and MLton to no avail.

解决方案

I downloaded SML/NJ 110.76 for Mac OS X package from http://www.smlnj.org/dist/working/110.76/index.html

and then installed it, and access it at /usr/local/smlnj/bin/sml

这篇关于如何在Mac上安装Standard ML的工作版本?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-25 01:33