Try Perl6 Beta
Move Fast and Break Things

Errors happen but it's okay because Perl6 tells you what went wrong and even gives you suggestions on how to fix it.

Let's try a typo:
saay "hi there"

Perl6 knows that you probably meant to use say.

There are many other great examples of error handling in Perl6, which we will likely encounter throughout this tutorial.

Type next or click next to continue.

Terminal