Re: ANN: Compyler 0.1

2007-08-24 Thread srepmub
+ 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

Re: ANN: Compyler 0.1

2007-08-13 Thread olsongt
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 means

Re: ANN: Compyler 0.1

2007-08-13 Thread olsongt
+ 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

Re: ANN: Compyler 0.1

2007-08-13 Thread Irmen de Jong
Thanks Grant for the very informative response. -irmen -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: Compyler 0.1

2007-08-12 Thread Irmen de Jong
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

ANN: Compyler 0.1

2007-08-11 Thread Grant Olson
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 wink. I was