timothycrosley / jiphy

Your client side done in a jiphy. Python to JavaScript 2-way converter.
MIT License
585 stars 73 forks source link

it's there any plans to write a browser version? #21

Closed hugoruscitti closed 7 years ago

hugoruscitti commented 7 years ago

Hi!, i'm looking for a jiphy version that can run in a javascript browser, i think it would be great convert python to javascript and javascript to python without server side.

Do you have some ideas to make some like that?

Lexcon commented 7 years ago

I believe there exists a javascript engine to run python code in the browser. Did you Google this ? 

Verzonden vanaf mijn Samsung-apparaat

-------- Oorspronkelijk bericht -------- Van: Hugo Ruscitti notifications@github.com Datum: 24-11-16 01:49 (GMT+01:00) Aan: timothycrosley/jiphy jiphy@noreply.github.com Onderwerp: [timothycrosley/jiphy] it's there any plans to write a browser version? (#21)

Hi!, i'm looking for a jiphy version that can run in a javascript browser, i think it would be great convert python to javascript and javascript to python without server side. Do you have some ideas to make some like that?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/timothycrosley/jiphy","title":"timothycrosley/jiphy","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/timothycrosley/jiphy"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"it's there any plans to write a browser version? (#21)"}],"action":{"name":"View Issue","url":"https://github.com/timothycrosley/jiphy/issues/21"}}}

Lexcon commented 7 years ago

http://www.skulpt.org/#

http://pypyjs.org/

On 11/24/2016 1:49 AM, Hugo Ruscitti wrote:

Hi!, i'm looking for a jiphy version that can run in a javascript browser, i think it would be great convert python to javascript and javascript to python without server side.

Do you have some ideas to make some like that?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/timothycrosley/jiphy/issues/21, or mute the thread https://github.com/notifications/unsubscribe-auth/AD5u-w2eToA1dOgb5OwtVB7ne7uZ_9Hsks5rBN8hgaJpZM4K7Lg2.

hugoruscitti commented 7 years ago

Thanks @Lexcon, http://www.rapydscript.com/ seems to be good too. But all these alternatives lack bi-directional conversion that jimphy has :(

I think it's a unique feature ...

Lexcon commented 7 years ago

When you have python-to-javascript, you can run a python module to run javascript-to-python to go back and forth language wise.

Js2Py is a pretty awesome tool that can do that, it runs about any javascript in the CPython engine.

Robert

On 24-11-2016 04:36, Hugo Ruscitti wrote:

Thanks @Lexcon https://github.com/Lexcon, http://www.rapydscript.com/ seems to be good too. But all these alternatives lack bi-directional conversion that jimphy has :(

I think it's a unique feature ...

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/timothycrosley/jiphy/issues/21#issuecomment-262683055, or mute the thread https://github.com/notifications/unsubscribe-auth/AD5u-08QF8aumdxOh-wqgADrdiXjzFrXks5rBQYzgaJpZM4K7Lg2.

hugoruscitti commented 7 years ago

Thank!