fglock / Perlito

"Perlito" Perl programming language compiler
http://fglock.github.io/Perlito/
Other
414 stars 47 forks source link

Could perlito compile exiftool to javascript? #46

Closed cloudtracer closed 7 years ago

cloudtracer commented 7 years ago

How much effort would be needed to compile a large project like exiftool? Are there any good resources/tutorials for converting with perlito?

fglock commented 7 years ago

It is quite some work, because Perlito5 is still missing some important features:

Also porting a large project will probably trigger bugs in Perlito, which will need to be fixed.

The reference documentation is README-perlito5-Java.md and README-perlito5-JavaScript.md in https://github.com/fglock/Perlito.

2017-01-07 6:07 GMT+01:00 cloudtracer notifications@github.com:

How much effort would be needed to compile a large project like exiftool? Are there any good resources/tutorials for converting with perlito?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/fglock/Perlito/issues/46, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJ1O56lrrg9aTyamOlVnr-eET02Hmotks5rPx17gaJpZM4LdVdL .

cloudtracer commented 7 years ago

Cool thanks for the response, I know its somewhat off topic. I didn't even notice the Win32 APIs but it looks like that might be limited to IO functionality and not the parsing logic.