Re: Guile OpenGL

2012-10-30 Thread Javier Sancho
Aleix Conchillo FlaquƩ wrote: > If you haven't done anything yet, I started to work in the OpenGL > bindings a while ago. If you like it may be you can continue working > on that. > > https://github.com/aconchillo/guile-gl > > I also created a couple of python scripts to create the C and FFI > bind

Merging stable-2.0 into master

2012-10-30 Thread Mark H Weaver
Hello all, I've started the process of merging stable-2.0 into master. It's an unusually large merge (50 commits, since July 28), and I found 'git merge' too overwhelming to deal with in one piece, so for now I've been applying one commit at a time, adapting them as needed with frequent runs of '

progress

2012-10-30 Thread Stefan Israelsson Tampe
Hi, OK, the last progress for the rtl compilation is make it work to something as close as the current RTL VM, I have added a few variables that can control the kind of compilation strategy we would like to have as an output. I can for example now do (define f ((c (lambda (x) (let loop ((s 0) (i

Re: Merging stable-2.0 into master

2012-10-30 Thread nalaginrut
For cautious, anyone tried if 'master' could be compiled/run successfully? On Tue, 2012-10-30 at 16:21 -0400, Mark H Weaver wrote: > Hello all, > > I've started the process of merging stable-2.0 into master. It's an > unusually large merge (50 commits, since July 28), and I found 'git > merge' t

Re: Merging stable-2.0 into master

2012-10-30 Thread Mark H Weaver
I went ahead and pushed a proper merge of stable-2.0 into master. Mark