How to resolve the algorithm Hello world/Newbie step by step in the Lambdatalk programming language
Published on 12 May 2024 09:40 PM
How to resolve the algorithm Hello world/Newbie step by step in the Lambdatalk programming language
Table of Contents
Problem Statement
Guide a new user of a language through the steps necessary to install the programming language and selection of a text editor if needed, to run the languages' example in the Hello world/Text task.
Let's start with the solution:
Step by Step solution about How to resolve the algorithm Hello world/Newbie step by step in the Lambdatalk programming language
Source code in the lambdatalk programming language
The minimal installation is straightforward. Go to this URL:
- http://lambdaway.free.fr/lambdaspeech/?view=download
• 1) download the ~25kb archive,
• 2) unzip the archive, you get a ~100kb folder named "archive",
• 3) rename it for instance "my_wiki", avoiding spaces and esoteric characters,
• 4) open your FTP tool and upload the folder to your web account.
Your wiki "my_wiki" is ready! Now:
• 1) open any modern web browser and go to "my_wiki" in your web account,
• 2) the start page displays "Hello World",
• 3) click on the title "start" to open the edit menu,
• 4) in the editor frame, under the first line containing
_h1 Hello World
write for instance:
_p This is my first sentence, a new paragraph has been added.
• 5) then choose "save" in the menu.
Congratulations, your first web page is published.
You may also check:How to resolve the algorithm Periodic table step by step in the 11l programming language
You may also check:How to resolve the algorithm Matrix transposition step by step in the Quackery programming language
You may also check:How to resolve the algorithm Population count step by step in the Go programming language
You may also check:How to resolve the algorithm Animate a pendulum step by step in the AutoHotkey programming language
You may also check:How to resolve the algorithm FizzBuzz step by step in the Joy programming language