[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnome-clutter + repl?
From: |
Ludovic Courtès |
Subject: |
Re: gnome-clutter + repl? |
Date: |
Sat, 24 Sep 2011 21:53:08 +0200 |
User-agent: |
Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) |
Hi Joakim!
address@hidden skribis:
> Anyway, the problem is that clutter needs its own event loop,
> clutter-main, so then I can't simply use the Guile REPL as I'd like.
Maybe you could start a REPL server? (See the (system repl server)
module.)
You could then use Geiser to connect to it (M-x geiser-connect), which
should allow you to get a nice development environment.
Hope this helps,
Ludo’.