SML# 4.1.0 released
15 Nov 2024
SML# 4.1.0 has been released.
SML# is an open source functional programming language. While maintaining compatibility with Standard ML, it provides practically important features such as interoperability with C and databases. See “About SML#” for details.
val puts = _import "puts" : string -> int
fun f x = ignore (puts (#b x))
val _ = f {a = "Hi", b = "Hello"}
val _ = f {b = "World", c = "SML#"}
15 Nov 2024
SML# 4.1.0 has been released.
7 Apr 2021
We are pleased to announce that we have completed migration to GitHub!
6 Apr 2021
SML# 4.0.0 has been released.
2 Apr 2021
In agreement with Tohoku University on March 25, 2021, we (the SML# development team) have decided to relicense the SML# software.
24 Mar 2021
A Japanese textbook of SML# will be published.