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 →Every programming journey starts with Hello World. Let’s write our first Erlang program and explore what makes this concurrent functional language tick.
Create a file named hello.erl: …
Every programming journey starts with Hello World. Let’s write our first OCaml program and explore what makes this functional language special.
Create a file named hello.ml:
|
Every programming journey starts with Hello World. Let’s write our first Haskell program using GHC (Glasgow Haskell Compiler), the standard Haskell implementation.
Create a file named …
Read more →