Thanks to visit codestin.com
Credit goes to github.com

Skip to content

rurban/perl11.github.com

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

perl11.github.com

5 + 6 = 11

p2 = 1 + 1

Perl 11 is an umbrella name to start separating perl5 into pluggable parsers, the AST (currently only the optree, in mem or serialized), and the vm/runloop.

Then to allow multiple pluggable versions of each of those (concurrently).

This is all doable already without p5p.

The AST might be serialized from/to .pmc (readable by perl already), .pbc, .class and so on, depending on the used vm.

About

Perl 11 Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published