How do I install a working version of Standard ML on Mac?

后端 未结 5 823
灰色年华
灰色年华 2021-01-05 20:17

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 t

5条回答
  •  心在旅途
    2021-01-05 20:30

    A Mac user can also use

    $ brew install smlnj
    

    Add path similar to /usr/local/Cellar/smlnj/110.82/libexec/bin to your .bash_profile.

    $ source ~/.bash_profile
    

    See this article for more information.

提交回复
热议问题