December 2021
Beginner
840 pages
47h 29m
English
(Assuming a UNIX environment.)
Enter sml at the command prompt and enter expressions interactively to evaluate them:
Using this method of execution, the programmer can define new functions at the prompt of the interpreter:
Use the EOF character (which is <ctrl-d> on UNIX systems and <ctrl-z> on Windows systems) to exit the interpreter.
Enter sml <filename>.sml from the command prompt using file I/O, which causes the program in <filename>.sml to be evaluated:
After the ...
Read now
Unlock full access