I found that polyml
is the implementation of ML that can be easily installed on Ubuntu (named polyml in repository and can be executed with poly
). I am following the A Gentle Introduction to ML by Andrew Cumming. After few minutes of experiment with polyml
interpreter I found that it does not supports readline (pressing arrow up key produces a ^[[A).
This doesn't seems to be normal for an interpreter. This should only happen if I have no readline installed, but my Python interpreter doesn't behaves so.