Console Blackjack in Ruby
I wrote a Console version of Blackjack in Ruby.
I wrote a Console version of Blackjack in Ruby.
Fizz Buzz written in Raku
Here's my shell script for building MoarVM, NQP, and Rakudo from source.
ORM::ActiveRecord now has support for has-many through relationships.
I fixed my new Raku book title.
Raku's string split routine accepts a scalar as well as a list for its delimiter.
It has been decided that Perl 6 will be renamed to Raku.
It is often the case in object oriented programming you need to compare two objects to see if they are the same. Usually it just means doing a deeper comparison of the attributes on each object.