Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 532 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 532 Bytes

A MOP for Perl 5

NOTE: This is still VERY much a work in progress

This repository contains an ever evolving proposal and a functioning prototype for a Meta Object Protocol, or MOP, to be perhaps included in a future version of Perl 5.

The core goal is to provide a simple, lightweight and highly Perl-ish MOP that will provide the same degree of flexibility and TIMTOWTDI of the original Perl 5 object model, but with more a formalized class model.

This proposal will be developed in the open and comments are welcome.