in reply to Re: Translating Perl into JavaScript
in thread Translating Perl into JavaScript
Oh I know. Complex Perl code can never be translated into JavaScript, since ES3 is quite limited anyway. Furthermore, more complex JavaScript code should definitely go in its own file, for multiple reasons which are not even related to features that cannot be translated from p5 to js. That's why I only consider this worthwhile using, if its uses are limited to small (and simple) sliced of code, like the one I posted above.
That's the whole thing actually, this module (and most likely anything else) will never be able to cover all of p5, but it'd be nice if it covers all the basic stuff.