Reimplement pod6 in JavaScript
At the end of last year I decided to implement pod6 in Javascript. A previous implementation on Perl5 suited me in many ways, but I think another implementation would be a good option.
At this point, I think the implementation is 80% complete. You can try it on the page https://pod6.in
Pages of this site also are created on pod6 and processed by perl5 implementation. Sources can be found at github. Now I see that js implementations more powerful and complete than perl5. Basically, this concerns virtual margins and configuration parametrs.
Usefull links are:
Previous implementation of pod6 Perl6::Pod
JavaScript implementation: js-pod6
Online editor: https://pod6.in