Check out my personal projects on Github, which most of my personal and collaboration projects are. There may be a few on GitLab as well.
Syntax highlighting brought to you by Pygments. Here is some Perl 6 highlighting:
1
2
3
4
5
6
7
8
9
10
class Parent {
has $.age;
has $.name;
# This submethod won't be inherited by Child.
submethod favorite-color {
say "My favorite color is Blue";
}
# This method is inherited
method talk { say "Hi, my name is $!name" }
}
Posts
-
Adding and Improving File Encoding Support in MoarVM
-
Secure Hashing for MoarVM to Prevent DOS Attacks
-
Grant Final Report
-
Grant Status Update 4
-
Grant Status Update 3
-
Grant Status Update 2
-
Grant Status Update 1
-
Unicode Property Names
-
Camelia Wants YOU to Add License Tags to Your Module!
-
Indexing Unicode Things, Improving Case Insensitive Regex
-
Multithreading in Perl 6 Part 2
-
Multithreading in Perl 6 Part 1
-
Creating your Own Operators in Perl 6
-
Syntax Highlighting in Jekyll
subscribe via RSS