Documentation "Hello World" should be complete runnable program #3212
reedjones
started this conversation in
Ideas & suggestions
Replies: 1 comment 2 replies
-
Hello! This information is at the end of the tour. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The "Hello World" introduction is an interactive guided tour, I would personally would like to have seen a "hello world" this is how you run a gleam program on your machine right now. The current introduction is kinda cryptic and mentions a "normal" Gleam project - I would expect the introduction to show a normal project.
Here is a tiny program that prints out the text "Hello, Joe!". We'll explain how it works shortly.
How would it look in a normal project?
this program would be run using the command gleam run on the command line, but here in this tour the program is compiled and run inside your web browser,
What if I do want to try Gleam on my computer?
Beta Was this translation helpful? Give feedback.
All reactions