> + Generates C++ so you need an intermediate compiler (probably only
> an issue on windows)
Shed Skin comes with a stripped down MingW/G++, so compiling and
running/importing compiled code is as easy as 'ss blah.py; make run'
or 'ss -e blah.py; python; import blah' under both Windows and Linux
Thanks Grant for the very informative response.
-irmen
--
http://mail.python.org/mailman/listinfo/python-list
>
> + has the exact same semantics as compiler code. I was more
>
This "should read exact same semantics as python code"
--
http://mail.python.org/mailman/listinfo/python-list
> Grant Olson wrote:
> > Compyler is a pre-alpha x86 native code compiler.
>
> In what ways is this similar or different to Shed
> Skin?http://mark.dufour.googlepages.com/
>
> --Irmen
I've never actually downloaded shedskin, but my understanding is that
it:
+ does type inference for speed, but
Grant Olson wrote:
> Compyler is a pre-alpha x86 native code compiler.
In what ways is this similar or different to Shed Skin?
http://mark.dufour.googlepages.com/
--Irmen
--
http://mail.python.org/mailman/listinfo/python-list
Compyler is a pre-alpha x86 native code compiler. So far it can generate
primitive .pyds but not standalone executables. It can run some simple test
cases including pystones (although there is a memory leak there). And no, I
don't expect it'll ever be much faster than Cpython . I was primarily
i