pseudo-lang / pseudo

transpile algorithms/libs to idiomatic JS, Go, C#, Ruby
MIT License
685 stars 43 forks source link

Enhancement Suggestion : PHP #14

Open 4khil opened 8 years ago

alehander92 commented 8 years ago

PHP was actually supposed to be included in the initial version. However I decided to concentrate on a minimal list of languages for the initial release.

Anyway, PHP is on the list for v0.3. The only thing I haven't decided yet is if I'd target only PHP5, or PHP7 too.

4khil commented 8 years ago

It's great that's you have considered PHP. I would personally suggest PHP 5, as it's still very widely used. PHP7 would be future proof though.

PHP would help a lot of the developers who have suddenly part of a migration project from PHP to NodeJS (like I was a few months ago). On 15 Mar 2016 14:46, "Alexander Ivanov" notifications@github.com wrote:

PHP was actually supposed to be included in the initial version. However I decided to concentrate on a minimal list of languages for the initial release.

Anyway, PHP is on the list for v0.3. The only thing I haven't decided yet is if I'd target only PHP5, or PHP7 too.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/alehander42/pseudo/issues/14#issuecomment-196734299

alehander92 commented 8 years ago

Do you mean PHP support as in Pseudo generating it or as in PHP to pseudo compiler similar to pseudo-python (because your example sounded like the second one)