Skip to content
Ovid edited this page Jul 22, 2023 · 5 revisions

Oshun

Welcome to the Oshun wiki! This is an attempt to bring dynamic runtime data checks ("checks", for short) to the Perl langauge.

my INT $count = 0;

sub get_customer(UUID $customer_id) returns OBJ[My::Customer] {
    ...
}

The syntax is not yet set in stone.

Original Specification

You can read the original spec here.

I have questions

See the FAQ. Otherwise, you can open a ticket or participate in a discussion.

Can I help?

Sure! The person starting this project, Ovid, aims to be a doorman welcoming people, not a gatekeeper keeping people out. We need your input.

First, read the code of conduct. Next, you should check out the FAQ (see above), and read the discussions/issues.

Clone this wiki locally