Programming in Standard ML (2011) [pdf]
cs.cmu.edu
Programming in Standard ML (2011) [pdf]
1–10 of 20 posts
Re: Programming in Standard ML (2011) [pdf]
#2SML has been on the higher ranks of my to-learn stack, because apparently it has some nice features Haskell does not, most notably I've heard great things about the module system.
Re: Programming in Standard ML (2011) [pdf]
#3A bit of context would be nice. Is this the go-to book to learn SML, or just a random source? SML has been on the higher ranks of my to-learn stack, because apparently it has some nice features Haskell does not, most notably I've heard great things about the module system.
Edit. Oh, and here's a previous discussion: https://news.ycombinator.com/item?id=2433860
Re: Programming in Standard ML (2011) [pdf]
#4Anybody have experience in applying it to larger problems?
Re: Programming in Standard ML (2011) [pdf]
#5A bit of context would be nice. Is this the go-to book to learn SML, or just a random source? SML has been on the higher ranks of my to-learn stack, because apparently it has some nice features Haskell does not, most notably I've heard great things about the module system.
The first language is ML and than moves to Racket. Really learned a ton just doing the first weeks. It is more of a CS 202 Programming Languages course which was perfect for me since I really wanted to learn more about functional programming.
Re: Programming in Standard ML (2011) [pdf]
#6I just started looking at Standard ML so I could understand the examples in Purely Functional Data Structures. There's something very pleasing in the simplicity of its syntax. Anybody have experience in applying it to larger problems?
Re: Programming in Standard ML (2011) [pdf]
#7A bit of context would be nice. Is this the go-to book to learn SML, or just a random source? SML has been on the higher ranks of my to-learn stack, because apparently it has some nice features Haskell does not, most notably I've heard great things about the module system.
I am working through this coursea course via YouTube and I also found some github repos that have the course's homework material. https://www.coursera.org/course/proglang The first language is ML and than moves to Racket. Really learned a ton just doing the first weeks. It is more of a CS 202 Programming Languages course which was perfect for me since I really wanted to learn more about functional programming.
Re: Programming in Standard ML (2011) [pdf]
#8A bit of context would be nice. Is this the go-to book to learn SML, or just a random source? SML has been on the higher ranks of my to-learn stack, because apparently it has some nice features Haskell does not, most notably I've heard great things about the module system.
There are plenty of suggestions here http://www.smlnj.org/doc/literature.html
Re: Programming in Standard ML (2011) [pdf]
#9It probably helps that ML [Ullman uses SML/NJ] isn't much on ceremony to begin with. Yet somehow, I never feel like it needs more curly braces and semicolons.