guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Interactive programming with Event Loop?


From: Thompson, David
Subject: Re: Interactive programming with Event Loop?
Date: Fri, 6 Oct 2017 12:11:52 -0400

On Fri, Oct 6, 2017 at 11:53 AM, Christopher Howard
<address@hidden> wrote:
> Thanks, I implemented what you described a few days ago and it has been
> working well for me. Just two notes for posterity:
>
> - I recommend starting the app inside a separate (non-emacs) terminal,
> and then connecting to that from inside emacs with geiser. If you let
> lots of stdout/stderr get dumped to an emacs buffer, it slows your
> computer down to a crawl.
> - As you mentioned to me personally, one has to use trampolines for
> hooks to make this programming approach work.

Right, Chickadee is low-level enough that you have to do your own
bootstrapping for this sort of thing.

Glad things are working for you!

- Dave



reply via email to

[Prev in Thread] Current Thread [Next in Thread]