Hi, I installed the sml interpreter from here : http://www.smlnj.org/, I used the self extracting .EXE for windows. (I'm running windows7 64 bit)
Although simple operations on basic datatypes are working, it is not recognising operations on arrays/vectors (update, array constructor etc). Do i need to install something else as well to make it work?
Maybe there's a problem in my understanding of the syntax, could someone provide an example code which say declares an array of length 10, initialized to 0 and then adds 1 to each value?
noob alert
Thanks