Welcome to the Gleam language tour! 💫

このページは https://tour.gleam.run/@debiru_R が日本語翻訳したものです。gleam.lavoscore.org は @debiru_R が管理しているドメイン名です。

翻訳版の公開に関して Gleam コミュニティで許可を得たので公開することにします。

This tour covers all aspects of the Gleam language, and assuming you have some prior programming experience should teach you everything you need to write real programs in Gleam.

このツアーでは、Gleam 言語のあらゆる側面をカバーし、ある程度のプログラミング経験があることを前提に、Gleam で実際のプログラムを書くために必要なことをすべて教えてくれるはずです。

The tour is interactive! The code shown is editable and will be compiled and evaluated as you type. Anything you print using io.println or io.debug will be shown in the bottom section, along with any compile errors and warnings. To evaluate Gleam code the tour compiles Gleam to JavaScript and runs it, all entirely within your browser window.

このツアーはインタラクティブです!表示されているコードは編集可能で、あなたが入力するたびにコンパイルされ評価されます。io.printlnio.debug を使って表示されたものは、コンパイルエラーや警告とともに下のセクションに表示されます。Gleam コードを評価するために、このツアーは Gleam を JavaScript にコンパイルして実行します。これらはすべてブラウザのウィンドウ内で行われます。

If at any point you get stuck or have a question do not hesitate to ask in the Gleam Discord server. We're here to help, and if you find something confusing then it's likely others will too, and we want to know about it so we can improve the tour.

もし行き詰まったり、質問がある場合は、遠慮なく the Gleam Discord server でお尋ねください。もし、あなたが分かりにくいと感じたことがあれば、他の人も同じように感じている可能性があります。このツアーをより良いものにするために、私たちはそれを知りたいのです。

OK, let's go. Click "Next" to get started, or click "Contents" to jump to a specific topic.

OK, それでは始めましょう。"Next" をクリックして始めるか、"Contents" をクリックして特定のトピックにジャンプしてください。