A New Concurrent ML
wingolog.org
A New Concurrent ML
1–6 of 6 posts
Re: A New Concurrent ML
#2Big thanks to Andy and his employer that pays him to work part time on guile.
Re: A New Concurrent ML
#3Re: A New Concurrent ML
#4We're lucky to have Andy deep dive into so many interesting subjects (modern JS engines, Concurrent ML), explain them in enthusiastic and well-written blog posts, and back it up with open source Scheme code.
In a previous blog post he name droped Mike Sperber; for reference, here is Mike's implementation of CML using Scheme 48's optimistic concurrency features: http://www.s48.org/cgi-bin/hgwebdir.cgi/s48/file/a4462425629.... I wonder if that was ever used for anything.
Re: A New Concurrent ML
#5ML in this case is Robin Milners ML a statically typed functional language and not machine learning. ML is a wonderful language that lives on in ocaml, standard ml, and I believe f# and scala are also some it descendants?
I've never used an ML for anything beyond playing with the language (SML and OCaml), but I really enjoyed it when I did. ML is a beautiful language.
Re: A New Concurrent ML
#6ML in this case is Robin Milners ML a statically typed functional language and not machine learning. ML is a wonderful language that lives on in ocaml, standard ml, and I believe f# and scala are also some it descendants?
Elm syntax also reminds me very much of SML. I was asked a question about Elm a few months back, and I was able to figure out what was going on purely from having played with SML in the past (so the syntax was familiar) and having used re-frame in clojurescript (so the semantics were familiar too). I've never used an ML for anything beyond playing with the language (SML and OCaml), but I really enjoyed it when I did.…
I've wondered quite a lot why SML/CML isn't more popular than it is. If we compare it to the darling that is golang, it is better in every way except inertia (which was about the same until the past year or two).