The --depth option limits the download to just one commit (i.e., no history), the --branch option specifies the version of the source code that you are requesting, and the --recurse-submodules option is necessary to fetch the customized version of the LLVM library that we use. cd to...
To start the SMLNJ REPL from a command prompt: smluser> sml Standard ML of New Jersey v110.78 [built: Thu Jul 23 11:21:58 2015] - 3+4; val it = 7 : int - (*a comment: press contrl-d to exit *) smluser> In the Bash and similar command shells,GNU readlinefunctionality can ...
I installed smlnj with apt-get and the executablesmlis crashing: # sml /usr/lib/smlnj/bin/.run/run.x86-linux: 1: /usr/lib/smlnj/bin/.run/run.x86-linux: Syntax error: word unexpected (expecting ")") I collected a strace: