All Projects → hankache → Rakuguide

hankache / Rakuguide

Licence: cc-by-sa-4.0
The Raku Guide

Projects that are alternatives of or similar to Rakuguide

Pvview
A small library that helps you to make an amazing parallax view
Stars: ✭ 227 (+46.45%)
Mutual labels:  tutorial, guide, introduction
Core
D Language online tour (https://tour.dlang.org/) and online editor (https://run.dlang.io/)
Stars: ✭ 89 (-42.58%)
Mutual labels:  tutorial, guide, introduction
Awesome Swiftui
A collaborative list of awesome articles, talks, books, videos and code examples about SwiftUI.
Stars: ✭ 878 (+466.45%)
Mutual labels:  tutorial, guide
Opencv Tutorials
Tutorials for learning OpenCV in Python from Scratch
Stars: ✭ 36 (-76.77%)
Mutual labels:  tutorial, guide
It Starts With Clojure
a Practical guide to Clojure
Stars: ✭ 93 (-40%)
Mutual labels:  tutorial, guide
Ethereum Development With Go Book
📖 A little book on Ethereum Development with Go (golang)
Stars: ✭ 754 (+386.45%)
Mutual labels:  tutorial, guide
Machinelearningstocks
Using python and scikit-learn to make stock predictions
Stars: ✭ 897 (+478.71%)
Mutual labels:  tutorial, guide
Ac2100 Openwrt Guide
Install OpenWrt on the AC2100 (black cylinder)
Stars: ✭ 80 (-48.39%)
Mutual labels:  tutorial, guide
Introneuralnetworks
Introducing neural networks to predict stock prices
Stars: ✭ 486 (+213.55%)
Mutual labels:  tutorial, guide
Bitcoin Programming With Bitcoinjs
Bitcoin Programming with BitcoinJS, Bitcoin Core and LND
Stars: ✭ 109 (-29.68%)
Mutual labels:  tutorial, guide
Numpy Cn
NumPy官方中文文档(完整版)
Stars: ✭ 1,570 (+912.9%)
Mutual labels:  tutorial, guide
Short Gitlab Tutorial
Get started with Gitlab in practicable time
Stars: ✭ 127 (-18.06%)
Mutual labels:  tutorial, guide
Node In Debugging
《Node.js 调试指南》
Stars: ✭ 6,139 (+3860.65%)
Mutual labels:  tutorial, guide
React Native Onboarding Swiper
🛳 Delightful onboarding for your React-Native app
Stars: ✭ 596 (+284.52%)
Mutual labels:  tutorial, introduction
Road To Master Ngrx Store
A curated guided hyperlinks to learn all there is to know of Ngrx/Store and state management in general
Stars: ✭ 15 (-90.32%)
Mutual labels:  tutorial, guide
Haskell Study Plan
An opinionated list of resources for learning Haskell
Stars: ✭ 493 (+218.06%)
Mutual labels:  tutorial, guide
Cpp Quick Reference
C++ Quick Reference
Stars: ✭ 144 (-7.1%)
Mutual labels:  tutorial, guide
Matplotlib Cn
matplotlib中文文档
Stars: ✭ 445 (+187.1%)
Mutual labels:  tutorial, guide
Gamingtweaks
Windows 10 and (some) Linux Gaming Tweaks without myths
Stars: ✭ 463 (+198.71%)
Mutual labels:  tutorial, guide
Java8 Guides Tutorials
Java 8 Guides and Tutorials - A lot of awesome examples using Java 8 features like Stream, Lambda, Functional Interface, Date and Time API and much more
Stars: ✭ 100 (-35.48%)
Mutual labels:  tutorial, guide

Raku Guide

This document is intended to give you a quick overview of the Raku programming language.
For those who are new to Raku it should get you up and running.

Website

For online reading navigate to:

Building the document

The document is written in asciidoc format and generated using asciidoctor and pygments. You will need a current version of ruby, asciidoctor, pygments, and a special gem that provides a pre-release version of asciidoctor-pdf.

Install the required tools:

$ sudo pip install Pygments
$ sudo gem install asciidoctor
$ sudo gem install asciidoctor-pdf
$ sudo gem install pygments.rb

To produce perl6intro.pdf, run:

$ asciidoctor-pdf perl6intro.adoc

To produce perl6intro.html, run:

$ asciidoctor perl6intro.adoc

Feedback

All feedback is welcomed:

  • Corrections
  • Suggestions
  • Additions
  • Translations

Translations

If you wish to translate this document, always use the English version as your starting point. If you are starting a new translation create a new file. For example, the French translation will be in fr.perl6intro.adoc, the Deutsch translation in de.perl6intro.adoc
If you want to modify a translated version, consider modifying the English version first. It is important that all translations be kept in sync.

Contributing

Kindly prefix your commit title with the language it is targeting. For example, all commits targeting the English version would have a title that starts with [EN]. All commits targeting the Spanish translation have a title that starts with [ES].

Authors

For the full list of contributors: https://github.com/hankache/rakuguide/graphs/contributors

License

Creative Commons Attribution-ShareAlike 4.0 International License.
To view a copy of this license, visit https://creativecommons.org/licenses/by-sa/4.0/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].