diff --git a/views/index.html b/views/index.html index 2a48ee8..95a0bca 100644 --- a/views/index.html +++ b/views/index.html @@ -1,516 +1,460 @@ {{ block "index" . }} - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - -Give Esolang a shot right now!
-The code shown is editable and will be compiled and evaluated as you type.
- Anything you print using println or print will be shown in the bottom section,
- along with any compile errors and warnings.
OK, let's go.
- Click "Next" to get started, click "Contents" to jump to a specific topic,
or go here to read everything in one page.
Here is a tiny program that prints out the text "Hello, World!". We'll explain how it works shortly.
+In a normal Esolang project this program would be run using the esolang
command on the command line,
+ but here in this tour the program is compiled and run inside your web browser,
+ allowing you to try Esolang without installing anything on your computer.
+
Try changing the text being printed to Hello, Mom!
and click run to see what happens.