Re: [livecode] ICMC Inspirational Ideas

From: Dave Griffiths <dave_at_pawfal.org>
Date: Thu, 19 May 2005 10:54:48 +0100 (BST)

> Do people have any exciting and entirely unimplemented ideas about the
> future of live coding?

Not sure on this one, but I've been slowly writing a simple virtual
machine that's designed for livecoding - I think, a bit like chuck, but it
runs an unbreakable microcode, there are no combinations of instructions
that can cause an error - so you can give it random text (been testing
with emails) and it will assemble and run without complaint.

This way you can treat code in a more freestyle manner. I'm looking for
(probably going to end up writing) an editor client where you get a lot of
debugger style feedback, of program flow, memory status, and can
copy/paste code around more like a painting application.

All i/o is through OSC (a single asm instruction to send the stack as a
message).

I'm not really sure where it's heading, but I'm hoping it's going to be a
way for me to livecode fluxus and noisepattern at the same time.

It also allows self modifying code, and direct access to heap memory from
/peek and /poke osc messages, so it's possible to write code that writes
code etc etc. I haven't entirely got my head round that yet though.

cheers,

dave
Received on Thu May 19 2005 - 09:56:34 BST

This archive was generated by hypermail 2.4.0 : Sun Aug 20 2023 - 16:02:23 BST