Hello World in Standard ML
Every programming journey starts with Hello World. Let’s write our first Standard ML program and explore what makes this influential functional language special.
The Code
Create a file named …
Read more →Every programming journey starts with Hello World. Let’s write our first Standard ML program and explore what makes this influential functional language special.
Create a file named …
Read more →Standard ML takes a different approach to “variables” than most imperative languages. In SML, what other languages call variables are more accurately called value bindings — names bound to …
Read more →Showing 1–2 of 2 posts (page 1 of 1)