[fluxus] Screen Recording?

Dave Griffiths dave at pawfal.org
Thu Feb 16 02:42:05 PST 2006


> although i do have transparent emacs.

lol :)

> a simple emacs-less way to learn this sort of workflow is with
> drScheme, which is just an editor+repl (well, ok, it also has
> debugger and other stuff, but you don't see them right away).

I getcha, just been playing with it. It wouldn't be too hard to get
something like this working. Just need to give the editor a commandline
terminal mode. I think exposing this to stdin/stdout would be even easier.

>> It's all a matter
>> of guile, and what it allows, and practicalities, where/how to
>> display it.
>
> the tricky bit here is determining what's "current sexp". the
> simplest one is counting parentheses backwards and it should be
> enough for livecoding, i guess. With extra visual feedback (instead
> of hiliting parens display "current sexp" with different colour) it
> will be ok.

that's what the parens highlighting calculates anyway, so it's trivial.

> things like that could be made easier if more of the interaction bits
> were written in scheme. but considering your plans about switching
> the scripting languages that doesn't sound smart atm.

I don't want to move away from scheme, just maybe to a faster interpreter.

cheers,

dave




More information about the Fluxus mailing list