Re: [BangPypers] About llvm and llvm-py

2009-11-10 Thread Noufal Ibrahim
On Wed, Nov 11, 2009 at 9:00 AM, Ramkumar Ramachandra wrote: >> This is awesome. I'm extremely eager to get my fingers dirty with LLVM >> since I think the unladen swallow project is one of the most promising >> optimisation attempts for Python. > > You might be interested in the first talk here |

Re: [BangPypers] About llvm and llvm-py

2009-11-10 Thread Ramkumar Ramachandra
> This is awesome. I'm extremely eager to get my fingers dirty with LLVM > since I think the unladen swallow project is one of the most promising > optimisation attempts for Python. You might be interested in the first talk here | http://artagnon.com/2009/11/my-foss-in2009-talk-abstracts/

Re: [BangPypers] About llvm and llvm-py

2009-10-31 Thread Sriram Narayanan
On Sat, Oct 31, 2009 at 1:46 PM, Ramdas S wrote: > Sriram, > > Can you send the right link for llvm-py http://code.google.com/p/llvm-py/ -- Sriram ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] About llvm and llvm-py

2009-10-31 Thread Ramdas S
Sriram, Can you send the right link for llvm-py On Sat, Oct 31, 2009 at 11:59 AM, Sriram Narayanan wrote: > On Tue, Oct 27, 2009 at 12:57 PM, Noufal Ibrahim wrote: > > On Tue, Oct 27, 2009 at 12:19 PM, Sriram Narayanan > wrote: > >> Folks: > >> > >> LLVM just got released: http://lwn.net/Artic

Re: [BangPypers] About llvm and llvm-py

2009-10-30 Thread Sriram Narayanan
On Tue, Oct 27, 2009 at 12:57 PM, Noufal Ibrahim wrote: > On Tue, Oct 27, 2009 at 12:19 PM, Sriram Narayanan > wrote: >> Folks: >> >> LLVM just got released: http://lwn.net/Articles/358646/ >> >> While reading up more about LLVM, I chanced upon llvm-py, and invited >> the author (Mahadevan R) to

Re: [BangPypers] About llvm and llvm-py

2009-10-27 Thread Noufal Ibrahim
On Tue, Oct 27, 2009 at 12:19 PM, Sriram Narayanan wrote: > Folks: > > LLVM just got released: http://lwn.net/Articles/358646/ > > While reading up more about LLVM, I chanced upon llvm-py, and invited > the author (Mahadevan R) to present on llvm-py at BangPyper meet. This is awesome. I'm extreme

[BangPypers] About llvm and llvm-py

2009-10-26 Thread Sriram Narayanan
Folks: LLVM just got released: http://lwn.net/Articles/358646/ While reading up more about LLVM, I chanced upon llvm-py, and invited the author (Mahadevan R) to present on llvm-py at BangPyper meet. Links: llvm : http://llvm.org/ llvm-py: http://mdevan.nfshost.com/llvm-py/index.html -- Sriram _