Skip to content

Instantly share code, notes, and snippets.

View demanuel's full-sized avatar
💭
I may be slow to respond.

David Emanuel Santiago demanuel

💭
I may be slow to respond.
View GitHub Profile
@alabamenhu
alabamenhu / Strongly Typed Raku (pod6).txt
Last active January 9, 2022 04:29
Strongly Typed Raku (WIP)
=begin pod
Raku is a gradual typed language, allowing you to completely ignore typing for quick mock ups,
or enforce very strict typing to ensure reliability in critical programs. This is a guide for
certain issues that can come up when writing strongly typed Raku code.
=head1 Basic typing