https://sosml.org/<p>https://github.com/SOSML/SOSML<p>Nice to see a new SML project, even if it happens to be written in typescript.<p>Requires ; at the end of statements to evaluate. For example<p>fun gcd (x, y) =
if y = 0
then x
else gcd (y, x mod y);
gcd(56, 24);
I already submitted this: <a href="https://news.ycombinator.com/item?id=20912460" rel="nofollow">https://news.ycombinator.com/item?id=20912460</a><p>P.S. Are you the same person who submitted this on Reddit?