-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHomePage.pod6
67 lines (53 loc) · 2.08 KB
/
HomePage.pod6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
=begin Html
<img style="float: right; margin: 0 0 1em 1em; width:261px" src="/images/Camelia.svg" alt="" id="home_logo"/>
Welcome to the official documentation of the <a href="https://raku.org">Raku™</a>
programming language! Browse the sections below or use the search in the top
navigation.
<hr/>
<dl>
<dt><a href="/language.html">Language Reference & Tutorials</a></dt>
<dd>
A collection of documents describing, in detail, the various
conceptual parts of the language.
<!--
If you're new to Raku,
language>intro is a good place to start.
-->
</dd>
<dt><a href="/type.html">Type Reference</a></dt>
<dd>
Index of built-in classes, roles and enums.
</dd>
<dt><a href="/routine.html">Routine Reference</a></dt>
<dd>
Index of built-in subroutines and methods.
</dd>
<dt><a href="/programs.html">Raku Programs</a></dt>
<dd>
A collection of documents describing the variables that affect the the Raku executable, how to run the p6doc documentation front-end,
how to debug Raku programs, and how to hack on Raku
source code.
</dd>
<dt><a href="/language/faq">FAQs (Frequently Asked Questions)</a></dt>
<dd>
A collection of questions that have cropped up often, along with answers.
</dd>
<dt><a href="/language/glossary">Glossary</a></dt>
Definitions of some words related to Raku.
<dd>
<dt><a href="/language/community">Community</a></dt>
<dd>
Information about the Raku development community, email lists, IRC and IRC bots, and blogs
</dd>
</dl>
<hr/>
<p>The Raku homepage offers <a href="https://raku.org/resources/">a
comprehensive list of Raku resources</a>, including tutorials, and how-tos.</p>
<p>You may be interested in the <a href="https://raku.org/community/">Community</a> page on the
main Raku website.</p>
<p>
Raku compiler developers may also be interested in
<a href="https://github.com/Raku/roast">The Raku Specification</a>.
</p>
<p>Part of this official documentation has been translated into Chinese. Here's the <a href='https://github.com/ohmycloud/perl6doc-zh/blob/master/index.adoc'>index to the pages that have been translated</a>.</p>
=end Html