Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tbrowder/intro-to-coding-using-raku
A beginning programming course using Perl 6
https://github.com/tbrowder/intro-to-coding-using-raku
Last synced: about 1 month ago
JSON representation
A beginning programming course using Perl 6
- Host: GitHub
- URL: https://github.com/tbrowder/intro-to-coding-using-raku
- Owner: tbrowder
- Created: 2018-02-01T15:40:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-04T12:30:31.000Z (over 6 years ago)
- Last Synced: 2024-12-09T19:50:13.084Z (about 2 months ago)
- Size: 630 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# An introduction to computer programming using Perl 6
This repository contains handout materials for a Community Education
course presented during the fall 2018 semester at the Northwest
Florida State College in Niceville, Florida, USA.# CREDITS
## Dr. Juan Merelo
This project relies on portions of Dr. Merelo's book *Learning
to Program with Perl 6: First Steps,* available at Amazon in a Kindle
version as well in a printed version. A copy of the book, bought from
Amazon, will be provided for each student (who will use it for the
class and who will have the opportunity to buy the book from the
instructor).## Ken Youens-Clark
Ken is the co-author of the eBook *Metagenomics*, a small portion of
which was used as a handout for the class.## Jonathan Worthington
Jonathan is the current lead developer of Rakudo Perl 6 and he
contributes greatly to the Perl community. The slides are produced
using the tools put together by him to produce his slides for various
courses. Some modifications have been made to suit this author.## Other Perl 6 authors referenced:
- Andrew Shitov
- *Perl 6 at a Glance*
- *Perl 6 Deep Dive*
- Laurent Rosenfeld
- *Think Perl 6: How to Think Like a Computer Scientist*
- Moritz Lenz
- *Perl 6 Fundamentals*
- *Parsing with Perl 6 Regexes and Grammars*
- Ken Youens-Clark
- *Metagenomics*
- Brian D. Foy
- *Learning Perl 6*