Request for opinions: A cross language development tool

2016-06-21 Thread Tal Zion
* Hey! I would like to know your opinions about a project a friend and I have been developing for about a year now, which we really think could empower Python. Today Python is mostly used on servers. Many people who want to develop an app will choose Python to write the backend and develop f

Re: Request for opinions: A cross language development tool

2016-06-21 Thread Tal Zion
On 06/21/2016 03:39 PM, Christian Gollwitzer wrote: Am 21.06.16 um 14:10 schrieb Tal Zion: develop frontends in Java, Swift, Javascript, etc. > So how does this magic work? We developed a new compiler platform called Bridge. At the heart of Bridge is the Bridge Extensible Code Representat

Re: Request for opinions: A cross language development tool

2016-06-21 Thread Tal Zion
Jun 22, 2016 at 12:06 AM, Tal Zion wrote: * Bridge makes Python faster: Python code compiled through Bridge is compiled to native code. Because we are leveraging LLVM's many optimizations, Python code will run faster than ever. Can you run *any* Python program through Bridge? Absolute

Re: Request for opinions: A cross language development tool

2016-06-21 Thread Tal Zion
We use CPython's implementation of exec and eval. Tal On 06/21/2016 09:26 PM, Chris Angelico wrote: On Wed, Jun 22, 2016 at 4:01 AM, Tal Zion wrote: Bridge compiles Python modules into native code, which requires us to support Python *language* features (for, while, class, generators