'A Tour of Go' inspired this. The format and some of the material come from there. I think it ended up shorter than the Go tour, and I was hoping it would be very easy to learn Standard ML from it, as I do consider it to be very easy to learn. You can pull up the CML examples next to the Go ones, and other than syntax, they should be the same:
There are differences, but once you get to that point in either tour, the differences shouldn't make it hard to read; if it is hard to read or understand, that would be welcome feedback, as I have failed in my attempt to present Standard ML well. :)
(I originally posted this as a 'Show HN', hoping for feedback, so it is totally welcome.)
https://tour.golang.org/concurrency/1
https://saityi.github.io/sml-tour/tour/03-01-spawn.html
There are differences, but once you get to that point in either tour, the differences shouldn't make it hard to read; if it is hard to read or understand, that would be welcome feedback, as I have failed in my attempt to present Standard ML well. :)
(I originally posted this as a 'Show HN', hoping for feedback, so it is totally welcome.)