Hello World in Gleam
Every programming journey starts with Hello World. Let’s write our first Gleam program.
The Code
Create a file named hello.gleam:
| |
Every programming journey starts with Hello World. Let’s write our first Gleam program.
Create a file named hello.gleam:
| |
Every programming journey starts with Hello World. Let’s write our first Roc program.
Create a file named main.roc:
app [main!] { cli: platform …Read more →Every programming journey starts with Hello World. Let’s write our first Scheme program and experience one of the most elegant and influential programming languages ever created.
Create …
Read more →Every programming journey starts with Hello World. Let’s write our first F# program and see how clean and expressive functional programming can be.
Create a file named hello.fsx:
|
Every programming journey starts with Hello World. Let’s write our first Elixir program.
Create a file named hello.exs:
| |
That’s it! One …