Alex
/
Evo-0.0213
/
README.md
Evo - the next generation component-oriented development framework 
DESCRIPTION
This framework opens new age of perl programming
It provides rewritten and postmodern features like
- Rewritten sexy Evo::Export
- Post modern object oriented programming with code injections Evo::Class instead of traditional OO
- (no docs yet) Fast Event-Loop Evo::Loop with unique feature zones (Not ready)
- Fast non recursive Evo::Promise, 100% Promises/Spec A compatible. + Nice syntax with Evo::Prm
- Exception handling in pure perl: Evo::Eval, "try catch" alternative. Like
Try::Tiny, but without its bugs and much faster
- Evo::Ee - a class role that gives your component "EventEmitter" abilities

Vim ultisnips with Evo support can be found here: vim-ultisnips-perl
AUTHOR
alexbyk.com
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by alexbyk.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.