TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Try Standard ML in the Browser, Courtesy of Univeristy of Saarland

1 pointsby metacontentover 5 years ago
https:&#x2F;&#x2F;sosml.org&#x2F;<p>https:&#x2F;&#x2F;github.com&#x2F;SOSML&#x2F;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);

1 comment

TheAsprngHackerover 5 years ago
I already submitted this: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20912460" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20912460</a><p>P.S. Are you the same person who submitted this on Reddit?